forked from tpwo/pg-latex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
40 lines (27 loc) · 820 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass[10pt,twoside]{report}
\usepackage{config/preamble}
\begin{document}
\pagenumbering{gobble} % Do not number the first pages
% A title page generated from mojaPG
% \includepdf[pages=-]{pdf/title-page.pdf}
% \null\newpage
% An author statement generated from mojaPG
% \includepdf[pages=-]{pdf/author-statement.pdf}
% \null\newpage
\include{misc/abstract-pl.tex}
\newpage
\null\newpage
\include{misc/abstract-en.tex}
\newpage
\null\newpage
\pagenumbering{arabic} % Start numbering on ToC
\tableofcontents
\include{misc/list-of-symbols.tex}
% Include chapters one-by-one
\include{chapters/01.tex}
\printbibliography[title={Wykaz literatury},heading=bibintoc]
\listoffigures
\addcontentsline{toc}{chapter}{Wykaz rysunków}
\listoftables
\addcontentsline{toc}{chapter}{Wykaz tabel}
\end{document}