summaryrefslogtreecommitdiff
path: root/support/jed/jlm/latex-templ/scrbook.ltx
blob: 8899c56c2bf9046fb70034f57c8780b69b4a798a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\documentclass%:default:classopt:[%{scrbook}

%:default:pkgs:%
\begin{document}

\frontmatter
\title{}
\author{}
\date{}
\maketitle

\tableofcontents
\listoftables
\listoffigures

\mainmatter

\part{}
\chapter{}
\section{}

\end{document}