-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
104 lines (69 loc) · 1.76 KB
/
main.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
\documentclass{aruno-gist}
\usepackage{mylayout}
\webversionfalse
%% Details of the book
%% ===================
\title{Riflessioni sul Dhammapada}
\subtitle{52 strofe del Dhammapada con commenti di Ajahn Munindo}
\author{Ajahn Munindo}
\date{2017-07-25}
\editionInfo{\textit{Prima edizione}, 5.000 copie, stampato in Malesia, 2018}
\ISBN{978-88-85706-01-9}
% \hyphenation{prep-a-ra-tion belief attrac-tive under-stand-ing moment}
\begin{document}
\ifwebversion
\webcover{%
\includegraphics[width=\paperwidth]{./webcover.jpg}
}
\else
% Yellow color page
% Pantone 124M
% CMYK 0, 27, 100, 8
\thispagestyle{empty}
\mbox{}
\pagecolor{frontyellow}
\newpage
\thispagestyle{empty}
\pagecolor{white}
\mbox{}
\newpage
\fi
%% Frontmatter
%% ===========
\frontmatter*
\pagestyle{empty}
\midsloppy
\input{./manuscript/tex/frontverse.tex}
\input{./manuscript/tex/acknowledgement.tex}
\input{./manuscript/tex/titlepage.tex}
\input{./manuscript/tex/copyright.tex}
\chapterstyle{frontmatter}
\input{./manuscript/tex/preface-vol-one.tex}
\input{./manuscript/tex/preface-vol-three.tex}
%% Main matter
%% ===========
\mainmatter*
\input{./manuscript/tex/booktitle.tex}
\setcounter{chapter}{0}
\setcounter{page}{1}
\pagestyle{normalpage}
\chapterstyle{mainmatter}
\setlength{\parskip}{0.6\baselineskip}
\setlength{\parindent}{0pt}
\input{./manuscript/tex/versepages.tex}
\backmatter
\bookmarksetup{startatroot}
\chapterstyle{backmatter}
\newgeometry{vmargin=15mm, hmargin=10mm}
\input{./manuscript/tex/index-of-first-lines.tex}
%% Gift of Dhamma
%% --------------
\cleartorecto
\thispagestyle{plain}
\input{./manuscript/tex/gift-of-dhamma.tex}
%% Copyright details
%% -----------------
\cleartoverso
\thispagestyle{plain}
\input{./manuscript/tex/copyright-details.tex}
\end{document}