msc-michal-maciaszek/msc-michal-maciaszek.tex

53 lines
1.0 KiB
TeX
Raw Normal View History

2021-03-02 14:02:05 +01:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% [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}
2021-04-12 16:39:56 +02:00
\input{Wstep}
\input{Podstawy teoretyczne}
2021-03-02 14:02:05 +01:00
\bibliographystyle{unsrt}
\bibliography{bibliography}
\end{document}