NAGJ
Author:
James Quinlan
Last Updated:
3 years ago
License:
Creative Commons CC BY 4.0
Abstract:
North American GeoGebra Journal template
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%TEX
% Sun Nov 07 12:04:37 EST 2021
% ++++++++++++++++++++++++++++++++++++++++++++++++++
% North American GeoGebra Journal LaTeX template file.
% : Template Control File
% :
% : LaTeX environment. Read the README.md file
% : Note configs.tex file for packages.
% : MIT License.
% :
% : Quinlan, J.
% ++++++++++++++++++++++++++++++++++++++++++++++++++
% FOR ASSISTANCE TRY:
% : http://en.wikibooks.org/wiki/LaTeX/
% : https://www.ctan.org/
%
\def\pagenum{1}
\def\vol{1}
\def\issue{1}
% ----------------------------- %
\input{configs}
\input{coding}
% ----------------------------- &
\usepackage{authblk}
\renewcommand\Authands{ and }
% Edit 33 - 37
\def\thetitle{\uppercase{Title of the work}}
\def\authorOne{\authorfont{John Jones}}
\def\authorTwo{\authorfont{Steve Smith}}
\def\institutionOne{\subauthorfont{Department of Mathematics, Great State University}}
\def\institutionTwo{\subauthorfont{School of Typesetting and Print, \LaTeX\ University}}
% ----------------------------- %
\begin{document}
% ----------------------------- %
\interfootnotelinepenalty=100000
% ----------------------------- %
% Header: Title, author
% ----------------------------- %
\title{\TitleFont{\thetitle}}
\author[1]{\authorOne}
\author[2]{\authorTwo}
%\author[1]{Author C}
%\author[2]{Author D}
%\author[2]{Author E}
\affil[1]{\institutionOne}
\affil[2]{\institutionTwo}
\vspace{-1mm}
\date{}
\maketitle
% ----------------------------- %
% Abstract
% ----------------------------- %
\input{abstract}
\thispagestyle{fancy}
% ----------------------------- %
% Sections
% ----------------------------- %
\input{body}
% ----------------------------- %
% References: BibTeX
% ----------------------------- %
\bibliography{refs.bib}
\bibliographystyle{apalike}
% ----------------------------- %
% Biography
% ----------------------------- %
\input{bio.tex}
% ----------------------------- %
% Appendix: If needed
% ----------------------------- %
\newpage
\input{app.tex}
\end{document}