-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharismanie_pdfx_1a.tex
110 lines (86 loc) · 2.46 KB
/
charismanie_pdfx_1a.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
105
106
107
108
109
%
% Requirements:
% - pdflatex
% - koma-sript
%
% Adjust book size
% as per http://www.lulu.com/fr/publish/books/?cid=nav_bks
% Crown Quarto => 189mm:246mm = 7.44x9.68
% this is 7.44X9.69 on createspace
%\documentclass[paper=7.44in:9.68in,pagesize=pdftex,11pt,DIV=11]{scrbook}
% See about setting margins with DIV and putting code as \footnotesize
%\documentclass[paper=189mm:246mm,pagesize=pdftex,12pt,DIV=10]{scrbook}
% Royal => 156mm:234mm = 6.13x9.21
% this is 6.14x9.21 on createspace
%\documentclass[paper=6.13in:9.21in,pagesize=pdftex,12pt,DIV=calc]{scrbook}
% Roman => 152mm:229mm
%\documentclass[paper=152mm:229mm,pagesize=pdftex,12pt]{scrbook}
% Digest => 5.5x8.5
%\documentclass[paper=5.5in:8.5in,pagesize=pdftex,12pt,DIV=calc]{scrbook}
%\documentclass{scrbook}
% WITHOUT BLEED
% US Trade => 6x9
\documentclass[paper=6in:9in,pagesize=pdftex,
headinclude=on,footinclude=on,11pt]{scrbook}
%
% Paper width
% W = 6in
% Paper height
% H = 9in
% Paper gutter
% BCOR = 0.5in
% Margin (0.5in imposed on lulu, recommended on createspace)
% m = 0.5in
% Text height
% h = H - 2m = 8in
% Text width
% w = W - 2m - BCOR = 4.5in
\areaset[0.50in]{4.5in}{8in}
% Make sure to define title before calling charismanie package
\title{Charismatique ou \og charismaniaque \Og{}~?}
\author{Chuck Smith}
% Nicer centering + ragged
\usepackage[newcommands]{ragged2e}
% Number lines
\usepackage{lineno}
% PDF settings
%\usepackage[breaklinks=true,unicode=true]{hyperref}
%\hypersetup{colorlinks,
% citecolor=black,
% filecolor=black,
% linkcolor=black,
% urlcolor=black,
% bookmarksopen=true,
% pdfpagelayout=TwoPageRight,
% pdftex}
%\usepackage{url}
\usepackage[activate={true,nocompatibility}]{microtype}
% Make PDF/X 1a compliant
\usepackage[x-1a]{pdfx}
\usepackage{charismanie}
% prerender for chapter titles
\PrerenderUnicode{À}
\begin{document}
\setlength{\parindent}{5mm}
\selectlanguage{french}
\include{title}
\include{copyright}
\include{dedication}
\cleardoublepage
\tableofcontents
% Begin numbering from here
\cleardoublepage
\pagestyle{scrheadings}
\pagenumbering{arabic}
% All chapters
%\pagewiselinenumbers
\input{chapters/fr/01_a_la_recherche}
\input{chapters/fr/02_le_saint_esprit_est_dieu}
\input{chapters/fr/03_la_personne_de_l_esprit_saint}
\input{chapters/fr/04_l_oeuvre_de_l_esprit-saint_dans_la_vie_du_croyant}
\vspace{2cm}
\filcenter\aldine
\vfill
% Index
\printindex
\end{document}