summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gammas
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-12 22:04:54 +0000
committerKarl Berry <karl@freefriends.org>2019-02-12 22:04:54 +0000
commit9fab16cd89e27cc5b308ce410e11068285e63c3a (patch)
treeef36dbee76759a835a60a32e684618159dbcbd32 /Master/texmf-dist/doc/latex/gammas
parenta737da09d5024f98cc47c98db5805e1132a55f37 (diff)
gammas (12feb19)
git-svn-id: svn://tug.org/texlive/trunk@50012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gammas')
-rw-r--r--Master/texmf-dist/doc/latex/gammas/README16
-rw-r--r--Master/texmf-dist/doc/latex/gammas/example_bibliography.bib31
-rw-r--r--Master/texmf-dist/doc/latex/gammas/gammas_template.tex136
3 files changed, 183 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gammas/README b/Master/texmf-dist/doc/latex/gammas/README
new file mode 100644
index 00000000000..0bf325af8d6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gammas/README
@@ -0,0 +1,16 @@
+ This directory contains the LaTeX2e class `gammas'.
+ Version: 1.0; February 11, 2019
+
+This is the official document class for typesetting journal articles
+for GAMM Archive for Students (GAMMAS), the open-access online yournal
+run by the GAMM Juniors.
+
+A small template (gammas_template.tex) is provided to show the usage
+of the documentclass. For more details we refer to the educational
+sample article 'How to write an article for GAMMAS and a longer title'
+available at the journal webpage under
+
+ https://doi.org/10.14464/gammas.v1i1.417
+
+Copyright 2019, GAMM Juniors. This ma­te­rial is sub­ject to the LaTeX
+Project Public Li­cense 1.3c.
diff --git a/Master/texmf-dist/doc/latex/gammas/example_bibliography.bib b/Master/texmf-dist/doc/latex/gammas/example_bibliography.bib
new file mode 100644
index 00000000000..0ceaaed622b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gammas/example_bibliography.bib
@@ -0,0 +1,31 @@
+@book{higham1998handbook,
+ title={Handbook of Writing for the Mathematical Sciences},
+ author={Higham, N.J.},
+ isbn={978-0-898714-20-3},
+ series={Miscellaneous Titles in Applied Mathematics Series},
+ year={1998},
+ publisher={Society for Industrial and Applied Mathematics},
+ doi={10.1137/1.9780898719550}
+}
+
+@article{fehr2016best,
+ title={Best practices for replicability, reproducibility and reusability of computer-based experiments exemplified by model reduction software},
+ author={Fehr, J. and Heiland, J. and Himpe, C. and Saak, J.},
+ journal={AIMS Mathematics},
+ year={2016},
+ volume={1},
+ number={3},
+ pages={261-281},
+ doi={10.3934/Math.2016.3.261}
+}
+
+@article{kern2019gammas,
+ title = {How to write an article for {GAMMAS} and a longer title},
+ author = {Kern, D. and Bartelt, M. and Unger, B.},
+ journal = {GAMM Archive for Students},
+ doi = {10.14464/gammas.v1i1.417},
+ year = {2019},
+ volume = {1},
+ issue = {1},
+ pages = {1-6}
+}
diff --git a/Master/texmf-dist/doc/latex/gammas/gammas_template.tex b/Master/texmf-dist/doc/latex/gammas/gammas_template.tex
new file mode 100644
index 00000000000..7e8aebaa43e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gammas/gammas_template.tex
@@ -0,0 +1,136 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% %
+% class options %
+% options can be modified %
+% %
+% %
+% -> usebiber - default option: uses the biblatex package %
+% -> usebibtex - use the classical bibtex with plain format %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\documentclass[usebibtex]{gammas}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% %
+% author settings %
+% %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\gammtitle{Article Template for GAMM Archive for Students}
+
+% Please provide for each author the name and address (the full postal address must be provided in the online form but not on the paper)
+
+% authors (there is a maximum of six authors possible)
+% please mark the corresponding author with the command \coraauth after the institute (see the example below)
+\gammauthora{Author one\inst{a}\corauth}
+\gammauthorb{Author two\inst{a}}
+\gammauthorc{Author three\inst{b}}
+
+% 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)
+\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
+
+% name of the bibfile without '.bib'
+\gammbibfilename{example_bibliography}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% newcommands %
+% this is optional but it makes live very easy %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+% Theorem-like environments
+\newtheorem{theorem}{Theorem}
+\newtheorem{lemma}[theorem]{Lemma}
+
+\theoremstyle{definition}
+\newtheorem{definition}[theorem]{Definition}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% begindocument start %
+% do not modify this %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setbiber{\GAMMBIBFILENAME}
+%
+\begin{document}
+\maketitle
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% begindocument end %
+% do not modify this %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% abstract %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{gammabstract}
+ This is the abstract (max.\ 250 words for research papers and tutorials, max.\ 150 words for technical briefs)
+\end{gammabstract}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% keywords %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{gammkeywords}
+ mathematics, mechanics, \LaTeX \\ (max. 5 keywords)
+\end{gammkeywords}
+
+\section{Introduction}
+This is the introduction.
+
+\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
+\begin{gather*}
+ \SI{1.2345e6}{\metre\per\second}, \qquad \SI{20}{\percent},\\
+ {\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{}.
+
+\section{Summary}
+This is a great summary.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% code availability block (not optional) %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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
+ \begin{center}
+ \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 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}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% acknowledgment block (optional) %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{gammacknowledgement}
+ If you received any funding for carrying out the reported research, you should list the funding agencies and (if applicable) the project and project number.
+\end{gammacknowledgement}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% appendix (optional) %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\appendix
+
+\section{Appendix}
+This is an (optional) appendix
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% enddocument start %
+% do not modify this %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setbib{\GAMMBIBFILENAME}
+\end{document} \ No newline at end of file