diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/novel/novel-template.tex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/novel/novel-template.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/novel/novel-template.tex b/Master/texmf-dist/doc/lualatex/novel/novel-template.tex new file mode 100644 index 00000000000..3cf5d0a1264 --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/novel/novel-template.tex @@ -0,0 +1,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{} +% \SetMainFont[]{} +% \SetTitle{} +% \SetAuthor{} +% \SetPDFX[]{} + +\begin{document} + +% \frontmatter +% \SetVersoHeadText{} +% \SetRectoHeadText{} +% \thispagestyle{} +% \mainmatter + +It was a dark and stormy night.\par + +\end{document} + |