-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathepistlesofjohn.tex
More file actions
108 lines (86 loc) · 2.5 KB
/
Copy pathepistlesofjohn.tex
File metadata and controls
108 lines (86 loc) · 2.5 KB
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
\documentclass[a5paper,twoside,11pt,openany]{book}
%%%%%%%%%% Packages %%%%%%%%%%
\include{packages.tex}
%%%%%%%%%% Titles %%%%%%%%%%
\newcommand{\shorttitle}{The Johannine Epistles}
\title{The Johannine Epistles: A Modern Translation with Notes and the Original Greek Text}
%%%%%%%%%% Document begin %%%%%%%%%%
\begin{document}
\frontmatter
\pagenumbering{gobble}
\pagestyle{empty}
%%%%%%%%%% Half-title %%%%%%%%%%
\include{text/frontmatter/halftitle.tex}
%%%%%%%%%% Title page %%%%%%%%%%
\include{text/frontmatter/title.tex}
%%%%%%%%%% Title page Greek %%%%%%%%%%
\include{text/frontmatter/titlegreek.tex}
%%%%%%%%%% Copyright and Impressum %%%%%%%%%%
\include{text/frontmatter/copyright.tex}
\thispagestyle{empty}
\mbox{}
\newpage
%%%%%%%%%% Introductory quote %%%%%%%%%%
\include{text/frontmatter/quote.tex}
\thispagestyle{empty}
\mbox{}
\newpage
%%%%%%%%%% Table of Contents %%%%%%%%%%
\thispagestyle{empty}
\tableofcontents
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
%%%%%%%%%% Introduction and Preface %%%%%%%%%%
\part*{\textsc{Preface}}
\markboth{Preface}{Preface}
\addcontentsline{toc}{part}{Preface}
\pagestyle{fancy}
\pagenumbering{roman}
\input{text/frontmatter/intro.tex}
%%%%%%%%%% Note %%%%%%%%%%
\include{text/frontmatter/note.tex}
%%%%%%%%%% About %%%%%%%%%%
\include{text/frontmatter/about.tex}
\thispagestyle{empty}
\mbox{}
\newpage
%%%%%%%%%% Beginning of 1 John %%%%%%%%%%
\pagenumbering{gobble}
\part*{\textsc{1 John}}
\markboth{1 John}{1 John}
\addcontentsline{toc}{part}{1 John}
\thispagestyle{empty}\mainmatter
\input{text/1john/chapters/chapter1.tex}
\input{text/1john/chapters/chapter2.tex}
\input{text/1john/chapters/chapter3.tex}
\input{text/1john/chapters/chapter4.tex}
\input{text/1john/chapters/chapter5.tex}
%%%%%%%%%% Beginning of 2 John %%%%%%%%%%
\part*{\textsc{2 John}}
\markboth{2 John}{2 John}
\addcontentsline{toc}{part}{2 John}
\thispagestyle{empty}
\setcounter{chapter}{0}
\input{text/2john/chapter1.tex}
%%%%%%%%%% Beginning of 3 John %%%%%%%%%%
\part*{\textsc{2 John}}
\markboth{2 John}{2 John}
\addcontentsline{toc}{part}{2 John}
\thispagestyle{empty}
\setcounter{chapter}{0}
\input{text/3john/chapter1.tex}
%%%%%%%%%% Appendix %%%%%%%%%%
\pagenumbering{gobble}
\part*{\textsc{Appendix}}
\markboth{Appendix}{Appendix}
\addcontentsline{toc}{part}{Appendix}
\thispagestyle{empty}
\mbox{}
\newpage
\pagenumbering{roman}
\input{text/backmatter/greekletters.tex}
\input{text/backmatter/furtherreading.tex}
\input{text/backmatter/afterword.tex}
\end{document}