-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
31 lines (23 loc) · 1.02 KB
/
paper.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
\documentclass[
fontsize=10pt, % default font size 10pt
paper=a4, % DIN A4 page format
numbers=noenddot, % remove dots behind chapter numbers (e.g. 1.5 not 1.5.)
listof=entryprefix, % add entry name to figures, tables, etc.
listof=nochaptergap, % no chapter gap for figures, tables, etc.
parskip=half % half line spacing between paragraphs
]{article}
\input{preamble} % Load preamble
\begin{document}
\setDoctype{Paper}
\setTitle{A LaTeX template for clean and simple papers}
\setSubtitle{I am a Subtitle, please change me}
\setAuthors{{John Doe, 1, john.doe@example.com}, {Jane Doe, 1, jane.doe@example.com}, {Catherine Parr, 2, catherine.parr@example.com}}
\setAffiliations{Fantasy University, A Very Real University}
\input{framework/title} % Title
\begin{paper}
\input{content/abstract}
\input{content/introduction}
\input{content/citations}
\input{framework/references}
\end{paper}
\end{document}