amuthesis/thesis.tex
Bartek Przybylski fc79a488a5 Initial commit
2017-09-21 09:27:30 +02:00

28 lines
293 B
TeX

\documentclass[polski]{amuthesis}
% Opcje:
% --- polski (domyślnie)
% --- english
% --- indent
\usepackage{lipsum}
\begin{document}
\tableofcontents
\chapter{Test}
\lipsum[1]
\section{To jest paragraf}
\lipsum[2-3]
\subsection{DEF}
\lipsum[4]
\chapter{Another test}
\end{document}