summary refs log tree commit diff stats
path: root/example/example.tex
blob: 62ab8cb94312e7a91c1060b65ed459c5dfc6e644 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% LTeX: language=en-GB
\documentclass[a4paper, 12pt]{report}
\input{headers/preamble.tex}
\input{headers/preamble_local.tex}


\title{\textbf{Some Title}}
\author{Some Author}
\date{\Today}

\includeonly {
    % lpm::next_chapter_includeonly_marker
}

\begin{document}
\input{content/static/title}

% lpm::next_chapter_marker

\end{document}