blob: bf07ac107789da4480c1d98b9fdeda7354837ebc (
plain)
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
|
% !TeX program = LuaLaTeX
% !TeX encoding = UTF-8
\documentclass{novel} % v. 1.4 or later
% You may put this wherever your installation keeps templates.
% Many packages are pre-loaded. Nearly all settings are pre-configured.
% Some popular user settings:
% \SetTrimSize{}{}
% \SetMargins{}{}{}{}
% \SetHeadFootStyle{}
% \SetParentFont[]{}
% \SetTitle{}
% \SetAuthor{}
% \SetPDFX[]{}
\begin{document}
% Some popular commands:
% \frontmatter
% \SetVersoHeadText{}
% \SetRectoHeadText{}
% \thispagestyle{}
% \mainmatter
% \begin{ChapterStart}
% \ChapterTitle{}
% \end{ChapterStart}
It was a dark and stormy night.\par
\end{document}
|