error paragraph ended before ProvidesPackageRCSi was complete
I'm new using LaTeX and in this moment I have a problem with the next code, i appreciate your helping, next I will show u my code and then my error:
code
documentclass[12pt,letterpaper]{article}
usepackage[utf8]{inputenc}
usepackage[spanish, es-tabla]{babel}
usepackage[version=3]{mhchem}
usepackage[journal=jacs]{chemstyle}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{xcolor}
usepackage[stable]{footmisc}
usepackage[section]{placeins}
%Paquetes necesarios para tablas
usepackage{longtable}
usepackage{array}
usepackage{xtab}
usepackage{multirow}
usepackage{colortab}
decimalpoint %Usa como separador decimal el punto en lugar de la coma
usepackage{pythontex}
usepackage{subfigure} %Crea subfiguras
usepackage{color} %Paquete emplado para manipular los colores
usepackage{fancyhdr} %Encabezados y pies de pagina
usepackage{flafter}
usepackage{txfonts}
usepackage{MnSymbol}
usepackage{multicol}
usepackage{listings} %Paquete para agregar codigo
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=4cm,right=2cm,top=3cm,bottom=3cm]{geometry}
%Formato del título de las secciones
usepackage{titlesec}
usepackage{enumitem}
titleformat*{section}{bfserieslarge}
titleformat*{subsection}{bfseriesnormalsize}
%Creación del ambiente anexos
usepackage{float}
floatstyle{plaintop}
newfloat{anexo}{thp}{anx}
floatname{anexo}{Anexo}
restylefloat{anexo}
restylefloat{figure}
%Modificación del formato de los captions
usepackage[margin=10pt,labelfont=bf]{caption}
%Paquete para incluir comentarios
usepackage{todonotes}
%Paquete para incluir hipervínculos
usepackage[colorlinks=true,
linkcolor = blue,
urlcolor = blue,
citecolor = black,
anchorcolor = blue]{hyperref}
begin{document}
renewcommand{labelitemi}{$checkmark$}
mbox{
begin{minipage}{5cm}
includegraphics[width=7cm]{minas.png}
end{minipage}
begin{minipage}{13cm}
begin{center}
textsl{
textbf{large Laboratorio de Hormigón I.}\
textbf{large Profesora: Lucia Salazar Estrada.}}
end{center}
end{minipage}
}
vspace{0.5cm}
begin{center}
textbf{LARGE{Práctica IV Mezcla del concreto hidráulico. }}\
textbf{Desarrollo de ensayos para normas NTC 396 y NTC 1926}\
vspace{7mm}
textbf{large{Juan Manuel Julio Bedoya}}\
Estudiante de ingeniería civil.\
textbf{large{Julián Andrés Lastra García}}\
Estudiante de ingeniería civil.\
vspace{4mm}
textbf{large{Grupo 5}}\
today
end{center}
vspace{7mm}
end{document}
error
line 11 paragraph ended before ProvidesPackageRCSiwascomplete.to be
read again...
errors
|
show 3 more comments
I'm new using LaTeX and in this moment I have a problem with the next code, i appreciate your helping, next I will show u my code and then my error:
code
documentclass[12pt,letterpaper]{article}
usepackage[utf8]{inputenc}
usepackage[spanish, es-tabla]{babel}
usepackage[version=3]{mhchem}
usepackage[journal=jacs]{chemstyle}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{xcolor}
usepackage[stable]{footmisc}
usepackage[section]{placeins}
%Paquetes necesarios para tablas
usepackage{longtable}
usepackage{array}
usepackage{xtab}
usepackage{multirow}
usepackage{colortab}
decimalpoint %Usa como separador decimal el punto en lugar de la coma
usepackage{pythontex}
usepackage{subfigure} %Crea subfiguras
usepackage{color} %Paquete emplado para manipular los colores
usepackage{fancyhdr} %Encabezados y pies de pagina
usepackage{flafter}
usepackage{txfonts}
usepackage{MnSymbol}
usepackage{multicol}
usepackage{listings} %Paquete para agregar codigo
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=4cm,right=2cm,top=3cm,bottom=3cm]{geometry}
%Formato del título de las secciones
usepackage{titlesec}
usepackage{enumitem}
titleformat*{section}{bfserieslarge}
titleformat*{subsection}{bfseriesnormalsize}
%Creación del ambiente anexos
usepackage{float}
floatstyle{plaintop}
newfloat{anexo}{thp}{anx}
floatname{anexo}{Anexo}
restylefloat{anexo}
restylefloat{figure}
%Modificación del formato de los captions
usepackage[margin=10pt,labelfont=bf]{caption}
%Paquete para incluir comentarios
usepackage{todonotes}
%Paquete para incluir hipervínculos
usepackage[colorlinks=true,
linkcolor = blue,
urlcolor = blue,
citecolor = black,
anchorcolor = blue]{hyperref}
begin{document}
renewcommand{labelitemi}{$checkmark$}
mbox{
begin{minipage}{5cm}
includegraphics[width=7cm]{minas.png}
end{minipage}
begin{minipage}{13cm}
begin{center}
textsl{
textbf{large Laboratorio de Hormigón I.}\
textbf{large Profesora: Lucia Salazar Estrada.}}
end{center}
end{minipage}
}
vspace{0.5cm}
begin{center}
textbf{LARGE{Práctica IV Mezcla del concreto hidráulico. }}\
textbf{Desarrollo de ensayos para normas NTC 396 y NTC 1926}\
vspace{7mm}
textbf{large{Juan Manuel Julio Bedoya}}\
Estudiante de ingeniería civil.\
textbf{large{Julián Andrés Lastra García}}\
Estudiante de ingeniería civil.\
vspace{4mm}
textbf{large{Grupo 5}}\
today
end{center}
vspace{7mm}
end{document}
error
line 11 paragraph ended before ProvidesPackageRCSiwascomplete.to be
read again...
errors
Welcome to TeX.SE! When I replaceminas.png
with a file that exists on my system and compile your code withxelatex
, I do not get any error. Which compiler do you use? In order to debug the error, you may remove all but the necessary packages, and then see what happens.
– marmot
Feb 9 at 22:11
2
please make a more reasonable test file: delete every package you can delete while still showing the error, however if I run your example i get no error other than the missing png file
– David Carlisle
Feb 9 at 22:11
also the log file will show which file you have locally that has the mal formed ProvidesPackageRCS but you have only shown a small fragment so we can not see which package is in error.
– David Carlisle
Feb 9 at 22:13
I use miktex, and png is an image, but it doesn't really matter the error that i have it's in line 11 shows that paragraph ended before provides package rsc ain't comprehend that very well.
– Julian Andres Lastra Garcia
Feb 9 at 22:14
It is up to you to provide a test file that people can run to debug the error, if the image is not needed to show the error delete it from the example also do you really needtxfonts
ormulticol
to show the error, delete every packag ethat you can delete to make it easier to debug. but as I say show the log file which will show which file is in error.,
– David Carlisle
Feb 9 at 22:15
|
show 3 more comments
I'm new using LaTeX and in this moment I have a problem with the next code, i appreciate your helping, next I will show u my code and then my error:
code
documentclass[12pt,letterpaper]{article}
usepackage[utf8]{inputenc}
usepackage[spanish, es-tabla]{babel}
usepackage[version=3]{mhchem}
usepackage[journal=jacs]{chemstyle}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{xcolor}
usepackage[stable]{footmisc}
usepackage[section]{placeins}
%Paquetes necesarios para tablas
usepackage{longtable}
usepackage{array}
usepackage{xtab}
usepackage{multirow}
usepackage{colortab}
decimalpoint %Usa como separador decimal el punto en lugar de la coma
usepackage{pythontex}
usepackage{subfigure} %Crea subfiguras
usepackage{color} %Paquete emplado para manipular los colores
usepackage{fancyhdr} %Encabezados y pies de pagina
usepackage{flafter}
usepackage{txfonts}
usepackage{MnSymbol}
usepackage{multicol}
usepackage{listings} %Paquete para agregar codigo
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=4cm,right=2cm,top=3cm,bottom=3cm]{geometry}
%Formato del título de las secciones
usepackage{titlesec}
usepackage{enumitem}
titleformat*{section}{bfserieslarge}
titleformat*{subsection}{bfseriesnormalsize}
%Creación del ambiente anexos
usepackage{float}
floatstyle{plaintop}
newfloat{anexo}{thp}{anx}
floatname{anexo}{Anexo}
restylefloat{anexo}
restylefloat{figure}
%Modificación del formato de los captions
usepackage[margin=10pt,labelfont=bf]{caption}
%Paquete para incluir comentarios
usepackage{todonotes}
%Paquete para incluir hipervínculos
usepackage[colorlinks=true,
linkcolor = blue,
urlcolor = blue,
citecolor = black,
anchorcolor = blue]{hyperref}
begin{document}
renewcommand{labelitemi}{$checkmark$}
mbox{
begin{minipage}{5cm}
includegraphics[width=7cm]{minas.png}
end{minipage}
begin{minipage}{13cm}
begin{center}
textsl{
textbf{large Laboratorio de Hormigón I.}\
textbf{large Profesora: Lucia Salazar Estrada.}}
end{center}
end{minipage}
}
vspace{0.5cm}
begin{center}
textbf{LARGE{Práctica IV Mezcla del concreto hidráulico. }}\
textbf{Desarrollo de ensayos para normas NTC 396 y NTC 1926}\
vspace{7mm}
textbf{large{Juan Manuel Julio Bedoya}}\
Estudiante de ingeniería civil.\
textbf{large{Julián Andrés Lastra García}}\
Estudiante de ingeniería civil.\
vspace{4mm}
textbf{large{Grupo 5}}\
today
end{center}
vspace{7mm}
end{document}
error
line 11 paragraph ended before ProvidesPackageRCSiwascomplete.to be
read again...
errors
I'm new using LaTeX and in this moment I have a problem with the next code, i appreciate your helping, next I will show u my code and then my error:
code
documentclass[12pt,letterpaper]{article}
usepackage[utf8]{inputenc}
usepackage[spanish, es-tabla]{babel}
usepackage[version=3]{mhchem}
usepackage[journal=jacs]{chemstyle}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{xcolor}
usepackage[stable]{footmisc}
usepackage[section]{placeins}
%Paquetes necesarios para tablas
usepackage{longtable}
usepackage{array}
usepackage{xtab}
usepackage{multirow}
usepackage{colortab}
decimalpoint %Usa como separador decimal el punto en lugar de la coma
usepackage{pythontex}
usepackage{subfigure} %Crea subfiguras
usepackage{color} %Paquete emplado para manipular los colores
usepackage{fancyhdr} %Encabezados y pies de pagina
usepackage{flafter}
usepackage{txfonts}
usepackage{MnSymbol}
usepackage{multicol}
usepackage{listings} %Paquete para agregar codigo
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=4cm,right=2cm,top=3cm,bottom=3cm]{geometry}
%Formato del título de las secciones
usepackage{titlesec}
usepackage{enumitem}
titleformat*{section}{bfserieslarge}
titleformat*{subsection}{bfseriesnormalsize}
%Creación del ambiente anexos
usepackage{float}
floatstyle{plaintop}
newfloat{anexo}{thp}{anx}
floatname{anexo}{Anexo}
restylefloat{anexo}
restylefloat{figure}
%Modificación del formato de los captions
usepackage[margin=10pt,labelfont=bf]{caption}
%Paquete para incluir comentarios
usepackage{todonotes}
%Paquete para incluir hipervínculos
usepackage[colorlinks=true,
linkcolor = blue,
urlcolor = blue,
citecolor = black,
anchorcolor = blue]{hyperref}
begin{document}
renewcommand{labelitemi}{$checkmark$}
mbox{
begin{minipage}{5cm}
includegraphics[width=7cm]{minas.png}
end{minipage}
begin{minipage}{13cm}
begin{center}
textsl{
textbf{large Laboratorio de Hormigón I.}\
textbf{large Profesora: Lucia Salazar Estrada.}}
end{center}
end{minipage}
}
vspace{0.5cm}
begin{center}
textbf{LARGE{Práctica IV Mezcla del concreto hidráulico. }}\
textbf{Desarrollo de ensayos para normas NTC 396 y NTC 1926}\
vspace{7mm}
textbf{large{Juan Manuel Julio Bedoya}}\
Estudiante de ingeniería civil.\
textbf{large{Julián Andrés Lastra García}}\
Estudiante de ingeniería civil.\
vspace{4mm}
textbf{large{Grupo 5}}\
today
end{center}
vspace{7mm}
end{document}
error
line 11 paragraph ended before ProvidesPackageRCSiwascomplete.to be
read again...
errors
errors
edited Feb 9 at 22:20
Bernard
170k773200
170k773200
asked Feb 9 at 22:05
Julian Andres Lastra GarciaJulian Andres Lastra Garcia
1
1
Welcome to TeX.SE! When I replaceminas.png
with a file that exists on my system and compile your code withxelatex
, I do not get any error. Which compiler do you use? In order to debug the error, you may remove all but the necessary packages, and then see what happens.
– marmot
Feb 9 at 22:11
2
please make a more reasonable test file: delete every package you can delete while still showing the error, however if I run your example i get no error other than the missing png file
– David Carlisle
Feb 9 at 22:11
also the log file will show which file you have locally that has the mal formed ProvidesPackageRCS but you have only shown a small fragment so we can not see which package is in error.
– David Carlisle
Feb 9 at 22:13
I use miktex, and png is an image, but it doesn't really matter the error that i have it's in line 11 shows that paragraph ended before provides package rsc ain't comprehend that very well.
– Julian Andres Lastra Garcia
Feb 9 at 22:14
It is up to you to provide a test file that people can run to debug the error, if the image is not needed to show the error delete it from the example also do you really needtxfonts
ormulticol
to show the error, delete every packag ethat you can delete to make it easier to debug. but as I say show the log file which will show which file is in error.,
– David Carlisle
Feb 9 at 22:15
|
show 3 more comments
Welcome to TeX.SE! When I replaceminas.png
with a file that exists on my system and compile your code withxelatex
, I do not get any error. Which compiler do you use? In order to debug the error, you may remove all but the necessary packages, and then see what happens.
– marmot
Feb 9 at 22:11
2
please make a more reasonable test file: delete every package you can delete while still showing the error, however if I run your example i get no error other than the missing png file
– David Carlisle
Feb 9 at 22:11
also the log file will show which file you have locally that has the mal formed ProvidesPackageRCS but you have only shown a small fragment so we can not see which package is in error.
– David Carlisle
Feb 9 at 22:13
I use miktex, and png is an image, but it doesn't really matter the error that i have it's in line 11 shows that paragraph ended before provides package rsc ain't comprehend that very well.
– Julian Andres Lastra Garcia
Feb 9 at 22:14
It is up to you to provide a test file that people can run to debug the error, if the image is not needed to show the error delete it from the example also do you really needtxfonts
ormulticol
to show the error, delete every packag ethat you can delete to make it easier to debug. but as I say show the log file which will show which file is in error.,
– David Carlisle
Feb 9 at 22:15
Welcome to TeX.SE! When I replace
minas.png
with a file that exists on my system and compile your code with xelatex
, I do not get any error. Which compiler do you use? In order to debug the error, you may remove all but the necessary packages, and then see what happens.– marmot
Feb 9 at 22:11
Welcome to TeX.SE! When I replace
minas.png
with a file that exists on my system and compile your code with xelatex
, I do not get any error. Which compiler do you use? In order to debug the error, you may remove all but the necessary packages, and then see what happens.– marmot
Feb 9 at 22:11
2
2
please make a more reasonable test file: delete every package you can delete while still showing the error, however if I run your example i get no error other than the missing png file
– David Carlisle
Feb 9 at 22:11
please make a more reasonable test file: delete every package you can delete while still showing the error, however if I run your example i get no error other than the missing png file
– David Carlisle
Feb 9 at 22:11
also the log file will show which file you have locally that has the mal formed ProvidesPackageRCS but you have only shown a small fragment so we can not see which package is in error.
– David Carlisle
Feb 9 at 22:13
also the log file will show which file you have locally that has the mal formed ProvidesPackageRCS but you have only shown a small fragment so we can not see which package is in error.
– David Carlisle
Feb 9 at 22:13
I use miktex, and png is an image, but it doesn't really matter the error that i have it's in line 11 shows that paragraph ended before provides package rsc ain't comprehend that very well.
– Julian Andres Lastra Garcia
Feb 9 at 22:14
I use miktex, and png is an image, but it doesn't really matter the error that i have it's in line 11 shows that paragraph ended before provides package rsc ain't comprehend that very well.
– Julian Andres Lastra Garcia
Feb 9 at 22:14
It is up to you to provide a test file that people can run to debug the error, if the image is not needed to show the error delete it from the example also do you really need
txfonts
or multicol
to show the error, delete every packag ethat you can delete to make it easier to debug. but as I say show the log file which will show which file is in error.,– David Carlisle
Feb 9 at 22:15
It is up to you to provide a test file that people can run to debug the error, if the image is not needed to show the error delete it from the example also do you really need
txfonts
or multicol
to show the error, delete every packag ethat you can delete to make it easier to debug. but as I say show the log file which will show which file is in error.,– David Carlisle
Feb 9 at 22:15
|
show 3 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474115%2ferror-paragraph-ended-before-providespackagercsi-was-complete%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474115%2ferror-paragraph-ended-before-providespackagercsi-was-complete%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to TeX.SE! When I replace
minas.png
with a file that exists on my system and compile your code withxelatex
, I do not get any error. Which compiler do you use? In order to debug the error, you may remove all but the necessary packages, and then see what happens.– marmot
Feb 9 at 22:11
2
please make a more reasonable test file: delete every package you can delete while still showing the error, however if I run your example i get no error other than the missing png file
– David Carlisle
Feb 9 at 22:11
also the log file will show which file you have locally that has the mal formed ProvidesPackageRCS but you have only shown a small fragment so we can not see which package is in error.
– David Carlisle
Feb 9 at 22:13
I use miktex, and png is an image, but it doesn't really matter the error that i have it's in line 11 shows that paragraph ended before provides package rsc ain't comprehend that very well.
– Julian Andres Lastra Garcia
Feb 9 at 22:14
It is up to you to provide a test file that people can run to debug the error, if the image is not needed to show the error delete it from the example also do you really need
txfonts
ormulticol
to show the error, delete every packag ethat you can delete to make it easier to debug. but as I say show the log file which will show which file is in error.,– David Carlisle
Feb 9 at 22:15