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

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

It was a dark and stormy night.\par

\end{document}