-
Notifications
You must be signed in to change notification settings - Fork 2
/
local.sty
92 lines (74 loc) · 2.26 KB
/
local.sty
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
\graphicspath{{./images/}}
\newcommand\psMarksPartOnly{%
\let\chaptermark\@gobble
\def\partmark##1{%
\markboth{##1}{}}%
\let\sectionmark\@gobble
}
\newcommand\psMarksTitleOnly{%
\def\chaptermark##1{%
\markboth{##1}{}}%
\let\partmark\@gobble
\let\sectionmark\@gobble
}
\newcommand\usePsMarksPartOnly{%
\makeatletter
\makepsmarks{toprightnum}{\psMarksPartOnly}
\aliaspagestyle{normalpage}{toprightnum}
\pagestyle{normalpage}
\makeatother
}
\newcommand\usePsMarksTitleOnly{%
\makeatletter
\makepsmarks{toprightnum}{\psMarksTitleOnly}
\aliaspagestyle{normalpage}{toprightnum}
\pagestyle{normalpage}
\makeatother
}
\newcommand\usePsMarksDefault{%
\makeatletter
\makepsmarks{toprightnum}{\psMarksDefault}
\aliaspagestyle{normalpage}{toprightnum}
\pagestyle{normalpage}
\makeatother
}
% Default
\usePsMarksDefault
\artoptfalse
% Part settings
\newcommand\morningPartSettings{\usePsMarksPartOnly}
\newcommand\morningChapterSettings{\artopttrue}
\newcommand\morningSettingsRestore{\usePsMarksDefault \artoptfalse}
\newcommand\eveningPartSettings{\usePsMarksPartOnly}
\newcommand\eveningChapterSettings{\artopttrue}
\newcommand\eveningSettingsRestore{\usePsMarksDefault \artoptfalse}
\newcommand\reflectionsPartSettings{}
\newcommand\reflectionsChapterSettings{%
\newlength\tmpL
\setlength{\tmpL}{\parskip}
\setlength{\parskip}{10pt}
}
\newcommand\reflectionsSettingsRestore{%
\setlength{\parskip}{\tmpL}
}
\newcommand\requestsPartSettings{}
\newcommand\requestsChapterSettings{\artopttrue}
\newcommand\requestsSettingsRestore{%
\artoptfalse
% \englishIndent is tweaked at places in the Requests, make sure we
% restore to normal in the end.
\setlength{\englishIndent}{\leaderIndent}%
}
\newcommand\suttasPartSettings{}
\newcommand\suttasChapterSettings{}
\newcommand\suttasSettingsRestore{}
\newcommand\englishTitle{}
\newcommand\paliTitle{}
\newcommand\parittasPartSettings{\usePsMarksPartOnly}
\newcommand\parittasChapterSettings{\artopttrue}
\newcommand\parittasSettingsRestore{\usePsMarksDefault \artoptfalse}
\newcommand\funeralPartSettings{\usePsMarksPartOnly}
\newcommand\funeralChapterSettings{\artopttrue}
\newcommand\funeralSettingsRestore{\usePsMarksDefault \artoptfalse}
\newcommand\hsp{\hspace*{0.5em}}
% End of local.sty