-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmmd-manuscript-begin-doc.tex
67 lines (49 loc) · 1.01 KB
/
mmd-manuscript-begin-doc.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
%
% For setup that must follow metadata included in the document
%
\usepackage[
plainpages=false,
pdfpagelabels,
pdftitle={\mytitle},
pagebackref,
pdfauthor={\myauthor},
pdfkeywords={\keywords}
]{hyperref}
\usepackage{memhfixc}
\title{\mytitle}
\author{\myauthor}
\ifx\mydate\undefined
\else
\date{\mydate}
\fi
\begin{document}
\VerbatimFootnotes
% Title Page
\begin{titlingpage}
\aliaspagestyle{titlingpage}{title}
\setlength{\droptitle}{30pt}
\manuscript\noindent\myauthor \\
\address
\vskip 12pt
\noindent\agent
\vfill
\renewcommand{\baselinestretch}{2}
\normalsize\manuscript\centering\MakeUppercase\mytitle
by \myauthor
\vskip 4in
\end{titlingpage}
% Change default commands to better fit manuscripts
\renewcommand{\emph}[1]{\underline{#1}}
\renewcommand{\section}[1]{\begin{center}
\#
\end{center}}
%
% Main Content
%
% Manuscript settings
\renewcommand{\baselinestretch}{2}
\raggedright\normalsize
\font\body="Courier New" at 12pt\body
% Layout settings
\setlength{\parindent}{0.5in}
\mainmatter