-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tex
47 lines (27 loc) · 949 Bytes
/
template.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
% !TEX encoding = UTF-8 Unicode
\documentclass[11pt]{amsart}
% Load external packages
\include{packages}
% Load my own macros
\include{macros}
% Use section-based numbering for equations and figures. Who wants to hunt down Equation 100?
\numberwithin{equation}{section}
\numberwithin{figure}{section}
% Create a subdirectory called Images to hold all your graphics files. Keep things neat.
\graphicspath{{Images/}}
\title{Brief Article}
\author{Roy H. Goodman}
\date{} % Activate to display a given date or no date
\begin{document}
\begin{abstract}
In which we solve a big problem.
\end{abstract}
\maketitle
\section{Introduction}
%\subsection{}
\section*{Acknowledgments}
Thanks everybody!
%\bibliography{references}
%\bibliographystyle{abbrv} % The best bibliography style because it replaces
% first & middle names with initials
\end{document}