-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCommonUnits.tex
More file actions
47 lines (38 loc) · 1.03 KB
/
CommonUnits.tex
File metadata and controls
47 lines (38 loc) · 1.03 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
\documentclass[a4paper]{report}
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[useregional]{datetime2}
\usepackage[makeroom]{cancel}
\usepackage{titlesec}
\usepackage[hidelinks]{hyperref}
\usepackage{amsmath}
\usepackage{amssymb}
%% Put Chapter Number and name on one line
\titleformat{\chapter}[hang]
{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter:}{0.5em}{}
%% Sets page size and margins
\usepackage[a4paper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
\title{CommonUnits --- Draft}
\author{CommonUnits Contributors}
%% Custom Macros
\newcommand*{\cu}{CommonUnits}
\newcommand*{\fhref}[2]{
\href{#2}{#1}\footnote{\url{#2}}
}
\begin{document}
\pagenumbering{Alph}
\begin{titlepage}
\maketitle
\thispagestyle{empty}
\end{titlepage}
% \maketitle
%% Roman numbers for Special Chapters
\pagenumbering{roman}
\tableofcontents
\include{Preface}
\include{Contributors}
\pagenumbering{arabic}
\include{1.Challenges}
\end{document}