A simple LaTeX template for creating a booklet.
main.tex
\documentclass[12pt]{book} \input{preamble.tex} \begin{document} \import{./sec/}{title} \import{./sec/}{introduction} \tableofcontents \import{./sec/}{chapter1} \import{./sec/}{chapter2} \import{./sec/}{chapter3} \end{document}
PDF Preview
Create an account to compile and preview