-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWHB.cls
258 lines (200 loc) · 8.63 KB
/
WHB.cls
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
%
% ******************************************
% ************** INSTRUCTIONS **************
% ******************************************
%
% - Complile this class with LuaLaTeX to make sure everything will work fine
%
% #### 0.5 (Jan 13, 2020):
% * .lua function that are able to manipulate strings that are passed to the .tex interpreter
% * Implemented the lettrine (capitular) and bigger chapter number according to the design
% * Improved `parseChapter` function
% * Changed the font used in the etymology section
%
%
%-------------------------------------------------------------------------------------------------
\def\fileversion{0.5}
\def\filedate{2020/01/10}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{WHB}[\filedate\space Wycliffe Holy Bible class\space Version \fileversion\space by Levy Marfim]
\LoadClass[11pt,a5paper]{book}
% ******************************************
% *************** LUA FILES ****************
% ******************************************
\directlua{dofile("Precipuo.lua")}
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% **************** PACKAGES ****************
% ******************************************
\RequirePackage{geometry}
\RequirePackage{fontspec}
\RequirePackage{polyglossia}
\RequirePackage{tikz}
\RequirePackage{xcolor}
\RequirePackage{titlesec}
\RequirePackage{pbox}
\RequirePackage{lettrine}
\RequirePackage{hyperref}
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% **************** GEOMETRY ****************
% ******************************************
% ----- geometry -----
\geometry{
layout = a5paper,
layoutsize = {148 mm, 210 mm},
layoutoffset = {0 mm, 0 mm},
includehead = true,
headheight = 15pt,
inner = 1.3 cm,
outer = 1 cm,
top = 1 cm,
bottom = 1.2 cm,
columnsep = .5 cm,
includefoot = false,
footnotesep = .2 cm,
footskip = 5 pt,
twoside = true,
twocolumn = true,
showframe = false,
}
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% ************ CROSS-REFERENCING ***********
% ******************************************
% ----- hyperref -----
\hypersetup{
pdfstartview = FitH,
bookmarksopen = true,
bookmarksnumbered = false,
pdftitle = Holy Bible,
pdfauthor = Levy Marfim,
pdfsubject = Old English Translated Bible,
pdfkeywords = {Holy Bible, Old English, Middle English, Wycliff},
pdfdisplaydoctitle = true,
colorlinks = true,
}
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% ***************** COLORS *****************
% ******************************************
% ----- xcolor -----
\definecolor{Ravostro}{HTML}{B5103C}
\definecolor{Lograta}{HTML}{1C85BD}
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% ****************** FONTS *****************
% ******************************************
% ----- fontspec -----
% Main font
\setmainfont{GaramondPremrPro}[
Extension = .otf,
UprightFont = *,
BoldFont = *-Bd,
ItalicFont = *-It,
BoldItalicFont = *-BdIt,
Kerning = On,
Contextuals = Alternate,
Ligatures = Rare
]
% IPA font
\newfontfamily\ipa{Doulos SIL}[SizeFeatures = {Size = 7}]
% Etymology font
\newfontfamily{\etmFont}{Cardo}[
Extension = .ttf,
UprightFont = *-Regular,
BoldFont = *-Bold,
ItalicFont = *-Italic,
% BoldItalicFont = *-BdIt,
% Kerning = On,
% Contextuals = Alternate,
Ligatures = TeX
]
% Lettrine font
\newfontface{\CapitularFont}{GoudyIni}[Color = Ravostro]
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% **************** INITIALS ****************
% ******************************************
% ----- lettrine -----
\renewcommand{\LettrineFontHook}{\CapitularFont}
\newcommand{\capitular}[3]{%
\lettrine[%
lines = 3,
depth = 0,
nindent = 5pt,
realheight = true,
ante = {\fontsize{36pt}{36pt}\selectfont\color{Ravostro}\lower19pt\hbox{#1}\space}
]%
{#2}{#3}
}
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% **************** LANGUAGE ****************
% ******************************************
% ----- polyglossia -----
\setdefaultlanguage{english}
\disablehyphenation
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% ****** CHAPTERS AND SECTIONS STYLES ******
% ******************************************
% ----- titlesec -----
% ~~~~~~~~~~~ BOOK
% Create book class
\titleclass{\bibbook}{top}[\part]
\newcounter{bibbook}
% Changes book name appearence
\titleformat{\bibbook}% command
[block]% shape
{\centering\itshape\fontsize{40pt}{40pt}\selectfont}% format
{}% label
{0 cm}% sep
{\thispagestyle{empty}{\small\normalfont\textsc{The book oF}\linebreak}}% before-code
[\bookOrnament\vspace{1 cm}]% after-code
% Changes spaces in between book
\titlespacing{\bibbook}% command
{0 pt}% left margin
{-.72 cm}% Vertical space before title -.75 cm
{1 cm}% Vertical space between title and text
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% ****************** TIKZ ******************
% ******************************************
% ----- tikz -----
\def\bookOrnament{%
\begin{tikzpicture}[overlay]
\fill[Ravostro,scale=.4] ++(90:.2)
.. controls ++(-30:.5) and ++(178:1) .. ++(-3.81:3)
.. controls ++(182:1) and ++(30:.5) .. ++(-176.2:3)
.. controls ++(150:.5) and ++(-2:1) .. ++(176.2:3)
.. controls ++(2:1) and ++(210:.5) .. cycle;
\end{tikzpicture}%
}
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
%---------------------------------------------------------------------------------------
% ******************************************
% ******** BEGINING OF THE DOCUMENT ********
% ******************************************
\AtBeginDocument{
\sloppy
}