-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmain.tex
83 lines (44 loc) · 1.44 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
% template file include
\input{template}
\begin{document}
\pagenumbering{gobble}
% ELŐLAPOK: borító, feladatlap, nyilatkozat, konzultációs napló
\includepdf[pages=-]{includes/BELSO-BORITOLAP_DM.pdf}
\includepdf[pages=-]{includes/FELADATLAP.pdf}
\includepdf[pages=-]{includes/HALLGATOI-NYILATKOZAT_DM.pdf}
\includepdf[pages=-]{includes/KONZULTACIOS-NAPLO_DM2_NAPPALI 1.pdf}
\includepdf[pages=-]{includes/KONZULTACIOS-NAPLO_DM3_NAPPALI 1.pdf}
\includepdf[pages=-]{includes/KONZULTACIOS-NAPLO_DM4_NAPPALI 1.pdf}
\section*{ABSZTRAKT}
Absztrakt magyarul.
\newpage
\section*{ABSTRACT}
Abstract in english.
% TARTALOMJEGYZÉK
\newpage
\pagenumbering{arabic}
\tableofcontents
\newpage
% -----------------------------------------------------
% ITT KELL HOZZÁADNI A FEJEZETEKET, CÍM NAGYBETŰVEL:
\clearpage
\section{BEVEZETÉS}
\input{chapters/1_Bevezetes}
\clearpage
\section{PÉLDA FEJEZET}
\input{chapters/2_Pelda_Fejezet}
% ------------------------------------------------------
% JEGYZÉKEK, INNEN KI LEHET KOMMENTEZNI AMELYIK ESETLEG NEM KELL (de ha van ábra/táblázat akkor kötelező, irodalomjegyzék kötelező, rövidítések opcionális)
\clearpage
\section{IRODALOMJEGYZÉK}
\printbibliography[heading=none]
\clearpage
\renewcommand{\listfigurename}{ÁBRAJEGYZÉK}
\listoffigures
\clearpage
\renewcommand{\listtablename}{TÁBLAJEGYZÉK}
\listoftables
\clearpage
\section{RÖVIDÍTÉSEK}
\input{acronyms}
\end{document}