-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcto-framework-book.tex
95 lines (65 loc) · 1.85 KB
/
cto-framework-book.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
% !TEX root = cto-framework-book.tex
\documentclass[a4paper]{book}
\usepackage[english]{babel} % Language support
\usepackage[T1]{fontenc} % Proper font encoding
\usepackage{lmodern} % Better font rendering
% \usepackage{mlmodern}
\usepackage{fontspec}
\setmainfont{IBM Plex Sans}
\usepackage{graphicx} % Required for inserting images
\graphicspath{{images/}{../images/}}
\usepackage{sectsty}
\chapterfont{\color{secondarycolor}}
\usepackage{tikz} % For creating graphical elements and colors
\usepackage{tikz-3dplot}
\newcommand{\booktitle}{CTO Framework}
\newcommand{\bookauthor}{Santiago Lizardo}
\newcommand{\booklicence}{Creative Commons Attribution 4.0 International (CC BY 4.0)}
\input{setup/colors}
\usepackage{amsmath} % For environment equation
\usepackage{afterpage}
\usepackage{geometry}
\usepackage{array}
\usepackage{fontawesome5}
\usepackage{longtable}
\usepackage{float}
\usepackage{imakeidx}
\input{setup/glossaries}
\makeindex[intoc]
\input{setup/boxes}
\input{setup/code}
\input{setup/links}
\input{setup/plots}
\input{setup/headers}
\input{git-info}
\bibliographystyle{unsrt}
\title{\booktitle}
\author{\bookauthor}
\date{\GitTag\ - \the\year{}}
\begin{document}
\frontmatter
\include{section0-intro/cover}
\include{section0-intro/version}
\newpage
\tableofcontents
\mainmatter
\pagestyle{fancy}
\include{section0-intro/dedication}
\include{section0-intro/main}
\include{section1-people/main}
\include{section2-process/main}
\include{section3-product/main}
\include{section4-technology/main}
\include{section5-conclusion/main}
\backmatter
\include{section6-appendix/main}
\listoffigures
\listoftables
\printglossaries
% \lstlistoflistings
\bibliography{references}
\addcontentsline{toc}{chapter}{Bibliography}
\printglossary[type=\acronymtype, title={Acronyms}, toctitle={Acronyms}]
\clearpage
\printindex
\end{document}