summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/quantumarticle/quantum-template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/quantumarticle/quantum-template.tex')
-rw-r--r--macros/latex/contrib/quantumarticle/quantum-template.tex18
1 files changed, 10 insertions, 8 deletions
diff --git a/macros/latex/contrib/quantumarticle/quantum-template.tex b/macros/latex/contrib/quantumarticle/quantum-template.tex
index 85f3faefed..7b6b14263d 100644
--- a/macros/latex/contrib/quantumarticle/quantum-template.tex
+++ b/macros/latex/contrib/quantumarticle/quantum-template.tex
@@ -44,7 +44,7 @@
This format can be more suitable for long articles.
The \texttt{abstract} environment can appear both before and after the \texttt{\textbackslash{}maketitle} command and calling \texttt{\textbackslash{}maketitle} is optional, as long as there is an \texttt{abstract}.
Both \texttt{abstract} and \texttt{\textbackslash{}maketitle} however must be placed after all other \texttt{\textbackslash{}author}, \texttt{\textbackslash{}affiliation}, etc.\ commands, see also Section~\ref{sec:title-information}.
- If you provide the ORCID number of an author by using the \texttt{\textbackslash{}orcid} command, the author name becomes a link to their page on \href{http://orcid.org/}{orcid.org}.
+ If you provide the ORCID number of an author by using the \texttt{\textbackslash{}orcid} command, the author name becomes a link to their page on \href{http://orcid.org/}{orcid.org}.
\end{abstract}
In the \texttt{twocolumn} layout and without the \texttt{titlepage} option a paragraph without a previous section title may directly follow the abstract.
@@ -55,7 +55,7 @@ In this way readers can easily verify whether a work using the \texttt{quantumar
If you would like to use \texttt{quantumarticle} for manuscripts not yet accepted in Quantum, or not even intended for submission to Quantum, please use the \texttt{unpublished} option to switch off all Quantum related branding and the hyperlink in the title.
By default, this class also performs various checks to make sure the manuscript will compile well on the arXiv.
If you do not intend to submit your manuscript to Quantum or the arXiv, you can switch off these checks with the \texttt{noarxiv} option.
-On the contrary, by giving the \texttt{accepted=YYYY-MM-DD} option, with \texttt{YYYY-MM-DD} the acceptance date, the note ``Accepted in Quantum YYYY-MM-DD, click title to verify'' can be added to the bottom of each page to clearly mark works that have been accepted in Quantum.
+On the contrary, by giving the \texttt{accepted=YYYY-MM-DD} option, with \texttt{YYYY-MM-DD} the acceptance date, the note ``Accepted in Quantum YYYY-MM-DD, click title to verify'' can be added to the bottom of each page to clearly mark works that have been accepted in Quantum.
\section{Figures}
\begin{figure}[t]
@@ -63,7 +63,7 @@ On the contrary, by giving the \texttt{accepted=YYYY-MM-DD} option, with \texttt
\includegraphics{example-plot.pdf}
\caption{Every figure must have an informative caption and a number.
The caption can be placed above, below, or to the side of the figure, as you see fit.
- The same applies for tables, boxes, and other floating elements.
+ The same applies for tables, boxes, and other floating elements.
Quantum provides a Jupyter notebook to create plots that integrate seamlessly with \texttt{quantumarticle}, described in Section \ref{sec:plots}.
Figures spanning multiple columns can by typeset with the usual \texttt{figure*} environment.}
\label{fig:figure1}
@@ -81,7 +81,7 @@ You can use the standard commands for equations.
E &= m\,c^2\\
a^2 + b^2 &= c^2\\
H\,|\psi\rangle &= E\,|\psi\rangle\\
- (\openone \otimes A)\,(B \otimes \openone) &= A \otimes B
+ (\openone \otimes A)\,(B \otimes \openone) &= B \otimes A
\end{align}
For multi-line equations \texttt{align} is \href{http://tex.stackexchange.com/questions/196/eqnarray-vs-align}{preferable} over \texttt{eqnarray}.
Please refrain from using the latter.
@@ -133,6 +133,8 @@ For DOI linking to work, the BibTeX file must contain the \texttt{doi} field as
doi = {10.22331/idonotexist},
}
\end{verbatim}
+As the arXiv does not run BibTeX for you, you \href{https://arxiv.org/help/submit_tex}{must include the .bbl file} that BibTeX creates alongside your .tex source files when submitting your work.
+
Several authors had problems because of Unicode characters in their BibTeX files.
Be advised that \href{http://wiki.lyx.org/BibTeX/Tips}{BibTeX does not support Unicode characters}.
All special characters must be input via their respective LaTeX commands.
@@ -170,7 +172,7 @@ Feel free to change the appearance of citations in any way you like by using a d
The only two requirements are that citations must uniquely identify the cited work and that they must contain a DOI hyperlink whenever possible.
\begin{theorem}[Use \texttt{\textbackslash pdfoutput=1}]
- In order to get correct line breaks within hyperlinks and to make sure the arXiv produces a PDF as output, please add the line
+ In order to get correct line breaks within hyperlinks and to make sure the arXiv produces a PDF as output, please add the line
\begin{verbatim}
\pdfoutput=1
\end{verbatim}
@@ -245,7 +247,7 @@ Alternatively you can use a format similar to that of the \texttt{authblk} packa
\section{LyX layout}
\label{sec:lyx-layout}
-The quantumarticle document class comes bundled with a \href{https://raw.githubusercontent.com/quantum-journal/quantum-journal/master/quantum-lyx-template.lyx}{LyX layout} that allows to typeset manuscripts with the LyX document processor instead of directly writing LaTeX code. Please be aware that this is a beta feature that might not receive the same level of support as the quantumarticle document class itself.
+The quantumarticle document class comes bundled with a \href{https://raw.githubusercontent.com/quantum-journal/quantum-journal/master/quantum-lyx-template.lyx}{LyX layout} that allows to typeset manuscripts with the LyX document processor instead of directly writing LaTeX code. Please be aware that this is a beta feature that might not receive the same level of support as the quantumarticle document class itself.
\section{Version}
\label{sec:version}
@@ -267,7 +269,7 @@ This is quantumarticle version v\quantumarticleversion.
\bibitem{howtogetdoilinksinbibliography}
StackExchange discussion on \href{http://tex.stackexchange.com/questions/3802/how-to-get-doi-links-in-bibliography}{``How to get DOI links in bibliography'' (2016-11-18)}
-
+
\bibitem{automaticallyaddingdoifieldstoahandmadebibliography}
StackExchange discussion on \href{http://tex.stackexchange.com/questions/6810/automatically-adding-doi-fields-to-a-hand-made-bibliography}{``Automatically adding DOI fields to a hand-made bibliography'' (2016-11-18)}
\end{thebibliography}
@@ -289,7 +291,7 @@ Equations continue to be numbered sequentially.
\end{equation}
You are free to change this in case it is more appropriate for your article, but a consistent and unambiguous numbering of sections and equations must be ensured.
-If you want your appendices to appear in \texttt{onecolumn} mode but the rest of the document in \texttt{twocolumn} mode, you can insert the command \texttt{\textbackslash{}onecolumn\textbackslash{}newpage} before \texttt{\textbackslash{}appendix}.
+If you want your appendices to appear in \texttt{onecolumn} mode but the rest of the document in \texttt{twocolumn} mode, you can insert the command \texttt{\textbackslash{}onecolumn\textbackslash{}newpage} before \texttt{\textbackslash{}appendix}.
\section{Problems and Bugs}
In case you encounter problems using the quantumarticle class please analyze the error message carefully and look for help online; \href{http://tex.stackexchange.com/}{http://tex.stackexchange.com/} is an excellent resource.