-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
41 lines (33 loc) · 901 Bytes
/
main.tex
File metadata and controls
41 lines (33 loc) · 901 Bytes
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
41
\documentclass[10pt, twoside, a4paper,openany]{book}
\usepackage{macra_xelatex}
\usepackage{graphicx}
\usepackage{float}
\begin{document}
% strony generowane z moja.pg
\includepdf{Chapters/Strona_tytulowa.pdf}
\includepdf{Chapters/Oswiadczenie.pdf}
% streszczenie PL, EN
\input{Chapters/Streszczenie}
\input{Chapters/Abstract}
% spis treści
\tableofcontents
% wykaz skrótów
\input{Chapters/Wykaz_skrotow}
% rozdziały i podrozdziały numerowane
\input{Chapters/Wstep}
\input{Chapters/Stan_wiedzy}
\input{Chapters/Wykorzystane_algorytmy_i_ich_charakterystyka}
\input{Chapters/Frontend}
\input{Chapters/Backend}
\input{Chapters/Podsumowanie}
% bibliografia
% ieeetr - etykiety numerowane w kolejności wystąpienia w tekście
\bibliographystyle{ieeetr}
\bibliography{Chapters/Bibliography}
% wykazy
\listoffigures
\listoftables
% dodatki
\appendix
\input{Chapters/DodatekA}
\end{document}