-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcalvinisme_pocket.tex
77 lines (54 loc) · 1.3 KB
/
calvinisme_pocket.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
% Pocket book
\documentclass[paper=4.25in:6.87in,pagesize=pdftex,12pt,
headinclude=on,footinclude=on]{scrbook}
\areaset[0.50in]{2.75in}{5.87in}
\title{Calvinisme, Arminianisme et Parole de Dieu}
\author{Chuck Smith}
\usepackage{calvinisme}
\renewcommand{\indextitle}{Index des\\r\'ef\'erences\\bibliques}
% Hyphenation tricks
\renewcommand{\pocketlinebreak}{\linebreak}
\renewcommand{\pocketpagebreak}{\pagebreak}
\renewenvironment{pocketpar}[1]{\par#1}{\par}
\renewcommand{\signature}[1]{%
\vspace{1cm}\parbox{2.5in}{\sigfont\raggedleft{\large{#1}}}
}
\newcommand{\isbn}{978-2-9539988-1-8}
\usepackage[disable]{review}
\begin{document}
\ifluatex
\frontmatter
\setlength{\parindent}{0em}
\includepdf{calvinisme_fake_title}
\include{dumemeauteur}
\cleardoublepage
\includepdf{calvinisme_title}
\fi
\pagestyle{empty}
\include{copyright}
\include{verse}
\setlength{\parindent}{1em}
% Debug overfull boxes
\overfullrule=1mm
\tolerance=800
\titleformat{\chapter}[display]%
{\chapfont\huge\scshape}%
{}%
{10pt}%
{\vspace{-15mm}}
\mainmatter
\pagestyle{scrheadings}
\pagenumbering{arabic}
\input{introduction}
\input{section1}
\input{section2}
\input{section3}
\backmatter
\chindex
\ifluatex
\pagestyle{empty}
\include{depotlegal}
\clearpage
\mbox{}
\fi
\end{document}