summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ksp-thesis/demo/minimal/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ksp-thesis/demo/minimal/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/ksp-thesis/demo/minimal/example.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ksp-thesis/demo/minimal/example.tex b/Master/texmf-dist/doc/latex/ksp-thesis/demo/minimal/example.tex
new file mode 100644
index 00000000000..e7658d18472
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ksp-thesis/demo/minimal/example.tex
@@ -0,0 +1,20 @@
+\PassOptionsToPackage{%
+ pdfspacing, % makes use of pdftex letter spacing capabilities via the microtype package
+ floatperchapter, % activates numbering per chapter for all floats
+}{classicthesis}
+\documentclass[
+ layout=17x24, % set page layout according to document status
+ english, % document language
+]{ksp-thesis}
+\usepackage[utf8]{inputenc} % file encoding
+\usepackage[T1]{fontenc} % font encoding
+\usepackage{babel} % spelling, hyphenation, etc.
+\usepackage{blindtext} % blindtext macros
+\begin{document}
+\title{The \texttt{ksp-thesis} class}
+\author{Publi Cator}
+\date{\today}
+\maketitle
+\tableofcontents
+\blinddocument
+\end{document} \ No newline at end of file