48 lines
996 B
TeX
48 lines
996 B
TeX
{% raw %}
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% [paper-cutter clarifications]
|
|
%
|
|
% DO NOT EDIT THIS FILE (unless you know what you are doing).
|
|
% THIS IS A FILE SUPPLIED BY THE TEMPLATE.
|
|
% PLEASE EDIT main.tex INSTEAD.
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\documentclass{amu-diploma-thesis}
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
% ---------------------- PREAMBLE PART ------------------------------
|
|
|
|
\input{config}
|
|
\input{preamble}
|
|
\input{extras}
|
|
|
|
\newcommand\bycite[1]{przez~\citet{#1}}
|
|
|
|
%%
|
|
|
|
|
|
\input{metadata}
|
|
|
|
\begin{document}
|
|
|
|
\Titlepage %% strona tytułowa pracy
|
|
\Statement %% oświadczenie
|
|
\tableofcontents %% spis treści
|
|
|
|
% streszczenie po polsku
|
|
\begin{streszczenie}
|
|
\input{abstract-pl}
|
|
\end{streszczenie}
|
|
|
|
\begin{abstract}
|
|
\input{abstract}
|
|
\end{abstract}
|
|
|
|
\input{main}
|
|
|
|
\bibliographystyle{unsrt}
|
|
\bibliography{bibliography}
|
|
|
|
\end{document}
|
|
{% endraw %}
|