-
Notifications
You must be signed in to change notification settings - Fork 13
/
analytic-nt.tex
52 lines (40 loc) · 1.25 KB
/
analytic-nt.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
\def\filepath{templates}
%\def\filepath{C:/Users/holden-lee/Dropbox/Math/templates}
\input{\filepath/packages_book.tex}
\input{\filepath/theorems_with_boxes.tex}
\input{\filepath/macros_published.tex}
\input{\filepath/formatting.tex}
\input{\filepath/other.tex}
\input{\filepath/theorem_num.tex}
\def\name{Analytic Number Theory}
\pagestyle{fancy}
%\addtolength{\headwidth}{\marginparsep} %these change header-rule width
%\addtolength{\headwidth}{\marginparwidth}
\lhead{Analytic Number Theory, \S\emph{\thechapter.\thesection}}
\chead{}
\rhead{\sectiontitle}
\lfoot{}
\cfoot{\thepage}
\rfoot{} % !! Remember to change the problem set number
\renewcommand{\headrulewidth}{.3pt}
%\renewcommand{\footrulewidth}{.3pt}
\setlength\voffset{0in}
%\setlength\textheight{648pt}
%\input{beginning/titlepage.tex}
\input{\filepath/titlepage.tex}
\begin{document}
\maketitle
\input{beginning/analytic-intro.tex}
\frontmatter
\mainmatter
\pagestyle{fancy}
\input{analytic-chapters/chapter2.tex}
\input{analytic-chapters/chapter3.tex}
%\input{analytic-chapters/chapter4.tex}
\appendix
\input{fgt-chapters/chapter5.tex}
\input{ent-chapters/ps.tex}
\bibliographystyle{alpha}
\bibliography{\filepath/refs}
\printindex
\end{document}