-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
55 lines (41 loc) · 1.3 KB
/
report.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
\documentclass[nobib]{tufte-book}
\input{template/preamble}
%% Document information
%% ====================
\title{TITEL}
\author{AUTHOR}
\date{\today}
%\publisher{Publisher of This Book}
\graphicspath{{graphics/}}
\addbibresource{sample-handout.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Sample Code for Notes and Figures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\marginnote{This is a margin note. Notice that there isn't a number preceding the note, and there is no number in the main text where this note was written.}
%\footnote{This is a sidenote that was entered using the \texttt{\textbackslash footnote} command.}
%\begin{marginfigure}
% \includegraphics{helix}
% \caption{This is a margin figure.}
%\end{marginfigure}
%\begin{figure*}[h]
% \includegraphics[width=\linewidth]{sine.pdf}%
% \caption{This graph shows $y = \sin x$ from about $x = [-10, 10]$.
% \emph{Notice that this figure takes up the full page width.}}%
% \label{fig:fullfig}%
%\end{figure*}
%\begin{fullwidth}
%\small\itshape\lipsum[1]
%\end{fullwidth}
\begin{document}
\maketitle
\section{Introduction}
This is a test \cite{Bringhurst2005}.
\section{Test}
Tufte\cite{Tufte1997,Bringhurst2005} book test.
\subsection{testtest}
\section{conclusion}
\printbibliography
\input{notation}
\printnomenclature[3cm]
\printindex
\end{document}