51 lines
1.0 KiB
TeX
51 lines
1.0 KiB
TeX
|
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
% [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{\citep}{\cite}
|
||
|
\newcommand{\citet}{\cite}
|
||
|
\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}
|
||
|
|