summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/novel/novel-template.tex
blob: d1597c60f023ae716366e34da14bf164ab77b4a9 (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
% !TeX program = LuaLaTeX
% !TeX encoding = UTF-8
\documentclass{novel} % v. 1.0.6 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{}
% \SetMasterFont[]{}
% \SetTitle{}
% \SetAuthor{}
% \SetPDFX[]{}

\begin{document}

% \frontmatter
% \SetVersoHeadText{}
% \SetRectoHeadText{}
% \thispagestyle{}
% \mainmatter

It was a dark and stormy night.\par

\end{document}