summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ksp-thesis/demo/minimal/example.tex
blob: e7658d1847260cc42395b211aad55b370d60e102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}