1 | %\documentclass [a4paper,12pt]{report} %print on one side |
---|
2 | \documentclass [a4paper,12pt,twoside,notitlepage,openright]{report} %print on both side |
---|
3 | \usepackage[bookmarks=false, colorlinks=false,unicode]{hyperref} |
---|
4 | % \usepackage[abbr,dcucite]{harvard} %style ofliterature |
---|
5 | \usepackage{Styles/Skripta} |
---|
6 | \usepackage{Styles/Diplomka} |
---|
7 | \usepackage{Styles/Colors} |
---|
8 | \usepackage{listings} |
---|
9 | \usepackage[dvips]{graphics} |
---|
10 | \usepackage{multirow} |
---|
11 | \usepackage{dcolumn} |
---|
12 | %\usepackage{showframe} %show edges of pages |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | %-----<<<<<<<<<<<< NAMES NAD PATHS >>>>>>>>>>>>----- |
---|
17 | \def \BookName {BAKALÁŘSKÁ PRÁCE} |
---|
18 | \def \Bookname {Decentralizované řízení dopravní signalizace: nastavení délky cyklu} |
---|
19 | \def \BooknameEN {Decentralized control of traffic lights: setting of cycle time} |
---|
20 | % \def \Authors {Autor\?: Jakub Novotný Vedoucí práce\?: Ing. Václav Šmídl, Ph.D.} |
---|
21 | \def \DatumDP {Praha, 2010} |
---|
22 | \def \autor {Jakub Novotný} |
---|
23 | \def \vedouci {Ing. Václav Šmídl, Ph.D.} |
---|
24 | \def \konzultant {Dr. Ing. Jan Přikryl, Ph.D.} |
---|
25 | |
---|
26 | |
---|
27 | \def \CVUT {České vysoké učení technické v Praze} |
---|
28 | |
---|
29 | \def \cestaFiles {00_Chapters/} |
---|
30 | \def \cesta01 {01_Intro/} |
---|
31 | \def \cestaAP {Appendix/} |
---|
32 | %-----<<< --------------------------------- >>>----- |
---|
33 | |
---|
34 | |
---|
35 | |
---|
36 | %-----<<<<<<<<<<<< DOCUMENT >>>>>>>>>>>>----- |
---|
37 | \begin{document} |
---|
38 | |
---|
39 | |
---|
40 | %-----<<< HEAD >>>----- |
---|
41 | \pagestyle{empty} %no pagination |
---|
42 | |
---|
43 | \BookHeadDP |
---|
44 | |
---|
45 | \cleardoublepage |
---|
46 | %-----<<< ---- >>>----- |
---|
47 | |
---|
48 | |
---|
49 | %-----<<< DECLARATION >>>----- |
---|
50 | \pagestyle{plain} %no pagination |
---|
51 | \pagenumbering{roman} %start roman pagination from 1 |
---|
52 | \input{\cestaFiles Declar.tex} %input file |
---|
53 | \newpage |
---|
54 | %-----<<< ----------- >>>----- |
---|
55 | |
---|
56 | |
---|
57 | %-----<<< ACKNOWLEDGEMENT >>>----- |
---|
58 | \input{\cestaFiles Acknow.tex} %input file |
---|
59 | \cleardoublepage |
---|
60 | %-----<<< --------------- >>>----- |
---|
61 | |
---|
62 | |
---|
63 | %-----<<< ABSTRACT >>>----- |
---|
64 | \input{\cestaFiles Abstract.tex} %input file |
---|
65 | \cleardoublepage |
---|
66 | %-----<<< -------- >>>----- |
---|
67 | |
---|
68 | |
---|
69 | %-----<<< ZADÁNÍ BAKALÁŘSKÉ PRÁCE >>>----- |
---|
70 | |
---|
71 | Zadání práce s podpisem děkana |
---|
72 | |
---|
73 | \cleardoublepage |
---|
74 | %-----<<< ---------------------- >>>----- |
---|
75 | |
---|
76 | |
---|
77 | %-----<<< TABLE OF CONTENTS >>>----- |
---|
78 | \setcounter{secnumdepth}{4} %number of section to 4 |
---|
79 | \setcounter{tocdepth}{4} %number of section in table of contents greater then 3 |
---|
80 | \tableofcontents |
---|
81 | \cleardoublepage |
---|
82 | %-----<<< ----------------- >>>----- |
---|
83 | |
---|
84 | |
---|
85 | %-----<<< TABLE OF FIGURES >>>----- |
---|
86 | \addcontentsline{toc}{chapter}{Seznam obrázků} |
---|
87 | \listoffigures |
---|
88 | \cleardoublepage |
---|
89 | %-----<<< ---------------- >>>----- |
---|
90 | |
---|
91 | |
---|
92 | %-----<<< TABLE OF TABLES >>>----- |
---|
93 | \addcontentsline{toc}{chapter}{Seznam tabulek} |
---|
94 | \listoftables |
---|
95 | \cleardoublepage |
---|
96 | %-----<<< --------------- >>>----- |
---|
97 | |
---|
98 | |
---|
99 | %-----<<< TABLE OF CONTENTS PAGINATION >>>----- |
---|
100 | \pagenumbering{arabic} %start arabic pagination from 1 |
---|
101 | %-----<<< ---------------------------- >>>----- |
---|
102 | |
---|
103 | |
---|
104 | %-----<<< CHAPTERS >>>----- |
---|
105 | \hyphenation{Automatica} %no divide words |
---|
106 | \pagestyle{headings} |
---|
107 | |
---|
108 | \input{01_Intro/Intro.tex} %input fiel |
---|
109 | \input{02_Aimsun/Aimsun.tex} %input fiel |
---|
110 | \input{03_Agents/Agents.tex} %input fiel |
---|
111 | \input{05_AlgorithmDescription/AlgorithmDescription.tex} %input fiel |
---|
112 | \input{06_Results/Results.tex} %input fiel |
---|
113 | \input{07_Ending/Ending.tex} %input fiel |
---|
114 | |
---|
115 | %-----<<< -------- >>>----- |
---|
116 | |
---|
117 | |
---|
118 | %-----<<< REFERENCES >>>----- |
---|
119 | %\input{05_Refer/Refer.tex} |
---|
120 | % \bibliographystyle{Styles/Skripta} |
---|
121 | \bibliographystyle{czechiso} |
---|
122 | \bibliography{Styles/Refer}\nocite{*} %references from BIBTEX |
---|
123 | \addcontentsline{toc}{chapter}{Literatura} |
---|
124 | |
---|
125 | %-----<<< ---------- >>>----- |
---|
126 | |
---|
127 | %-----<<< APPENDIXS >>>----- |
---|
128 | \cleardoublepage |
---|
129 | \def\appendixname{Příloha} |
---|
130 | \pagenumbering{Roman} %start arabic pagination from 1 |
---|
131 | \begin{appendix} |
---|
132 | \input{\cestaAP/01.tex} %input file |
---|
133 | \end{appendix} |
---|
134 | %-----<<< --------- >>>----- |
---|
135 | |
---|
136 | \end{document} |
---|
137 | %-----<<<<<<<<< END OF DOCUMENT >>>>>>>>>----- |
---|
138 | |
---|