-
Notifications
You must be signed in to change notification settings - Fork 0
/
Book.tex
78 lines (56 loc) · 1.56 KB
/
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
\documentclass[krantz1,ChapterTOCs]{krantz}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage{mathptmx}
\usepackage{newtxtext,newtxmath}
%\usepackage{hyperref}
\usepackage{lipsum}
\frenchspacing
\tolerance=5000
\makeindex
\begin{document}
\include{frontmatter/preamble}
\frontmatter
\title{AI and Sustainability for Emerging Markets}
\author{Dinesh Verma}
\maketitle
%%%Placeholder for front matter
%\halftitle
%\booktitle
%\locpage
\include{frontmatter/dedication}
%\cleardoublepage
\setcounter{page}{7} %previous pages will be reserved for frontmatter to be added in later.
\tableofcontents
\include{frontmatter/foreword}
\include{frontmatter/preface}
\listoffigures
\listoftables
\include{frontmatter/contributor}
%\include{frontmatter/symbollist}
\mainmatter
\part{Introduction}
%\include{chapters/chap_sample/chapter}
\include{chapters/chap_intro_ai/chapter}
\include{chapters/chap_intro_sustainability/chapter}
\include{chapters/chap_intro_markets/chapter}
\include{chapters/chap_intro_final/chapter}
\part{Addressing the Challenges}
\include{chapters/chap_net_limited/chapter}
\include{chapters/chap_limited_infra/chapter}
\include{chapters/chap_data/chapter}
\include{chapters/chap_security/chapter}
\part{AI for Sustainability}
\include{chapters/chap_climate_change_solns/chapter}
\include{chapters/chap_water/chapter}
%\part{Sustainability of AI}
%\include{chapters/ch1}
\bibliographystyle{plain}
\bibliography{bibtex_example}
\printindex
\cleardoublepage
\end{document}