-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.tex
More file actions
56 lines (44 loc) · 1.16 KB
/
example.tex
File metadata and controls
56 lines (44 loc) · 1.16 KB
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
%% example.tex
%% An example technical report, using technote.sty
\documentclass[twocolumn]{article}
\usepackage{technote}
\usepackage{lipsum}
%% title & author.
\title{A random title}
%% add commands for email and address ... to control formatting.
\author{Michael Lewis\\
{\tt\small lewismj@abank.com}
}
\department{FICC IT}
%% \logo[scale=0.1]{example-image-a}
\begin{document}
\maketitle
%% define 'keywords' before abstract.
\keywords{Graph, Whiz, Bang, LMM, BGM \etc \etal}
\begin{abstract}
\lipsum[1-1]
\end{abstract}
\tableofcontents
\medskip
\medskip
\section{First Section}
Lorem ipsum dolor \footnote {hello world} sit amet
\footnote{liftM} something.
\lipsum[1-2]
\subsection{Sub Section}
\subsubsection{A sub sub section}
\lipsum[1-1]
\subsubsection{Another sub sub section}
\lipsum[1-1]
\section{Second Section}
\subsection{Sub Section}
\subsubsection{Sub Sub Section}
\lipsum[1-5]
\begin{thebibliography}{9}
\bibitem{einstein}
Albert Einstein.
\textit{Zur Elektrodynamik bewegter K{\"o}rper}. (German)
[\textit{On the electrodynamics of moving bodies}].
Annalen der Physik, 322(10):891–921, 1905.
\end{thebibliography}
\end{document}