-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
96 lines (74 loc) · 2.12 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
%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}
% Title Placement
\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}