summaryrefslogtreecommitdiff
path: root/support/jed/jlm/latex-templ/scrbook.ltx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/jed/jlm/latex-templ/scrbook.ltx
Initial commit
Diffstat (limited to 'support/jed/jlm/latex-templ/scrbook.ltx')
-rw-r--r--support/jed/jlm/latex-templ/scrbook.ltx22
1 files changed, 22 insertions, 0 deletions
diff --git a/support/jed/jlm/latex-templ/scrbook.ltx b/support/jed/jlm/latex-templ/scrbook.ltx
new file mode 100644
index 0000000000..8899c56c2b
--- /dev/null
+++ b/support/jed/jlm/latex-templ/scrbook.ltx
@@ -0,0 +1,22 @@
+\documentclass%:default:classopt:[%{scrbook}
+
+%:default:pkgs:%
+\begin{document}
+
+\frontmatter
+\title{}
+\author{}
+\date{}
+\maketitle
+
+\tableofcontents
+\listoftables
+\listoffigures
+
+\mainmatter
+
+\part{}
+\chapter{}
+\section{}
+
+\end{document}