-
Notifications
You must be signed in to change notification settings - Fork 0
/
note.tex
63 lines (44 loc) · 1.14 KB
/
note.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
%!TEX ts-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[12pt,a4paper]{article}
\usepackage{ckunte} % custom style
\title{Document title} % title
\author{Author 1 \and Author 2} % authors
% Document
\begin{document}
\maketitle
\phantomsection\addcontentsline{toc}{section}{Summary}
\section*{Summary} % (fold)
\label{sec:summary}
Blah.
% section summary (end)
\pagebreak
\tableofcontents
\listoftables
\listoffigures
\section*{Abbreviations} % (fold)
\label{sec:abbr}
\begin{tabular}{r l}
\textsc{rov} & Remotely operated vehicle \\
t & Metric ton \\
\end{tabular}
% section abbr (end)
\section{Background} % (fold)
\label{sec:bg}
Blah.
% section bg (end)
\phantomsection\addcontentsline{toc}{section}{References}
\begin{thebibliography}{9}
\bibitem{u1}
Kunte, C., wan Alwi, Y.,
\emph{Barge motion responses in the South China Sea},
March 2015.
\end{thebibliography}
\appendix
\phantomsection\addcontentsline{toc}{section}{Appendices}
\section*{Appendices}
\section{Appendix 1} % (fold)
\label{sec:app1}
Blah.
% section app1 (end)
\end{document}