-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpaper.tex
64 lines (44 loc) · 1.16 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
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
\documentclass[conference=acm]{confpaper}
% General
% -------
\usepackage{pdflscape}
% Bibliography
% ------------
\bibliography{paper}
% Commands
% --------
\pgfsetarrows{latex-latex}
\tikzset{%
base/.style = {inner sep=5pt,
text centered,
thin,
font=\rmfamily},
round/.style = {base,
rectangle,
rounded corners=1ex,
draw=black,
fill=gray!20,
minimum height=0.35in}
}
%%%%%%%%%%%%%%%%%%%% SPACE SAVINGS %%%%%%%%%%%%%%%%%%%%%%
\usepackage[all=normal,wordspacing]{savetrees}
%%%%%%%%%%%%%%%%%%%% TITLE/AUTHORS %%%%%%%%%%%%%%%%%%%%%
\title{Title}
\author{ Authors }
\titlespacing\section{0pt}{*1.8}{*1.1}
\titlespacing\subsection{0pt}{*1.5}{*1.1}
\titlespacing\subsection{0pt}{*1.3}{*0.8}
%%%%%%%%%%%%%%%%%%%% START OF DOCUMENT %%%%%%%%%%%%%%%%%
\begin{document}
\input{abstract}
\maketitle
\input{introduction}
\input{related}
\label{lastpage}\input{conclusion}
\microtypesetup{protrusion=false}
\newpage
\printbibliography
\vfill
\pagebreak
\end{document}
%%%%%%%%%%%%%%%%%%%% END OF DOCUMENT %%%%%%%%%%%%%%%%%%%%