Elsarticle class title note problem
up vote
0
down vote
favorite
I am trying to compile a latex file using the elsarticle class. I am going through the elsevier article template:
documentclass[review]{elsarticle}
usepackage{lineno,hyperref}
modulolinenumbers[5]
journal{Journal of LaTeX Templates}
bibliographystyle{elsarticle-num}
begin{document}
begin{frontmatter}
title{Elsevier LaTeX templatetnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.}
author{Elsevierfnref{myfootnote}}
address{Radarweg 29, Amsterdam}
fntext[myfootnote]{Since 1880.}
author[mymainaddress,mysecondaryaddress]{Elsevier Inc}
ead[url]{www.elsevier.com}
author[mysecondaryaddress]{Global Customer Servicecorref{mycorrespondingauthor}}
cortext[mycorrespondingauthor]{Corresponding author}
ead{support@elsevier.com}
address[mymainaddress]{1600 John F Kennedy Boulevard, Philadelphia}
address[mysecondaryaddress]{360 Park Avenue South, New York}
begin{abstract}
This template helps you to create a properly formatted LaTeX manuscript.
end{abstract}
begin{keyword}
texttt{elsarticle.cls}sep LaTeXsep Elsevier sep template
MSC[2010] 00-01sep 99-00
end{keyword}
end{frontmatter}
linenumbers
section{The Elsevier article class}
paragraph{Installation} If the document class emph{elsarticle} is not available on your computer, you can download and install the system package emph{texlive-publishers} (Linux) or install the LaTeX package emph{elsarticle} using the package manager of your TeX installation, which is typically TeX Live or MikTeX.
paragraph{Usage} Once the package is properly installed, you can use the document class emph{elsarticle} to create a manuscript. Please make sure that your manuscript follows the guidelines in the Guide for Authors of the relevant journal. It is not necessary to typeset your manuscript in exactly the same way as an article, unless you are submitting to a camera-ready copy (CRC) journal.
paragraph{Functionality} The Elsevier article class is based on the standard article class and supports almost all of the functionality of that class. In addition, it features commands and options to format the
begin{itemize}
item document style
item baselineskip
item front matter
item keywords and MSC codes
item theorems, definitions and proofs
item lables of enumerations
item citation style and labeling.
end{itemize}
section{Front matter}
The author names and affiliations could be formatted in two ways:
begin{enumerate}[(1)]
item Group the authors per affiliation.
item Use footnotes to indicate the affiliations.
end{enumerate}
See the front matter of this document for examples. You are recommended to conform your choice to the journal you are submitting to.
section{Bibliography styles}
There are various bibliography styles available. You can select the style of your choice in the preamble of this document. These styles are Elsevier styles based on standard styles like Harvard and Vancouver. Please use BibTeX to generate your bibliography and include DOIs whenever available.
Here are two sample references: cite{Feynman1963118,Dirac1953888}.
section*{References}
bibliography{mybibfile}
end{document}
I got the following error:
! Missing number, treated as zero.
<to be read again>
X@mytitlenote
l.40 end{frontmatter}
It clearly refers to the title note. In fact, if I remove from the title the following lines everything works.
tnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.
Any suggestion about how I can solve this issue? Thanks in advance.
elsarticle
add a comment |
up vote
0
down vote
favorite
I am trying to compile a latex file using the elsarticle class. I am going through the elsevier article template:
documentclass[review]{elsarticle}
usepackage{lineno,hyperref}
modulolinenumbers[5]
journal{Journal of LaTeX Templates}
bibliographystyle{elsarticle-num}
begin{document}
begin{frontmatter}
title{Elsevier LaTeX templatetnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.}
author{Elsevierfnref{myfootnote}}
address{Radarweg 29, Amsterdam}
fntext[myfootnote]{Since 1880.}
author[mymainaddress,mysecondaryaddress]{Elsevier Inc}
ead[url]{www.elsevier.com}
author[mysecondaryaddress]{Global Customer Servicecorref{mycorrespondingauthor}}
cortext[mycorrespondingauthor]{Corresponding author}
ead{support@elsevier.com}
address[mymainaddress]{1600 John F Kennedy Boulevard, Philadelphia}
address[mysecondaryaddress]{360 Park Avenue South, New York}
begin{abstract}
This template helps you to create a properly formatted LaTeX manuscript.
end{abstract}
begin{keyword}
texttt{elsarticle.cls}sep LaTeXsep Elsevier sep template
MSC[2010] 00-01sep 99-00
end{keyword}
end{frontmatter}
linenumbers
section{The Elsevier article class}
paragraph{Installation} If the document class emph{elsarticle} is not available on your computer, you can download and install the system package emph{texlive-publishers} (Linux) or install the LaTeX package emph{elsarticle} using the package manager of your TeX installation, which is typically TeX Live or MikTeX.
paragraph{Usage} Once the package is properly installed, you can use the document class emph{elsarticle} to create a manuscript. Please make sure that your manuscript follows the guidelines in the Guide for Authors of the relevant journal. It is not necessary to typeset your manuscript in exactly the same way as an article, unless you are submitting to a camera-ready copy (CRC) journal.
paragraph{Functionality} The Elsevier article class is based on the standard article class and supports almost all of the functionality of that class. In addition, it features commands and options to format the
begin{itemize}
item document style
item baselineskip
item front matter
item keywords and MSC codes
item theorems, definitions and proofs
item lables of enumerations
item citation style and labeling.
end{itemize}
section{Front matter}
The author names and affiliations could be formatted in two ways:
begin{enumerate}[(1)]
item Group the authors per affiliation.
item Use footnotes to indicate the affiliations.
end{enumerate}
See the front matter of this document for examples. You are recommended to conform your choice to the journal you are submitting to.
section{Bibliography styles}
There are various bibliography styles available. You can select the style of your choice in the preamble of this document. These styles are Elsevier styles based on standard styles like Harvard and Vancouver. Please use BibTeX to generate your bibliography and include DOIs whenever available.
Here are two sample references: cite{Feynman1963118,Dirac1953888}.
section*{References}
bibliography{mybibfile}
end{document}
I got the following error:
! Missing number, treated as zero.
<to be read again>
X@mytitlenote
l.40 end{frontmatter}
It clearly refers to the title note. In fact, if I remove from the title the following lines everything works.
tnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.
Any suggestion about how I can solve this issue? Thanks in advance.
elsarticle
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to compile a latex file using the elsarticle class. I am going through the elsevier article template:
documentclass[review]{elsarticle}
usepackage{lineno,hyperref}
modulolinenumbers[5]
journal{Journal of LaTeX Templates}
bibliographystyle{elsarticle-num}
begin{document}
begin{frontmatter}
title{Elsevier LaTeX templatetnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.}
author{Elsevierfnref{myfootnote}}
address{Radarweg 29, Amsterdam}
fntext[myfootnote]{Since 1880.}
author[mymainaddress,mysecondaryaddress]{Elsevier Inc}
ead[url]{www.elsevier.com}
author[mysecondaryaddress]{Global Customer Servicecorref{mycorrespondingauthor}}
cortext[mycorrespondingauthor]{Corresponding author}
ead{support@elsevier.com}
address[mymainaddress]{1600 John F Kennedy Boulevard, Philadelphia}
address[mysecondaryaddress]{360 Park Avenue South, New York}
begin{abstract}
This template helps you to create a properly formatted LaTeX manuscript.
end{abstract}
begin{keyword}
texttt{elsarticle.cls}sep LaTeXsep Elsevier sep template
MSC[2010] 00-01sep 99-00
end{keyword}
end{frontmatter}
linenumbers
section{The Elsevier article class}
paragraph{Installation} If the document class emph{elsarticle} is not available on your computer, you can download and install the system package emph{texlive-publishers} (Linux) or install the LaTeX package emph{elsarticle} using the package manager of your TeX installation, which is typically TeX Live or MikTeX.
paragraph{Usage} Once the package is properly installed, you can use the document class emph{elsarticle} to create a manuscript. Please make sure that your manuscript follows the guidelines in the Guide for Authors of the relevant journal. It is not necessary to typeset your manuscript in exactly the same way as an article, unless you are submitting to a camera-ready copy (CRC) journal.
paragraph{Functionality} The Elsevier article class is based on the standard article class and supports almost all of the functionality of that class. In addition, it features commands and options to format the
begin{itemize}
item document style
item baselineskip
item front matter
item keywords and MSC codes
item theorems, definitions and proofs
item lables of enumerations
item citation style and labeling.
end{itemize}
section{Front matter}
The author names and affiliations could be formatted in two ways:
begin{enumerate}[(1)]
item Group the authors per affiliation.
item Use footnotes to indicate the affiliations.
end{enumerate}
See the front matter of this document for examples. You are recommended to conform your choice to the journal you are submitting to.
section{Bibliography styles}
There are various bibliography styles available. You can select the style of your choice in the preamble of this document. These styles are Elsevier styles based on standard styles like Harvard and Vancouver. Please use BibTeX to generate your bibliography and include DOIs whenever available.
Here are two sample references: cite{Feynman1963118,Dirac1953888}.
section*{References}
bibliography{mybibfile}
end{document}
I got the following error:
! Missing number, treated as zero.
<to be read again>
X@mytitlenote
l.40 end{frontmatter}
It clearly refers to the title note. In fact, if I remove from the title the following lines everything works.
tnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.
Any suggestion about how I can solve this issue? Thanks in advance.
elsarticle
I am trying to compile a latex file using the elsarticle class. I am going through the elsevier article template:
documentclass[review]{elsarticle}
usepackage{lineno,hyperref}
modulolinenumbers[5]
journal{Journal of LaTeX Templates}
bibliographystyle{elsarticle-num}
begin{document}
begin{frontmatter}
title{Elsevier LaTeX templatetnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.}
author{Elsevierfnref{myfootnote}}
address{Radarweg 29, Amsterdam}
fntext[myfootnote]{Since 1880.}
author[mymainaddress,mysecondaryaddress]{Elsevier Inc}
ead[url]{www.elsevier.com}
author[mysecondaryaddress]{Global Customer Servicecorref{mycorrespondingauthor}}
cortext[mycorrespondingauthor]{Corresponding author}
ead{support@elsevier.com}
address[mymainaddress]{1600 John F Kennedy Boulevard, Philadelphia}
address[mysecondaryaddress]{360 Park Avenue South, New York}
begin{abstract}
This template helps you to create a properly formatted LaTeX manuscript.
end{abstract}
begin{keyword}
texttt{elsarticle.cls}sep LaTeXsep Elsevier sep template
MSC[2010] 00-01sep 99-00
end{keyword}
end{frontmatter}
linenumbers
section{The Elsevier article class}
paragraph{Installation} If the document class emph{elsarticle} is not available on your computer, you can download and install the system package emph{texlive-publishers} (Linux) or install the LaTeX package emph{elsarticle} using the package manager of your TeX installation, which is typically TeX Live or MikTeX.
paragraph{Usage} Once the package is properly installed, you can use the document class emph{elsarticle} to create a manuscript. Please make sure that your manuscript follows the guidelines in the Guide for Authors of the relevant journal. It is not necessary to typeset your manuscript in exactly the same way as an article, unless you are submitting to a camera-ready copy (CRC) journal.
paragraph{Functionality} The Elsevier article class is based on the standard article class and supports almost all of the functionality of that class. In addition, it features commands and options to format the
begin{itemize}
item document style
item baselineskip
item front matter
item keywords and MSC codes
item theorems, definitions and proofs
item lables of enumerations
item citation style and labeling.
end{itemize}
section{Front matter}
The author names and affiliations could be formatted in two ways:
begin{enumerate}[(1)]
item Group the authors per affiliation.
item Use footnotes to indicate the affiliations.
end{enumerate}
See the front matter of this document for examples. You are recommended to conform your choice to the journal you are submitting to.
section{Bibliography styles}
There are various bibliography styles available. You can select the style of your choice in the preamble of this document. These styles are Elsevier styles based on standard styles like Harvard and Vancouver. Please use BibTeX to generate your bibliography and include DOIs whenever available.
Here are two sample references: cite{Feynman1963118,Dirac1953888}.
section*{References}
bibliography{mybibfile}
end{document}
I got the following error:
! Missing number, treated as zero.
<to be read again>
X@mytitlenote
l.40 end{frontmatter}
It clearly refers to the title note. In fact, if I remove from the title the following lines everything works.
tnoteref{mytitlenote}}
tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.
Any suggestion about how I can solve this issue? Thanks in advance.
elsarticle
elsarticle
asked yesterday
Dario
595313
595313
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459593%2felsarticle-class-title-note-problem%23new-answer', 'question_page');
}
);
Post as a guest
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
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
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