%\documentclass [a4paper,12pt]{report} %print on one side \documentclass [a4paper,12pt,twoside,notitlepage,openright]{report} %print on both side \usepackage[bookmarks=false, colorlinks=false,unicode]{hyperref} % \usepackage[abbr,dcucite]{harvard} %style ofliterature \usepackage{Styles/Skripta} \usepackage{Styles/Diplomka} \usepackage{Styles/Colors} \usepackage{listings} \usepackage[dvips]{graphics} \usepackage{multirow} \usepackage{dcolumn} %\usepackage{showframe} %show edges of pages %-----<<<<<<<<<<<< NAMES NAD PATHS >>>>>>>>>>>>----- \def \BookName {BAKALÁŘSKÁ PRÁCE} \def \Bookname {Decentralizované řízení dopravní signalizace: nastavení délky cyklu} \def \BooknameEN {Decentralized control of traffic lights: setting of cycle time} % \def \Authors {Autor\?: Jakub Novotný Vedoucí práce\?: Ing. Václav Šmídl, Ph.D.} \def \DatumDP {Praha, 2010} \def \autor {Jakub Novotný} \def \vedouci {Ing. Václav Šmídl, Ph.D.} \def \konzultant {Dr. Ing. Jan Přikryl, Ph.D.} \def \CVUT {České vysoké učení technické v Praze} \def \cestaFiles {00_Chapters/} \def \cesta01 {01_Intro/} \def \cestaAP {Appendix/} %-----<<< --------------------------------- >>>----- %-----<<<<<<<<<<<< DOCUMENT >>>>>>>>>>>>----- \begin{document} %-----<<< HEAD >>>----- \pagestyle{empty} %no pagination \BookHeadDP \cleardoublepage %-----<<< ---- >>>----- %-----<<< DECLARATION >>>----- \pagestyle{plain} %no pagination \pagenumbering{roman} %start roman pagination from 1 \input{\cestaFiles Declar.tex} %input file \newpage %-----<<< ----------- >>>----- %-----<<< ACKNOWLEDGEMENT >>>----- \input{\cestaFiles Acknow.tex} %input file \cleardoublepage %-----<<< --------------- >>>----- %-----<<< ABSTRACT >>>----- \input{\cestaFiles Abstract.tex} %input file \cleardoublepage %-----<<< -------- >>>----- %-----<<< ZADÁNÍ BAKALÁŘSKÉ PRÁCE >>>----- Zadání práce s podpisem děkana \cleardoublepage %-----<<< ---------------------- >>>----- %-----<<< TABLE OF CONTENTS >>>----- \setcounter{secnumdepth}{4} %number of section to 4 \setcounter{tocdepth}{4} %number of section in table of contents greater then 3 \tableofcontents \cleardoublepage %-----<<< ----------------- >>>----- %-----<<< TABLE OF FIGURES >>>----- \addcontentsline{toc}{chapter}{Seznam obrázků} \listoffigures \cleardoublepage %-----<<< ---------------- >>>----- %-----<<< TABLE OF TABLES >>>----- \addcontentsline{toc}{chapter}{Seznam tabulek} \listoftables \cleardoublepage %-----<<< --------------- >>>----- %-----<<< TABLE OF CONTENTS PAGINATION >>>----- \pagenumbering{arabic} %start arabic pagination from 1 %-----<<< ---------------------------- >>>----- %-----<<< CHAPTERS >>>----- \hyphenation{Automatica} %no divide words \pagestyle{headings} \input{01_Intro/Intro.tex} %input fiel \input{02_Aimsun/Aimsun.tex} %input fiel \input{03_Agents/Agents.tex} %input fiel \input{05_AlgorithmDescription/AlgorithmDescription.tex} %input fiel \input{06_Results/Results.tex} %input fiel \input{07_Ending/Ending.tex} %input fiel %-----<<< -------- >>>----- %-----<<< REFERENCES >>>----- %\input{05_Refer/Refer.tex} % \bibliographystyle{Styles/Skripta} \bibliographystyle{czechiso} \bibliography{Styles/Refer}\nocite{*} %references from BIBTEX \addcontentsline{toc}{chapter}{Literatura} %-----<<< ---------- >>>----- %-----<<< APPENDIXS >>>----- \cleardoublepage \def\appendixname{Příloha} \pagenumbering{Roman} %start arabic pagination from 1 \begin{appendix} \input{\cestaAP/01.tex} %input file \end{appendix} %-----<<< --------- >>>----- \end{document} %-----<<<<<<<<< END OF DOCUMENT >>>>>>>>>-----