-
Notifications
You must be signed in to change notification settings - Fork 8
/
whitepaper.tex
136 lines (97 loc) · 2.75 KB
/
whitepaper.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
\documentclass [12pt] {article}
\usepackage [inner=2cm, top=2.5cm, bottom=2.5cm, outer=4cm, marginparwidth=3cm] {geometry} %% see geometry.pdf on how to lay out the page. There's lots.
\geometry{a4paper} %% or letter or a5paper or ... etc
\usepackage{float, graphicx, caption, amssymb, natbib}
\usepackage{xcolor} %% enable use of colours
\usepackage[dvipsnames]{xcolor} %% enables creation of custom colours
\usepackage{tabulary}
\usepackage{fancyhdr}
\usepackage[scaled]{helvet}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
%% Line numbers may be useful during collaboration and review
\usepackage[left]{lineno}
\renewcommand{\linenumberfont}{\normalfont\tiny\color{gray}}
\usepackage[ddmmyyyy,hhmmss]{datetime}
\definecolor{tealgreen}{RGB}{0, 102, 102}
\definecolor{midnightgreen}{RGB}{0, 64, 77}
\usepackage{titlesec}
\titleformat{\section}
{\color{midnightgreen}\normalfont\Large\bfseries}
{\color{midnightgreen}\thesection}{1em}{}
\titleformat{\subsection}
{\color{tealgreen}\normalfont\normalsize\bfseries}
{\color{tealgreen}\thesubsection}{1em}{}
\usepackage {vhistory}
\setlength{\parindent}{0pt}
\setlength{\parskip}{1em plus 0.1em minus 0.2em}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[RO,LE]{Heading}
\fancyfoot[RO,LE]{Page-\thepage}
\fancyfoot[C]{\textbf{Footer}}
\fancyfoot[RE, LO]{Created: \today\ at \currenttime}
\usepackage{blindtext}
\newcounter {note}
\stepcounter{note}
\renewcommand{\abstractname}{Executive Summary}
\newcommand {\Note} [1] {
\marginpar {
\tiny {
{\color{tealgreen}{\thenote \ #1}}
}
}
\stepcounter {note}
}
\newcommand {\MNote} [1] {
\marginpar {
\tiny {
{\color{tealgreen}{#1 }}
}
}
}
\begin{document}
\title{Title \vhCurrentVersion}
\author {Author}
\date{\today}
\maketitle
\begin{abstract}
\blindtext
\end{abstract}
\vspace{6cm}
\begin{versionhistory}
\vhEntry{v0.1}{21/03/2024}{Author}{First draft}
\end{versionhistory}
\clearpage
%% Comment out this line to prevent the display of line numbers
\linenumbers
\tableofcontents
\pagebreak
\section{Section}
\subsection{Sub Section}
\blindtext
\blindtext
\Note{First Note}
\subsection{Sub Section}
\blindtext
\subsection{Sub Section}
\blindtext
\subsection{Sub Section}
\Note{Second Note}
\blindtext
\section{Section}
\subsection{Sub Section}
\blindtext
\subsection{Sub Section}
\blindtext
\subsection{Sub Section}
\blindtext
\section{Section}
\subsection{Sub Section}
\blindtext
\subsection{Sub Section}
\blindtext
\subsection{Sub Section}
\MNote {Third Note - just seeing whether it auto-wraps now alkdjfl adjfladj flajd flak dflkaj dlfkj alkdfj alkjd flakjdfla fl }
\blindtext
\end{document}