summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gammas/gammas_template.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-23 03:03:31 +0000
committerNorbert Preining <norbert@preining.info>2020-09-23 03:03:31 +0000
commit6639178e654b36f7065a0cdbab783d687550e896 (patch)
tree409157d10a0e6d3d9c828b926a60d23195eb4abb /macros/latex/contrib/gammas/gammas_template.tex
parent1a37a060977fa92be44dcee0fb99c59e46023afe (diff)
CTAN sync 202009230303
Diffstat (limited to 'macros/latex/contrib/gammas/gammas_template.tex')
-rw-r--r--macros/latex/contrib/gammas/gammas_template.tex37
1 files changed, 19 insertions, 18 deletions
diff --git a/macros/latex/contrib/gammas/gammas_template.tex b/macros/latex/contrib/gammas/gammas_template.tex
index 7e8aebaa43..48ac3a4ab7 100644
--- a/macros/latex/contrib/gammas/gammas_template.tex
+++ b/macros/latex/contrib/gammas/gammas_template.tex
@@ -3,7 +3,6 @@
% class options %
% options can be modified %
% %
-% %
% -> usebiber - default option: uses the biblatex package %
% -> usebibtex - use the classical bibtex with plain format %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -26,26 +25,30 @@
\gammauthorb{Author two\inst{a}}
\gammauthorc{Author three\inst{b}}
+% authors are encouraged to include their orcid in the manuscript
+% a circle placeholder will appear next to the author in the header
+\gammauthoraorcid{1234-5678-1234-5678}
+
% Use the short forms of the author names for the header
\gammauthorhead{O.~Author, T.~Author, T.~Author}
-% author affiliations (full postal adress must be provided in the online form but not on the manuscript)
+% author affiliations (full postal address must be provided in the online form but not on the manuscript)
\gammaddressb{Technische Universität Berlin, Berlin, Germany}
\gammaddressa{Technische Universität Chemnitz, Chemnitz, Germany} %
% additional information of the corresponding author
\gammcorrespondence{email@example.com}
-% Supervisor
-\gammsupervisor{FirstName LastName, TU Gammburg, Asymtopia} % optional, if supervisor wants to be mentioned
+% Supervisor: optional, if the supervisor wants to be mentioned
+\gammsupervisor{FirstName LastName, TU Gammburg, Asymtopia}
% name of the bibfile without '.bib'
\gammbibfilename{example_bibliography}
-
+\usepackage{blindtext}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% newcommands %
-% this is optional but it makes live very easy %
+% this is optional but it makes live very easy %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Theorem-like environments
@@ -58,12 +61,11 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% begindocument start %
% do not modify this %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\setbiber{\GAMMBIBFILENAME}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\begin{document}
\maketitle
-
+%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% begindocument end %
% do not modify this %
@@ -84,7 +86,7 @@
\end{gammkeywords}
\section{Introduction}
-This is the introduction.
+This is the introduction. The authors are encouraged to include their \textsf{ORCiD} in the manuscript. The circle next to the author will be replaced by the logo during copyediting.
\section{Contents}
This is some scientific content. Make sure to use the commands from the \texttt{siunitx} package for all numbers. For instance, we have
@@ -93,10 +95,10 @@ This is some scientific content. Make sure to use the commands from the \texttt{
{\sisetup{fixed-exponent=-9,scientific-notation=fixed}\SIrange{80e-9}{120e-9}{\kilogram}}, \qquad \num{5.4321e-9}.
\end{gather*}
For more details about the typesetting in GAMMAS, we refer to \cite{kern2019gammas}. For a concise introduction to scientific writing
-in mathematics we refer to the excellent monograph \cite{higham1998handbook}. Consult the documentation of the \texttt{amsmath}\footnote{\url{https://ctan.org/pkg/amsmath}} package for useful hints on typesetting equations in \LaTeX{}.
+in mathematics we refer to the excellent monograph~\cite{higham2020handbook}. Consult the documentation of the \texttt{amsmath}\footnote{\url{https://ctan.org/pkg/amsmath}} package for useful hints on typesetting equations in \LaTeX{}.
\section{Summary}
-This is a great summary.
+This is a great summary.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% code availability block (not optional) %
@@ -104,13 +106,13 @@ This is a great summary.
% Every accepted article for GAMMAS must contain a code availability statement.
% You can modify the following example to account for your requirements.
\begin{gammacode}
- The source code of the implementations used to compute the presented results is available as supplementary material and can be obtained under the
+ Both, the \LaTeX{} source code for reference~\cite{kern2019gammas} as well as the python-script for the simulation, are available as supplementary material and can be obtained under the
\begin{center}
- \href{https://doi.org/10.14464/gammas.v1i1.417}{doi:~10.14464/gammas.v1i1.417}.
+ \href{https://doi.org/10.14464/gammas.v1i1.417}{DOI:~10.14464/gammas.v1i1.417}.
\end{center}
- % If you want to attach the code as supplementary material, then this doi will be the same as the doi for your article and inserted by the copyeditor. Otherwise you can use another stable location.
+ % If you want to attach the code as supplementary material, then this DOI will be the same as the DOI for your article and inserted by the copyeditor. Otherwise, you can use another stable location.
%
- If the source code is not shared, a simple statement should be given for explanation, e.g.\ for license issues, non-disclosure agreements or trade secrets. For \emph{best practices} for code we refer to \cite{fehr2016best}.
+ If the source code is not shared, a simple statement should be given for explanation, e.g., for license issues, non-disclosure agreements or trade secrets. For \emph{best practices} for code we refer to \cite{fehr2016best}.
\end{gammacode}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -126,11 +128,10 @@ This is a great summary.
\appendix
\section{Appendix}
-This is an (optional) appendix
+This is an (optional) appendix.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% enddocument start %
% do not modify this %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\setbib{\GAMMBIBFILENAME}
\end{document} \ No newline at end of file