summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/novel/novel-template.tex
blob: 2c232c41b6544720638a8c2787fe6646bc9fd3c0 (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.9 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}