-
Notifications
You must be signed in to change notification settings - Fork 0
/
adapt.tex
47 lines (33 loc) · 1.15 KB
/
adapt.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
% TODO Customise this part
\title{Your title}
\subtitle{Your subtitle} % This is optional
\newcommand\NewAuthor{Your name}
% You don't have to distribute your derivative work under this license.
% Change it if you want.
\setlicense{This work is licensed under \href{https://creativecommons.org/licenses/by/4.0}{CC BY 4.0}. \ccby}
\dedication{To truth, reason, purity and perfection.}
%%%%%
\hypersetup{pdfauthor=\NewAuthor}
\author{\normalsize
{\Large \NewAuthor} \\[3em]
{\normalfont Adapted from\\ \textit{Leaving the cave: an introduction to mathematical thinking},\\ written by} \\[0.8em]
{\large Samuel González-Castillo}}
\date{\today}
\usepackage{ccicons}
\setcopyright{Adapted from \textit{Leaving the cave: an introduction to mathematical thinking}.\\
Copyright \copyright \ 2019--\the\year, Samuel González-Castillo.\\
Licensed under \href{https://creativecommons.org/licenses/by/4.0}{CC BY 4.0}. \ccby \par
Copyright \copyright \ \the\year, \NewAuthor.
}
\bibliographystyle{siam}
\begin{document}
\maketitle
\unchapter{Preface}
% TODO Write your own preface.
\mainmatter
\load{ch0}
\load{ch1}
\load{app}
\nocite{*}
\bibliography{ltc}
\end{document}