1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-05 08:04:30 +03:00
gamebookformat/templates/tex/begin.tex
Pelle Nilsson 116ca6fad1 Include templates from a template.
Should make it much easier to override specific parts of default templates.
2013-06-10 21:43:03 +02:00

28 lines
366 B
TeX

#include "documentclass"
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[hidelinks]{hyperref}
#include "geometry"
\newif\ifpdf
\ifx\pdfoutput\undefined
\pdffalse
\else
\ifnum\pdfoutput=1
\pdftrue
\else
\pdffalse
\fi
\fi
#include "title"
\author{}
\date{}
\newcounter{sectionnr}
\begin{document}
\thispagestyle{empty}
\clearpage