-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
71 lines (50 loc) · 1.51 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
65
66
67
68
69
70
71
% LaTeX template by Shervin Sahba
%
% CONTENTS:
% [[0]] DOCUMENT BEGINS
% [[1]] BODY
% [[2]] REFERENCES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{shervin} % load .cls
\usepackage{shervin} % load .sty
\usepackage[backend=biber]{biblatex}
\addbibresource{refs.bib}
\autoleftright % automatic ( ) -> \left( \right)
% note: override by using \left \right \bigl etc...
\setheadertopleft{Notes} % header, top left
\setheadertopright{\today} % header, top right
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% [[0]] DOCUMENT BEGINS
\begin{document}
\title{Untitled Document - \today}
\author{Shervin Sahba\authormark{}}
\address{\authormark{}University of Washington}
\email{[email protected]}
% \homepage{shervinsahba.github.io}
\begin{abstract*}
This describes the paper. \footnote{Footnote!}
\end{abstract*}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% [[1]] BODY
\section{Section} \label{sec: }
Words be written yonder.\cite{DUMMYEXAMPLE}
%% FIGURE
% \begin{figure}[H] \centering
% \captionsetup{width=0.9\columnwidth}
% \subfloat[label]{
% \includegraphics[width=0.9\columnwidth]{figs/picture.png}
% }
% \subfloat[label]{
% \includesvg[width=0.9\columnwidth]{figs/picture.svg}
% }
% \caption{}
% \label{}
% \end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% [[2]] REFERENCES
\bigskip
\printbibliography \label{sec: References}
\end{document}