Added the technical report to have all important files backed up, will now work on it from here.

master
Rostislav Lán 2 years ago
parent 0dee902408
commit deaecf668f

@ -0,0 +1,60 @@
# makefile pro preklad LaTeX verze Bc. prace
# makefile for compilation of the thesis
# (c) 2008 Michal Bidlo
# E-mail: bidlom AT fit vutbr cz
# Edited by: dytrych AT fit vutbr cz
#===========================================
# asi budete chtit prejmenovat / you will probably rename:
CO=xlanro00-Generovani-3D-modelu-otisku-prstu
all: $(CO).pdf
pdf: $(CO).pdf
$(CO).ps: $(CO).dvi
dvips $(CO)
$(CO).pdf: clean
pdflatex $(CO)
-bibtex $(CO)
# makeglossaries $(CO)
# makeglossaries-lite $(CO)
pdflatex $(CO)
pdflatex $(CO)
$(CO).dvi: $(CO).tex $(CO).bib
latex $(CO)
-bibtex $(CO)
latex $(CO)
latex $(CO)
clean:
rm -f *.dvi *.log $(CO).blg $(CO).bbl $(CO).toc *.aux $(CO).out $(CO).lof $(CO).ptc
rm -f $(CO).pdf
rm -f *~
pack:
tar czvf $(CO).tar.gz *.tex *.bib *.bst ./template-fig/* ./bib-styles/* ./cls/* zadani.pdf $(CO).pdf Makefile Changelog
rename:
mv $(CO).tex $(NAME).tex
mv $(CO)-01-kapitoly-chapters.tex $(NAME)-01-kapitoly-chapters.tex
mv $(CO)-01-kapitoly-chapters-en.tex $(NAME)-01-kapitoly-chapters-en.tex
mv $(CO)-20-literatura-bibliography.bib $(NAME)-20-literatura-bibliography.bib
mv $(CO)-30-prilohy-appendices.tex $(NAME)-30-prilohy-appendices.tex
mv $(CO)-30-prilohy-appendices-en.tex $(NAME)-30-prilohy-appendices-en.tex
sed -i "s/$(CO)-01-kapitoly-chapters/$(NAME)-01-kapitoly-chapters/g" $(NAME).tex
sed -i "s/$(CO)-01-kapitoly-chapters-en/$(NAME)-01-kapitoly-chapters-en/g" $(NAME).tex
sed -i "s/$(CO)-20-literatura-bibliography/$(NAME)-20-literatura-bibliography/g" $(NAME).tex
sed -i "s/$(CO)-30-prilohy-appendices/$(NAME)-30-prilohy-appendices/g" $(NAME).tex
sed -i "s/$(CO)-30-prilohy-appendices-en/$(NAME)-30-prilohy-appendices-en/g" $(NAME).tex
sed -i "s/$(CO)/$(NAME)/g" Makefile
# Pozor, vlna neresi vse (viz popis.txt) / Warning - vlna is not solving all problems (see description.txt)
vlna:
vlna -l $(CO)-*.tex
# Spocita normostrany / Count of standard pages
normostrany:
echo "scale=2; `detex -n $(CO)-[01]*.tex | sed s/"^ *"/""/ | sed s/"^ *"/""/ | wc -c`/1800;" | bc

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,37 @@
% Tento soubor nahraďte vlastním souborem s obsahem práce.
%=========================================================================
% Autoři: Michal Bidlo, Bohuslav Křena, Jaroslav Dytrych, Petr Veigend a Adam Herout 2019
% Pro kompilaci po částech (viz projekt.tex), nutno odkomentovat a upravit
%\documentclass[../projekt.tex]{subfiles}
%\begin{document}
\chapter{Úvod}
\label{uvod}
Tento text slouží jako ukázkový obsah šablony.
\chapter{Co bylo třeba nastudovat / Teorie}
\label{teorie}
Text teorie.
\chapter{Nové myšlenky, které tato práce přináší / Návrh řešení}
\label{navrh}
Text návrhu.
\chapter{Implementace a vyhodnocení}
\label{implementace}
Text implementace.
\chapter{Závěr}
\label{zaver}
Text závěru.
%===============================================================================
% Pro kompilaci po částech (viz projekt.tex) nutno odkomentovat
%\end{document}

@ -0,0 +1,230 @@
@BOOK{Pravidla,
author = "Zdeněk Hlavsa and others",
title = "Pravidla českého pravopisu",
publisher = "Academia",
edition = "2",
year = "2009",
isbn = "80-200-1327-X",
}
@BOOK{Knuth,
author = "Donald E. Knuth",
title = "The {\TeX}book",
publisher = "Addison-Wesley Publishing Company",
year = "1996",
isbn = "0-201-13447-0",
}
@BOOK{Rybicka,
author = "Jiří Rybička",
title = "\LaTeX~pro začátečníky",
publisher = "Konvoj",
edition = "3",
year = "2003",
isbn = "80-7302-049-1",
}
@BOOK{Olsak,
author = "Petr Olšák",
title = "{\TeX}book naruby",
publisher = "Konvoj",
year = "2001",
isbn = "80-7302-0007-6",
}
@BOOK{Eikh,
author = "Victor Eikhout",
title = "{\TeX}by Topics, a {\TeX}nitian's Reference",
publisher = "Addison-Wesley UK",
year = "2001",
isbn = "0-201-56882-9",
}
@website{cstugWeb,
author = "Petr Sojka and others",
title = "Československé sdružení uživatelů {\TeX}u",
howpublished = "online",
url = "http://www.cstug.cz",
cited = "2019-10-02"
}
@webpage{fitWeb,
author = "Zdena Rábová and Petr Hanáček and Petr Peringer and Petr Přikryl and Bohuslav Křena",
title = "Užitečné rady pro psaní práce",
howpublished = "online",
publisher = "FIT VUT v~Brně",
year = "2008",
month = 11,
url = "https://www.fit.vut.cz/study/theses/theses-advice/",
cited = "2019-10-02"
}
@webpage{citace,
author = "Zdena Rábová and Petr Hanáček and Petr Peringer and Petr Přikryl and Bohuslav Křena",
title = "Pravidla pro bibliografické citace",
howpublished = "online",
publisher = "FIT VUT v Brně",
year = "2019",
month = 3,
url = "https://www.fit.vut.cz/study/theses/citations/",
cited = "2019-10-02"
}
@MISC{biblio,
author = "Olga Biernátová and Jan Skůpa",
title = "Bibliografické odkazy a citace dokumentů",
howpublished = "online",
url = "http://www.citace.com/download/CSN-ISO-690.pdf",
publisher = "Citace.com",
month = 9,
address = "Brno",
year = "2011",
cited = "2019-10-02"
}
@webpage{formalniBP,
author = "Zdena Rábová and Petr Přikryl and Petr Peringer and Petr Lampa and Bohuslav Křena and jaroslav Dytrych and Petr Veigend",
title = "Pokyny k~bakalářským pracím a SZZ",
howpublished = "online",
year = "2019",
url = "https://www.fit.vut.cz/study/theses/bachelor-theses/",
cited = "2019-10-02"
}
@webpage{formalniDP,
author = "Zdena Rábová and Petr Přikryl and Petr Peringer and Petr Lampa and Bohuslav Křena and jaroslav Dytrych and Petr Veigend",
title = "Pokyny k~diplomovým pracím a SZZ",
howpublished = "online",
year = "2019",
url = "https://www.fit.vut.cz/study/theses/master-theses/",
cited = "2019-10-02"
}
@MISC{smernice,
key = "Szz",
author = "Petr Štěpánek",
title = "Směrnice rektora č. 72/2017 -- Úprava, odevzdávání a zveřejňování závěrečných prací",
howpublished = "online",
year = "2017",
url = "https://www.vutbr.cz/uredni-deska/vnitrni-predpisy-a-dokumenty/smernice-c-72-2017-uprava-odevzdavani-a-zverejnovani-zaverecnych-praci-d161410",
cited = "2019-10-02"
}
@MISC{smerniceFIT,
author = "Pavel Zemčík",
title = "Směrnice děkana č. 7/2018 -- Úprava, odevzdávání a zveřejňování závěrečných prací na FIT VUT v Brně",
howpublished = "online",
year = "2018",
url = "https://www.fit.vut.cz/fit/info/smernice/sm2018-07.pdf",
cited = "2019-10-02"
}
@website{prirucka,
key = "Cerna",
author = "Anna Černá and Jan Chromý and Hana Konečná and others",
title = "Internetová jazyková příručka -- Ústav pro jazyk český Akademie věd ČR, v. v. i.",
howpublished = "online",
publisher = "Centrum zpracování přirozeného jazyka FI MU",
year = "2019",
url = "http://prirucka.ujc.cas.cz/",
cited = "2019-10-02"
}
@website{Herout,
author = "Adam Herout",
title = {herout.net -- Poznámky učitele, kouče, čtenáře.},
howpublished = "online",
year = "2018",
url = "http://www.herout.net/",
cited = "2019-10-02"
}
@webpage{chyby,
key = "Szoke",
author = "Igor Szöke",
title = "Textová část BP/DP -- Lessons learned",
howpublished = "online",
year = "2012",
url = "http://blog.igor.szoke.cz/2012/01/textova-cast-bpdp-lessons-learned-1.html",
cited = "2019-10-02"
}
@webpage{rady,
key = "Szoke",
author = "Igor Szöke",
title = "Píšete diplomku? 15+1 rad, které vám pomohou.",
howpublished = "online",
year = "2011",
url = "http://blog.igor.szoke.cz/2011/12/pisete-diplomku-151-rad-ktere-vam.html",
cited = "2019-10-02"
}
@webpage{Beran,
author = "Vítězslav Beran",
title = "Beran-BP DP Projekty",
howpublished = "online",
year = "2017",
url = "http://merlin.fit.vutbr.cz/wiki/index.php/Beran-BP_DP_Projekty",
cited = "2019-10-02"
}
@MISC{BeranPDF,
author = "Vítězslav Beran",
title = "Jak psát technickou zprávu",
howpublished = "online",
year = "2013",
url = "http://www.fit.vutbr.cz/~beranv/podpora/Jak\%20psat\%20technickou\%20zpravu.pdf",
cited = "2019-10-00"
}
@webpage{Cernocky,
key = "Cernocky",
author = "Jan Černocký",
title = "Černocký BP DP -- obecně",
howpublished = "online",
year = "2016",
url = "https://merlin.fit.vutbr.cz/wiki/index.php/Cernocky_BP_DP-obecne",
publisher = "Wiki FIT VUT v Brně",
cited = "2019-10-02"
}
@webpage{CernockyEnglish,
key = "Cernocky",
author = "Jan Černocký",
title = "English SOS",
howpublished = "online",
year = "2016",
url = "https://merlin.fit.vutbr.cz/wiki/index.php/English_SOS",
cited = "2019-10-02"
}
@MISC{Zemcik,
author = "Pavel Zemčík",
title = "Všeobecné pokyny pro studenty a vůbec",
howpublished = "online",
year = "2012",
url = "http://www.fit.vutbr.cz/~zemcik/Pokyny.pdf",
cited = "2019-10-02"
}
@BOOK{Lebrun2011,
author = "Jean-Luc Lebrun",
title = "Scientific Writing 2.0: a reader and writer's guide",
publisher = "World Scientific Publishing",
year = "2011",
edition = "1",
isbn = "9814350605",
owner = "herout",
timestamp = "2015.01.20"
}
@MASTERSTHESIS{Pysny,
author = {Radek Py{\v{s}}n{\'{y}}},
type = {Bakal{\'{a}}{\v{r}}sk{\'{a}} pr{\'{a}}ce},
title = {BiBTeX styl pro {\v{C}}SN ISO 690 a {\v{C}}SN ISO 690-2},
school = {Vysok{\'{e}} u{\v{c}}en{\'{i}} technick{\'{e}} v Brn{\v{e}}, Fakulta informa{\v{c}}n{\'{i}}ch technologi{\'{i}}},
year = {2009},
location = {Brno, CZ},
language = {czech},
url = {https://www.fit.vut.cz/study/thesis/7848/}
}

@ -0,0 +1,839 @@
% This file should be replaced with your file with an appendices (headings below are examples only)
% For compilation piecewise (see projekt.tex), it is necessary to uncomment it and change
%\documentclass[../projekt.tex]{subfiles}
%\begin{document}
% Placing of table of contents of the memory media here should be consulted with a supervisor
%\chapter{Contents of the included storage media}
%\chapter{Manual}
%\chapter{Configuration file}
%\chapter{Scheme of RelaxNG configuration file}
%\chapter{Poster}
\chapter{How to use this template}
\label{jak}
This chapter describes individual parts of the template, followed by a brief instructions on how to use it. If you have any questions, comments etc, feel free to email them to \texttt{sablona@fit.vutbr.cz}.
\section*{Template parts description}
Once you extract the template, you will find the following files and directories:
\begin{DESCRIPTION}
\item [bib-styles] Literature styles (see below).
\item [obrazky-figures] Directory for your images. Currently contains \texttt{placeholder.pdf} (a.k.a TODO image -- see below) and image keep-calm.png to demonstrate inserting raster images (you don't submit these images with your thesis). It is advised to use shorter directory name, so that it is only in your chosen language.
\item [template-fig] Template images (BUT logo).
\item [fitthesis.cls] Template (design definition).
\item [Makefile] Makefile used to compile the project, count standard pages etc. (see below).
\item [projekt-01-kapitoly-chapters-en.tex] File for Your text (replace it's contents).
\item [projekt-20-literatura-bibliography.bib] Reference list (see below).
\item [projekt-30-prilohy-appendices-en.tex] File for your appendices (replace it's contents).
\item [projekt.tex] Main project file -- definitions of formal parts.
\end{DESCRIPTION}
The style of literature in the template is from Ing. Radek Pyšný \cite{Pysny}, whose work was improved by prof. Adam Herout, dr. Jaroslav Dytrych and Mr. Karel Hanák to comply with the norm and support all frequently used types of citations. Its documentation can be found in the appendix
Aside from compilation to PDF, the Makefile also offers additional functions:
\begin{itemize}
\item rename files (see below),
\item count standard pages,
\item run a wave that adds unbreakable spaces,
\item compress (zip) the result, ready to be sent to your supervisor and checked (make sure that all the files you've added are included, if not, add them manually).
\end{itemize}
Keep in mind that the wave is not perfect. You always need to check whether or not there is something inappropriate at the end of a line manually -- see Online language handbook\footnote{Internetová jazyková příručka \url{http://prirucka.ujc.cas.cz/?id=880}}.
Similar rules apply also in English - see eg. article Run Ragged\footnote{Run Ragged\url{https://24ways.org/2013/run-ragged/}}, according to which there should be no prepositions, dash or short words (2--3 letters) at the end of the lines, the two lines following each other should not end with a comma and line break should not be also in the phrases from 2-3 words.
\paragraph {Pay attention to page numbering!} If the table of contents is 2 pages long and the second page contains only \uv{Enclosures} and \uv{List of enclosures} (but there is no enclosure), the page numbering is changed by 1 (table of contents and contents \uv{mismatch}). The same thing happens if the second or third page contains only \uv{References} and there's a chance that this can occur in other situations too. There are multiple solutions to this (from editing the table of contents, setting the page counter all the way to more sophisticated methods). \textbf{Check the page numbering before you submit your thesis!}
\section*{Recommendations for working with the template}
\begin{enumerate}
\item \textbf{Make sure you have the latest version of template.} If you have a template from last year, there should be a newer version (updated information, fixed errors etc.) available at the faculty or study advisor web pages.
\item \textbf{Choose a language}, that you want to use for your technical report (czech, slovak or english) and consult your supervisor about your choice (unless it was agreed upon in advance). If your language of choice is not czech, set the respective template parameter in file projekt.tex (e.g.: \verb|document|\verb|class[english]{fitthesis}| and translate the declaration and acknowledgement to english or slovak).
\item \textbf{Rename the files.} When you extract the files, there should be a file named projekt.tex. If you compile it, it will create a PDF with technical report named projekt.pdf. If multiple students send their supervisor projekt.pdf to have it checked, they have to rename them. For that reason, it is advised to rename the file so that it contains your login and (if needed, abbreviated) work topic. Avoid using spaces, diacritic and special symbols. An appropriate name for your file can look like this: \uv{xlogin00-Cleaning-and-extraction-of-text.tex}. You can use the included Makefile to rename it:
\begin{verbatim}
make rename NAME=xlogin00-Cleaning-and-extraction-of-text
\end{verbatim}
\item Fill in the required information in file, that was originally named projekt.tex, that means type, year (of submission), thesis title, author's name, department (according to specification), supervisor's titles and name, abstract, keywords and other formal requirements.
\item Replace the contents of thesis chapters, references and enclosures files with the contents of your technical report. Individual enclosures or thesis chapters can be saved to separate files -- if you choose this approach, it is advised to comply with the file naming convention, and the number will be followed by the chapter title.
\item If you don't need enclosures, comment the respective part in projekt.tex and erase everything from the corresponding file or delete it. Don't try to come up with an aimless enclosures just to have something in that file. An appropriate enclosure can be the contents of included memory medium.
\item Delete the chapter and attachment files for a language you haven't used (with or without \texttt{-en}).
\item Assignment that you download in PDF from BUT IS (link \uv{Thesis assignment}) save to file \texttt{zadani.pdf} and enable its insertion into work by appropriate template parameter (\verb|document|\verb|class[zadani]{fitthesis}|) in \texttt{projekt.tex}.
\item If you don't want to print references in color (i cannot recommend this without consulting your supervisor), you'll need to create a second PDF for printing and set the template printing parameter:\\ (\verb|document|\verb|class[english,zadani,print]{fitthesis}|). Colored logo must not be printed in black and white.
\item The binder templace where the thesis will be typeset can be generated in faculty IS at specification. Can be enabled for dissertation using the \tt cover \rm parameter in template.
\item Don't forget that source files and (both versions) PDF has to be on a CD or other medium included in the technical report.
\end{enumerate}
\subsection*{Instructions for double-sided printing}
\begin{itemize}
\item \textbf{It is advised to consult your supervisor about double-sided printing.}
\item If you used double-sided printing for your thesis and it's thickness is smaller than the thickness of the binder, it doesn't look too good.
\item Enabled using the following template parameter:\\ \verb|\document|\verb|class[twoside]{fitthesis}|
\item After printing a double-sided sheet, make sure that the canon of page construction is in the same position on both pages. Inferior printers with duplex printing unit usually cause a shift by 1--3 mm. This can be solved with some printers. Print the odd pages first, put them back into the same tray and print the even pages.
\item Leave a blank page after title page, table of contents, references, list of tables, list of appendices and other lists to make sure that the following part starts on an odd page (\texttt{\textbackslash cleardoublepage}).
\item Check the final result thoroughly.
\end{itemize}
\subsection*{Paragraph style}
Paragraphs have justified alignment and there are multiple methods for formatting them. In Czech paper literature, a paragraph indentation method is common, where each paragraph of the text have the first line of a paragraph indented by about one to two quads, that is, about two widths of the capital letter M of the base text (always about the same preselected value). In this case, the last line of the previous paragraph and the first line of the following paragraph are not separated by a vertical space. The interleaving between these lines is the same as the interleaving inside the paragraph \cite{fitWeb}.
Another method is indenting paragraphs, which is common for electronic typesetting and for English texts. In this method, the first line of a paragraph is not indented and a vertical space of approximately half of a line is inserted between the paragraphs. Both methods can be used in the thesis, however, the latter method is often more suitable. Methods should not be combined.
One of the above methods is set as the default in the template, the other can be selected by the template parameter \uv{\tt odsaz\rm }.
\subsection*{Useful tools}
\label{nastroje}
The following list is not a list of all useful tools. If you have experience with a certain tool, feel free to use it. However, if you don't know which tool to choose, consider the ones listed below:
\begin{description}
\item[\href{http://miktex.org/download}{MikTeX}] \LaTeX{} for Windows -- a distribution with simple installation and great automated package downloading. MikTeX even has it's own editor, but I highly recommend TeXstudio.
\item[\href{http://texstudio.sourceforge.net/}{TeXstudio}] Portable opensource GUI for \LaTeX{}. Ctrl+click switches between source text and PDF. Integrated spell checker\footnote{Spell checker for czech version can be installed from \url{https://extensions.openoffice.org/de/project/czech-dictionary-pack-ceske-slovniky-cs-cz}}, syntax highlighter etc. To use this tool, you need to first install MikTeX or another \LaTeX{} distribution.
\item[\href{http://www.winedt.com/}{WinEdt}] A good combination for Windows is WinEdt + MiKTeX. WinEdt is a GUI for Windows, and if you want to use it, you need to first install \href{http://miktex.org/download}{MikTeX} or \href{http://www.tug.org/texlive/}{TeX Live}.
\item[\href{http://kile.sourceforge.net/}{Kile}] Editor for KDE (Linux) desktop environment. Real-time preview. To use this tool, you need to have \href{http://www.tug.org/texlive/}{TeX Live} and Okular installed.
\item[\href{http://jabref.sourceforge.net/download.php}{JabRef}] Neat and simple Java program for bibliography (references) file management. No need to learn anything -- provides a simple window and a form for entry editing.
\item[\href{https://inkscape.org/en/download/}{InkScape}] Portable opensource vector graphic (SVG and PDF) editor. Excellent tool to use to create images for technical text. Difficult to master, but the results are worth it.
\item[\href{https://git-scm.com/}{GIT}] Great tool for teamwork when it comes to projects, but can be incredibly useful even to a single author. Simple version control system, backup options and transfer between multiple computers.
\item[\href{http://www.overleaf.com/}{Overleaf}] Online \LaTeX{} tool. A real-time compilation of source text that allows for simple collaboration (supervisor can continuously keep an eye on the progress made), move to a place in source file just by clicking in the PDF preview, spell checker etc. There are some limitations to what you can do if you want to use it for free (some people are comfortable with it for dissertation, others can run into it while they write a~bachelor's thesis) and it is rather slow for long texts. FIT BUT has for students and employees of a license, which can be activated on \url{https://www.overleaf.com/edu/but}.
\end{description}
Note: Overleaf does not use template Makefile -- to get compilation to work, you need to go to the menu and select \tt projekt.tex \rm as s Main document.
\chapter{Writing english texts}
\label{anglicky}
This chapter is taken from web pages of Jan Černocký \cite{CernockyEnglish}.
A lot of people write their technical reports in english (which is good!), but they make a~lot of unnecesary mistakes (which is bad!). I'm not an english export myself, but I've been using this language for a while now to write, read and even communicate -- this chapter contains a handful of important things. If you want to be certain that your thesis or article is 100\,\% correct, your best bet is to hire a native speaker (preferably someone who is technically capable and understands what you write about \ldots).
\section*{In general}
\begin{itemize}
\item{Before you jump into it head first, I suggest you read a handful of technical articles written in english and try to remember or preferably understand how you should approach writing one yourself.}
\item{Always use a spell checking tools -- built in tools in Word, or in OpenOffice. If you work on Linux, I suggest you use ISPELL. Some spell checking (I think it's the one in PSPad) are not very good and ignore a lot of mistakes.}
\item{Use grammer checking tools. I'm not entirely sure if there is one available for Linux, but the one in Word is fairly decent and if it underlines anything with green color, it's probably wrong. You can even copy and paste Latex source code here, fix any and all grammar errors and save it as a clean text again. If you use vim, there's a~built in grammar checking tool too, and it's capable of detecting typos and errors in basic grammar. Write this in the first line of your thesis tex file:
\begin{verbatim}
% vim:spelllang=en_us:spell
\end{verbatim}
(alternatively \texttt{en\_gb} for OED english) \textit{Editor's note:} There is a very good online tool Grammarly\footnote{\url{https://www.grammarly.com/}}, with free basic version.
}
\item{Online dictionaries are good, but don't rely on them in every situation. Usually you get multiple choices and not all of them are correct for the given context.}
\item{\begin{samepage}You can probably figure out what the correct option is by looking each option up and seeing the context in which they're used, example given: ``advantage/privilege/facility of approach''. Online dictionaries give you a handful of results. Look them up one by one using google search:
\begin{verbatim}
"advantage of this approach" 1100000 hits
"privilege of this approach" 6 hits
"facility of this approach" 16 hits
\end{verbatim}
I'm not saying it's 100\,\% correct, but at least you have something to go on. This can be used to find the correct connectives (e.g. ``among two cases'' or ``between two cases''?)\end{samepage}}
\end{itemize}
\section*{SVOMPT and concord}
The structure of an english sentence is SVOPMT: SUBJECT VERB OBJECT MANNER PLACE TIME and there's no other way around it. It is not a flexible structure. There are possibly exceptions in things like a theater play, where something needs to be emphasized. Subject must be present in every single single sentence, people tend to forget as some languages have a sentence structure where the subject can be implicit and not mentioned. SVOMPT applies to dependent clauses too!
\begin{verbatim}
BAD: We have shown that is faster than the other function.
GOOD: We have shown that it is faster than the other function.
\end{verbatim}
\noindent Concord or grammatical agreement between two words in a sentence -- it sounds silly, but people make countless mistakes here.
\begin{verbatim}
he has
the users have
people were
\end{verbatim}
\section*{Articles}
Articles in english are a nightmare and almost all of us fail to use them correctly. The basic rule is, that if there's a particular noun, it's preceeded by ``the''. Definite articles must be in following phrases:
\begin{verbatim}
the first, the second, ...
the last
the most (superlatives and adverbs) ...
the whole
the following
the figure, the table.
the left, the right - on the left pannel, from the left to the right ...
\end{verbatim}
\noindent On the contrary, there can't be an article when you're referring to a specific figure, chapter, etc.
\begin{verbatim}
in Figure 3.2
in Chapter 7
in Table 6.4
\end{verbatim}
\begin{samepage}
\noindent The use of ``a'' and ``an'' is based on the pronounciation, rather than how the word is written:
\begin{verbatim}
an HMM
an XML
a universal model
a user
\end{verbatim}
\end{samepage}
\section*{Verbs}
Passive voice can be tricky -- regular verbs are usually not a problem, irregular verbs however are a common source of errors, typically
\begin{verbatim}
packet was sent (rather than send)
approach was chosen (rather than choosed)
\end{verbatim}
\noindent \ldots most of the time, the spell checker will correct it, but it's not guaranteed.
Tenses are a mess at times. If something just is in general, use present tense. If you did something, use past tense. If you got results that already exist and you just discuss them, use present tense. Try to avoid complicated tenses such as present perfect or worse past perfect if you're not 100\,\% sure.
\begin{verbatim}
JFA is a technique that works for everyone in speaker recognition.
We implemented it according to Kenny's recipe in \cite{Kenny}.
12000 segments from NIST SRE 2006 were processed. When compared
with a GMM baseline, the results are completely bad.
\end{verbatim}
\section*{Sentence length and structure}
\begin{itemize}
\item{Try to write shorter sentences. If you sentence is 5 lines long, it's probably a pain to read, if it can even be done.}
\item{Comma is a powerful tool and you should use it for your sentence structure. Use a~comma to seperate the initial dependent clause from the main independent clause. Sometimes it is appropriate to put a comma just before ``and'' (unlike other languages)!}
\end{itemize}
\begin{verbatim}
In this chapter, we will investigate into ...
The first technique did not work, the second did not work as well,
and the third one also did not work.
\end{verbatim}
\section*{The specifics of a technical text}
When writing a technical text, don't use common phrases such as
\begin{verbatim}
he's
gonna
Petr's working on ...
\end{verbatim}
\noindent and others. The only tolerated thing is ``doesn't'', but you can never go wrong with ``does not''.
\begin{samepage}
\noindent Technical texts utilize passive voice a lot more than active voice:
\begin{verbatim}
BAD: In this chapter, I describe used programming languages.
GOOD: In this chapter, used programming languages are described.
\end{verbatim}
\end{samepage}
If you want to use active voice, it's more common to use ``we'', even though you work alone. ``I'', ``my'', etc. are only used when you need to emphasize that you are the person of utmost importance, for example in the conclusion or when discussing ``original claims'' in disertation.
\paragraph{Common erros in words}
\begin{itemize}
\item{Pay attention to his/hers, it's not ``it's'' but ``its''}
\item{Image is not picture, it's figure.}
\item{The connective is ``than'', not ``then'' -- bigger than this, smaller than this \ldots very common error! ``Then'' is used in the context of time.}
\end{itemize}
\chapter{Checklist}
\label{checklist}
This checklist was taken from a template for academic work, that is available on Adam Herout's blog \cite{Herout}, based on the ideas of Igor Szöke\footnote{\url{http://blog.igor.szoke.cz/2017/04/predstartovni-priprava-letu-neni.html}}, with their permission.
A big part of the safety of air transport are checklists. They have checklists for basically anything and everything, even the most cut-and-dry procedures. If a pilot can get over the tedious process of marking off every single checkbox of a procedure, you can as well. Make a checklist of your own before you submit your thesis. \bf Yes, really: \rm print it, grab a pencil and check every single item on the list. It will make your life easier - avoid unnecessary errors that can be fixed within a couple minutes - as well as others', at very least your supervisor and reviewer of your thesis.
\subsection*{Structure}
\begin{checklist}
\item You can tell that the assignment was completed just by looking at the chapter titles as well as their structures.
\item There is no chapter with less than four pages (except for introduction and conclusion). And if so, I discussed this with my supervisor and they gave me a green light.
\end{checklist}
\subsection*{Figures and charts}
\begin{checklist}
\item Every single image and table was checked and their position is close to the text that references them. In other words, theyre easy to find.
\item Every single image and table has a good enough caption, to ensure that the figure makes sense on its own, without the necessity to read the text. (Theres no harm in a long caption.)
\item If an image is taken from somewhere, it is mentioned in the caption: “Taken from [X].”
\item Texts in all images have a font size similar to the surrounding text (neither signifficantly larger, nor signifficantly smaller).
\item Charts and schemes are vector graphics (eg. in PDF).
\item Screenshots dont use lossy compression (theyre in PNG).
\item All images are referenced in the text.
\item Axes in charts have their captions (name of the axis, units of measurement, values) and a grind if need be.
\end{checklist}
\subsection*{Equations}
\begin{checklist}
\item Identifiers and their indexes in equations are single letters (except for rather uncommon cases like $t_{max}$).
\item Equations are numbered.
\item All the variables and functions that havent been explained yet are explained below (or rarely above) the equation.
\end{checklist}
\subsection*{Citations}
\begin{checklist}
\item \bf All used sources are cited. \rm
\item URL adresses referencing services, projects, sources, github, etc. are referenced using \verb|\footnote{\url{}}|.
\item URL adresses in citations are only present, if necessary article is cited like an article (author, title, where and when was it published), not using URL.
\item Citations have author, title, publisher (conference title), year of publishing. If a~citation does not have either of these, there is a good explanation for this special case and my supervisor agreed.
\item If there is anything taken over from some other work in the program source code, it is properly cited therein in conformance with the license.
\item If an essential part of the source code of the program is taken over, this is mentioned in the text of the thesis and the source is cited.
\end{checklist}
\subsection*{Typography}
\begin{checklist}
\item No line extends past the right margin.
\item There is no single-letter preposition at the end of a line (fixed using unbreakable space \verb|~|).
\item Number of image, table, equation, citation is never a first item of a new line (fixed using unbreakable space \verb|~|).
\item There is no space before a numeric reference to a footnote (like this\footnote{footnote example}, not like this \footnote{another footnote example}).
\end{checklist}
\subsection*{Language}
\begin{checklist}
\item I used spellchecker and there were no typos in the text.
\item I had someone else read my thesis (at least one person), that knows czech / slovak / english well.
\item Someone who knows english well checked the abstract in a czech or slovak written abstract thesis.
\item No part of the text is written in second person (you).
\item If first person is used (i, we), a subjective matter is being described (i decided, i~designed, i focused on, i found out, etc.).
\item There are no colloquialisms in the text.
\item There are no {\it default} words in the text.
\end{checklist}
\subsection*{Result is on a data medium, i.e. software}
\begin{checklist}
\item I have a non-rewritable data medium ready.
\begin{itemize}
\item CD-R,
\item DVD-R,
\item DVD+R in ISO9660 format (with RockRidge and/or Jolliet extension) or UDF,
\item SD (Secure Digital) card in FAT32 or exFAT format, the card is set to write-protected mode
\end{itemize}
\item If the result is online (service, application, …), URL is visible in introduction and conclusion.
\item The medium contains the following mandatory items:
\begin{itemize}
\item source codes (e.g. Matlab, C/C++, Python, \ldots)
\item libraries necessary for compilation,
\item compiled solution,
\item PDF containing a technical report,
\item text source code (\LaTeX{}),
\end{itemize}
and the following optional items after consulting your supervisor:
\begin{itemize}
\item relevant (e.g. testing) data,
\item demo video,
\item poster in PDF
\item \ldots
\end{itemize}
\item Source codes are refactorized, commented and labelled with an authorship header so that others can tell what they actually are.
\item Any and all snippets of code taken from another sources are properly cited -- differentiated using a opening and in case of multiple lines of code a closing comment. Comments contain everything that the license on web (always try to find out what the license is -- for example, Stack Overflow\footnote{\url{https://stackoverflow.blog/2009/06/25/attribution-required/}} has a very strict citation policy).
\end{checklist}
\subsection*{Submission}
\begin{checklist}
\item Do I want to delay (by at most 3 years) the publication ? If so, I will submit an application (in IS) at least a month prior to the submission of the academic work, and I'll include attitude of the company that the intellectual property belongs to and needs to be protected.
\item I have at least minimum number of standard pages (can be calculated using Makefile and by adding number of pages that images translate to). If I'm just under the minimum, I consulted my supervisor about it.
\item If I want a two-sided print, I consulted my supervisor about it and I've used correct template settings for two-sided printing. Chapters begin on odd pages.
\item Technical report is bound in a bookbindery (at least one print, both prints if I'm delaying the publishing).
\item Title page is followed by the specification (in other words, downloaded from IS and inserted into the template)
\item Abstract and keywords are uploaded in IS.
\begin{itemize}
\item There are no \verb|~| characters for non-breaking spaces in the abstract and keywords in IS.
\end{itemize}
\item PDF of thesis (with clickable links) is in IS.
\item Both prints are signed.
\item One (both if I'm delaying the publishing) of the prints contains a data medium with my login written on it using a CD marker (CD marker can be borrowed in library, at Student affairs or when I'm submitting the work).
\end{checklist}
\chapter{\LaTeX{} for beginners}
\label{latex}
This chapter contains commonly used \LaTeX{} packages and commands, that you might need when you're developing a thesis.
\subsection*{Useful packages}
Students usually encounter the same issues. Some of them can be solved using the following \LaTeX{} packages:
\begin{itemize}
\item \verb|amsmath| -- additional equation typesetting options,
\item \verb|float, afterpage, placeins| -- image placement,
\item \verb|fancyvrb, alltt| -- change the properties of Verbatim environment,
\item \verb|makecell| -- additional table options,
\item \verb|pdflscape, rotating| -- rotate a page by 90 degress (for image or table),
\item \verb|hyphenat| -- change how words break,
\item \verb|picture, epic, eepic| -- direct image drawing.
\end{itemize}
Some packages are used in this very template (in the lower section of fitthesis.cls file). It is also advised to read the documentation for individual packages.
A table column aligned to left with a fixed width is defined as "L" in the template (used as "p").
To reference a place within text, use command \verb|\ref{label}|. Depending on the placement of this label, it will be a number of chapter, subchapter, image, table or a similar numbered element. If you want to reference a specific page, use command \verb|\pageref{label}|. To cite a literature reference, use command \verb|\cite{identifier}|. To reference an equation, you can use command \verb|\eqref{label}|.
Symbol -- (dash) is used generated using two minus signs (like this: \verb|--|) in \LaTeX.
\subsection*{Commonly used \LaTeX{} commands}
\label{sec:Fragments}
I highly recommend you check the source text of this chapter and see how the following examples are created. The source text even contains helpful comments.
% A left-aligned, fixed-width column is defined in the template as "L" (used as p).
Example table:
\begin{table}[H]
\vskip6pt
\caption{Assessment table}
\vskip6pt
\centering
\begin{tabular}{llr}
\toprule
\multicolumn{2}{c}{Name} \\
\cmidrule(r){1-2}
Name & Surname & Assessment \\
\midrule
Jan & Novák & $7.5$ \\
Petr & Novák & $2$ \\
\bottomrule
\end{tabular}
\label{tab:ExampleTable}
\end{table}
% Ohraničení lze upravit dle potřeby:
% http://latex-community.org/forum/viewtopic.php?f=45&t=24323
% http://tex.stackexchange.com/questions/58163/problem-with-multirow-and-table-cell-borders
% http://tex.stackexchange.com/questions/79369/formatting-table-border-and-text-alignment-in-latex-table
\noindent Example equation:
\begin{equation}
\cos^3 \theta =\frac{1}{4}\cos\theta+\frac{3}{4}\cos 3\theta
\label{rovnice2}
\end{equation}
and two horizontally aligned equations: % znak & řídí zarovnání
\begin{align} \label{eq:soustava}
3x &= 6y + 12 \\
x &= 2y + 4
\end{align}
If you need to reference an equation from the text, you can use command \verb|\eqref|. For example, to reference the equations above \eqref{rovnice2}. If you want to align the equation number vertically, you can use command \texttt{split}:
\begin{equation} \label{eq:soustavaSrovnana}
\begin{split}
3x &= 6y + 12 \\
x &= 2y + 4
\end{split}
\end{equation}
Mathematical symbols ($\alpha$) and expressions can be placed even in text $\cos\pi=-1$ and can also be in a footnote%
\footnote{Formula in a footnote: $\cos\pi=-1$}.
Image~\ref{sirokyObrazek} displays a wide image comprised of multiple smaller images. Standard raster image is inserted in the same way as image \ref{keepCalm}.
% Využití \begin{figure*} způsobí, že obrázek zabere celou šířku stránky. Takový obrázek dříve mohl být pouze na začátku stránky, případně na konci s využitím balíčku dblfloatfix (případné [h] se ignorovalo a [H] obrázek odstraní). Nové verze LaTeXu už umí i [h].
\begin{figure*}[h]\centering
\centering
\includegraphics[width=\linewidth,height=1.7in]{obrazky-figures/placeholder.pdf}\\[1pt]
\includegraphics[width=0.24\linewidth]{obrazky-figures/placeholder.pdf}\hfill
\includegraphics[width=0.24\linewidth]{obrazky-figures/placeholder.pdf}\hfill
\includegraphics[width=0.24\linewidth]{obrazky-figures/placeholder.pdf}\hfill
\includegraphics[width=0.24\linewidth]{obrazky-figures/placeholder.pdf}
\caption{\textbf{Wide image.} Image can be comprised of multiple smaller images. If you want to address the partial images from text, use packagae \texttt{subcaption}.}
\label{sirokyObrazek}
\end{figure*}
% Uncomment this to switch to landscape oriented A3 paper
% \eject \pdfpagewidth=420mm
\begin{figure}[hbt]
\centering
\includegraphics[width=0.3\textwidth]{obrazky-figures/keep-calm.png}
\caption{Good text is a bad text, that has been changed countless times. You have to start somewhere.}
\label{keepCalm}
\end{figure}
Sometimes it is necessary to attach a diagram that does not fit on an A4 page. Then it is possible to insert one A3 page and fold it into the thesis (so-called Engineering fold, similar to Z-fold, where two folds are created -- face down and face up). Switching is performed as follows: \texttt{\textbackslash{}eject \textbackslash{}pdfpagewidth=420mm} (210mm to switch it back).
Other frequently used commands can be found above in the text, because a single practical example of correct use is better than ten pages of examples.
% Uncomment this to switch back to A4
% \eject \pdfpagewidth=210mm
% newline command
\newcommand{\odradkovani}{\\[0.3em]}
\chapter{Examples of bibliographic citations}
\label{priloha-priklady-citaci}
The czplain style is based on the style created by mr. Pyšný \cite{Pysny}. This appendix contains a set of supported type of citations with specific examples of bibliograhpic citations.
The next pages of the appendix contain examples of bibliographic citations of the following pubplications and their parts:
\begin{itemize}
\item Article in a periodical literature (magazine) (str. \pageref{pr-casopis-clanek}),
\item monographic publication (str. \pageref{pr-monografie}),
\item conference proceedings (str. \pageref{pr-sbornik}),
\item conference proceedings entry or book chapter (str. \pageref{pr-kapitola}),
\item manual, documentation, technical report and unpublished materials (str. \pageref{pr-manual}),
\item academic work (str. \pageref{pr-thesis}),
\item web page (str. \pageref{pr-webpage}),
\item and web site (str. \pageref{pr-website}).
\end{itemize}
\noindent Items are color-coded depending on whether or not they are required or optional:
\begin{itemize}
\item required element according to the standard
\item \textcolor{blue}{optional element according to the standard}
\item \textcolor{magenta}{required element for online information sources according to the standard}
\item \textcolor{red}{element that is not specified in the standard, but is available and optional within the template's bibliographic style}
\end{itemize}
Required items are only stated if they exist.
\newpage
The bibliography file contains records in the following form:
\begin{verbatim}
@Article{Doe:2020,
author = "Doe, John",
title = "How to cite",
subtitle = "Article citation",
journal = "Writing theses and dissertations",
journalsubtitle = "Formal aspects",
howpublished = "online",
address = "Brno",
publisher = "Brno University of Technology,
Faculty of information technology",
contributory = "Translated by Jan NOVÁK",
edition = "1",
version = "version 1.0",
month = 2,
year = "2020",
revised = "revised 12. 2. 2020",
volume = "4",
number = "24",
pages = "8--21",
cited = "2020-02-12",
doi = "10.1000/BC1.0",
issn = "1234-5678",
note = "This a made up citation",
url = "https://merlin.fit.vutbr.cz"
}
\end{verbatim}
%-------------------------------------------------------------------------------
\newpage
\section*{Article in a periodical literature -- @Article}
\label{pr-casopis-clanek}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{>{\raggedright\arraybackslash}X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
Author & author & Doe, John\\
Article title & title & How to cite\\
\textcolor{blue}{Article subtitle} & \textcolor{blue}{subtitle} & \textcolor{blue}{Article citation}\\
Periodical literature title & journal & Writing theses and dissertations\\
\textcolor{blue}{Periodical literature subtitle} & \textcolor{blue}{journalsubtitle} & \textcolor{blue}{Formal aspects}\\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
Edition & edition & 1\\
Version & version & version 1.0\\
\textcolor{blue}{Secondary author(s)} & \textcolor{blue}{contributory} & \textcolor{blue}{Translated by Jan NOVÁK}\\
Place of publication & address & Brno\\
Publisher & publisher & Brno University of Technology, Faculty of information technology\\
Month & month & 2\\
Year & year & 2020\\
Volume & volume & 4\\
Number & number & 24\\
Pages & pages & 8-21\\
Revision & revised & revised 12. 2. 2020\\
\textcolor{magenta}{Date of citation} & \textcolor{magenta}{cited} & \textcolor{magenta}{2020-02-12}\\
Series title & series & Guidelines for writing theses and dissertations\\
Number in series & editionnumber & 42\\
\textcolor{magenta}{Digital object identifier} & \textcolor{magenta}{doi} & \textcolor{magenta}{10.1000/BC1.0}\\
Standard number & issn & 1234-5678\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
\textcolor{magenta}{Availability} & \textcolor{magenta}{url} & \textcolor{magenta}{https://merlin.fit.vutbr.cz}
\end{tabularx}
\bigskip
\noindent \textbf{Bibliographic citation}
\medskip
\noindent \textsc{Doe}, J. How to cite: Article citation. \textit{Writing theses and dissertations: Formal aspects} [online]. 1st ed., version 1.0. Translated by Jan NOVÁK. Brno: Brno University of Technology, Faculty of information technology. February 2020, vol. 4, num. 24, p. 821, revised 12. 2. 2020, [cit. 2020-02-12]. Guidelines for writing theses and dissertations, no. 42. DOI: 10.1000/BC1.0. ISSN 1234-5678. This is a made up citation. Available at: \url{https://merlin.fit.vutbr.cz}
%-------------------------------------------------------------------------------
\newpage
\section*{Monographic publication -- @Book, @Booklet (brochure)}
\label{pr-monografie}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{>{\raggedright\arraybackslash}X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
Author & author & John von Doe\\
Title & title & How to cite\\
\textcolor{blue}{Subtitle} & \textcolor{blue}{subtitle} & \textcolor{blue}{Monographic publication citation}\\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
Edition & edition & 1\\
\textcolor{blue}{Secondary author(s)} & \textcolor{blue}{contributory} & \textcolor{blue}{Translated by Jan NOVÁK}\\
Place of publication & address & Brno\\
Publisher & publisher & Brno University of Technology, Faculty of information technology\\
Month & month & 2\\
Year & year & 2020\\
Revision & revision & revised 12. 2. 2020\\
\textcolor{magenta}{Date of citation} & \textcolor{magenta}{cited} & \textcolor{magenta}{2020-02-12}\\
\textcolor{red}{Pages} & \textcolor{red}{pages} & \textcolor{red}{220}\\
Series title & series & Guidelines for writing theses and dissertations\\
Number in series & editionnumber & 2\\
Standard number & isbn & 01-234-5678-9\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
\textcolor{magenta}{Availability} & \textcolor{magenta}{url} & \textcolor{magenta}{https://merlin.fit.vutbr.cz}\\
\end{tabularx}
\bigskip
\noindent \textbf{Bibliographic citation}
\medskip
\noindent \textsc{von Doe}, J. \textit{How to cite: Monographic publication citation} [online]. 1st ed. Translated by Jan NOVÁK.
Brno: Brno University of Technology, Faculty of information technology, February 2020, revised 12. 2. 2020 [cit. 2020-02-12]. 220 p. Guidelines for writing theses an dissertations, no. 2. ISBN 01-234-5678-9. This is a made up citation. Available at: \url{https://merlin.fit.vutbr.cz}
%-------------------------------------------------------------------------------
\newpage
\section*{Conference proceedings -- @Proceedings}
\label{pr-sbornik}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
\textcolor{red}{Author*} & \textcolor{red}{author} & \textcolor{red}{Čechmánek, Jan}\\
\textcolor{red}{Editor*} & \textcolor{red}{editor} & \textcolor{red}{Čechmánek, Jan}\\
Title & title & How to cite\\
\textcolor{blue}{Subtitle} & \textcolor{blue}{subtitle} & \textcolor{blue}{Conference proceedings citation}\\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
Edition & edition & 1\\
\textcolor{blue}{Secondary author(s)} & \textcolor{blue}{contributory} & \textcolor{blue}{Translated by Jan NOVÁK}\\
Place of publication & address & Brno\\
Publisher & publisher & Brno University of Technology, Faculty of information technology\\
Month & month & 2\\
Year & year & 2020\\
Volume & volume & 4\\
Number & number & 24\\
Pages & pages & 8-21\\
\textcolor{magenta}{Revision} & \textcolor{magenta}{revised} & \textcolor{magenta}{revised 12. 2. 2020}\\
\textcolor{magenta}{Date of citation} & \textcolor{magenta}{cited} & \textcolor{magenta}{2020-02-12}\\
Series title & series & Guidelines for writing theses and dissertations\\
Number in series & editionnumber & 2\\
\textcolor{magenta}{Digital object identifier} & \textcolor{magenta}{doi} & \textcolor{magenta}{10.1000/BC1.0}\\
Standard number & isbn or issn & 01-234-5678-9\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
\textcolor{magenta}{Availability} & \textcolor{magenta}{url} & \textcolor{magenta}{https://merlin.fit.vutbr.cz}
\end{tabularx}
*Either author or editor is stated.
\bigskip
\noindent \textbf{Bibliographic citation}
\medskip
\noindent \textsc{Čechmánek}, J. \textit{How to cite: Conference proceedings citation} [online]. 1st ed. Translated by Jan NOVÁK.
Brno: Brno University of Technology, Faculty of information technology, February 2020, vol. 4, num. 24, p. 821, revised 12. 2. 2020 [cit. 2020-02-12]. Guidelines for writing theses and dissertations, no. 2. DOI: 10.1000/BC1.0. ISBN 01-234-5678-9. This is a made up citation. Available at: \url{https://merlin.fit.vutbr.cz}
%-------------------------------------------------------------------------------
\newpage
\section*{Conference proceedings entry or book chapter -- @InProceedings, @InCollection, @Conference, @InBook}
\label{pr-kapitola}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{>{\raggedright\arraybackslash}X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
Author & author & John von Doe\\
Entry title & title & How to cite\\
\textcolor{blue}{Entry subtitle} & \textcolor{blue}{subtitle} & \textcolor{blue}{Article citation}\\
Parent document author & editor or organisation & Smith, Peter\\
Parent document title & booktitle & Conference proceedings on writing theses and dissertations\\
\textcolor{blue}{Parent document subtitle} & \textcolor{blue}{booksubtitle} & \textcolor{blue}{Formal aspects}\\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
Edition & edition & 1\\
Version & version & version 1.0\\
\textcolor{blue}{Parent document secondary author(s)} & \textcolor{blue}{contributory} & \textcolor{blue}{Translated by Jan NOVÁK}\\
Place of publication & address & Brno\\
Publisher & publisher & Brno University of Technology, Faculty of information technology\\
Month & month & 2\\
Year & year & 2020\\
Volume & volume & 4\\
Number & number & 24\\
\textcolor{blue}{Chapter} & \textcolor{blue}{chapter} & \textcolor{blue}{5}\\
Pages & pages & 8-21\\
Revision & revised & revised 12. 2. 2020\\
\textcolor{magenta}{Date of citation} & \textcolor{magenta}{cited} & \textcolor{magenta}{2020-02-12}\\
Series title & series & Guidelines for writing theses and dissertations\\
Number in series & editionnumber & 2\\
Standard number & isbn or issn & 1234-5678\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
\textcolor{magenta}{Availability} & \textcolor{magenta}{url} & \textcolor{magenta}{https://merlin.fit.vutbr.cz}\\
\end{tabularx}
\bigskip
\noindent \textbf{Bibliographic citation}
\medskip
\noindent \textsc{Doe}, J. How to cite: Article citation.
In: \textsc{Smith}, P., ed. \textit{Conference proceedings on writing theses and dissertations: Formal aspects} [online]. 1st ed., version 1.0. Translated by Jan NOVÁK. Brno: Brno University of Technology, Faculty of information technology, February 2020, vol. 4, num. 24, chap. 5, p. 821, revised 12. 2. 2020 [cit. 2020-02-12]. Guidelines for writing theses and dissertations, no. 2. ISSN 1234-5678. This is a made up citation. Available at: \url{https://merlin.fit.vutbr.cz}
%-------------------------------------------------------------------------------
\newpage
\section*{Manual, documentation, technical report and unpublished \\materials -- @Manual, @TechReport, @Unpublished}
\label{pr-manual}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{>{\raggedright\arraybackslash}X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
Author (person or organisation) & author & Brno University of Technology, Faculty of information technology\\
Title & title & Manual for writing theses and dissertations\\
\textcolor{blue}{Subtitle} & \textcolor{blue}{subtitle} & \textcolor{blue}{Manual citation}\\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
\textcolor{red}{Document type} & \textcolor{red}{type} & \textcolor{red}{User manual}\\
\textcolor{red}{Document number} & \textcolor{red}{number} & \textcolor{red}{3}\\
Edition & edition & 1\\
\textcolor{blue}{Secondary author(s)} & \textcolor{blue}{contributory} & \textcolor{blue}{Edited by Jan NOVÁK}\\
Place of publication & address & Brno\\
Organisation or institution & organization or institution & Brno University of Technology, Faculty of information technology\\
Month & month & 2\\
Year & year & 2020\\
Revision & revised & revised 12. 2. 2020\\
\textcolor{magenta}{Date of citation} & \textcolor{magenta}{cited} & \textcolor{magenta}{2020-02-12}\\
\textcolor{red}{Pages} & \textcolor{red}{pages} & \textcolor{red}{220}\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
\textcolor{magenta}{Availability} & \textcolor{magenta}{url} & \textcolor{magenta}{https://merlin.fit.vutbr.cz}\\
\end{tabularx}
\bigskip
\noindent \textbf{Bibliographic citation}
\medskip
\noindent \textsc{Brno University of Technology, Faculty of information technology}. \textit{Manual for writing theses and dissertations: Manual citation} [online]. User manual 3, 1st ed. Edited by Jan NOVÁK.
Brno: Brno University of Technology, Faculty of information technology, February 2020, revised 12. 2. 2020 [cit. 2020-02-12]. 220 p. This is a made up citation. Available at: \url{https://merlin.fit.vutbr.cz}
%-------------------------------------------------------------------------------
\newpage
\section*{Academic work -- @BachelorsThesis, @MastersThesis, \\@PhdThesis, @Thesis}
\label{pr-thesis}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
Author & author & Brno University of Technology, Faculty of information technology\\
Title & title & BiBTeX style for ČSN ISO 690 and ČSN ISO 690-2\\
\textcolor{blue}{Subtitle} & \textcolor{blue}{subtitle} & \\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
\textcolor{red}{Document type} & \textcolor{red}{type} & \textcolor{red}{Dissertation}\\
Place of publication & address or location & Brno\\
School & school & Brno University of Technology, Faculty of information technology\\
Year & year & 2020\\
\textcolor{magenta}{Date of citation} & \textcolor{magenta}{cited} & \textcolor{magenta}{2020-02-12}\\
\textcolor{red}{Pages} & \textcolor{red}{pages} & \textcolor{red}{220}\\
\textcolor{red}{Appendices} & \textcolor{red}{inserts} & \textcolor{red}{20}\\
Standard number & isbn & 01-234-5678-9\\
\textcolor{red}{Supervisor} & \textcolor{red}{supervisor} & \textcolor{red}{Dytrych, Jaroslav}\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
\textcolor{magenta}{Availability} & \textcolor{magenta}{url} & \textcolor{magenta}{https://www.fit.vut.cz/\-study/theses}\\
\end{tabularx}
\bigskip
\noindent \textbf{Bibliographic citation}
\medskip
\noindent \textsc{Novák}, J. \textit{BiBTeX style for ČSN ISO 690 and ČSN ISO 690-2} [online]. Brno, CZ, 2020. [cit. 2020-02-12]. 80 p., 20. p. apps. Dissertation. Brno University of Technology, Faculty of information technology. ISBN 01-2345-678-9. Supervisor \textsc{Dytrych}, J. This is a made up citation. Available at: \url{https://www.fit.vut.cz/study/theses}
%-------------------------------------------------------------------------------
\newpage
\section*{Web page -- @Webpage}
\label{pr-webpage}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
Author & author & Nováková, Jana\\
Page title & secondarytitle & Post citation\\
Site title & title & Web on writing theses and dissertations\\
\textcolor{blue}{Site subtitle} & \textcolor{blue}{subtitle} & \\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
\textcolor{blue}{Secondary author(s)} & \textcolor{blue}{contributory} & \textcolor{blue}{Edited by Jan NOVÁK}\\
\textcolor{red}{Version} & \textcolor{red}{version} & \textcolor{red}{version 1.0}\\
\textcolor{red}{Place of publication} & \textcolor{red}{address} & \textcolor{red}{Brno}\\
\textcolor{red}{Publisher} & \textcolor{red}{publisher} & \textcolor{red}{Brno University of Technology, Faculty of information technology}\\
Day & day & 12\\
Month & month & 2\\
Year & year & 2020\\
\textcolor{blue}{Time of publication} & \textcolor{blue}{time} & \textcolor{blue}{14:00}\\
Revision & revised & revised 12. 2. 2020\\
\textcolor{magenta}{Digital object identifier} & \textcolor{magenta}{doi} & \textcolor{magenta}{10.1000/BC1.0}\\
Standard number & issn & 1234-5678\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
Availability & url & https://merlin.fit.vutbr.cz\\
Path & path & Home; Art; The art of citation
\end{tabularx}
\bigskip
\noindent \textbf{Bibliograpic citation}
\medskip
\noindent \textsc{Nováková}, J. Post citation. \textit{Web on writing theses and dissertations} [online]. Edited by Jan NOVÁK. version 1.0. Brno: Brno University of Technology, Faculty of information technology, 2. february 1998 14:10. revised 12. 2. 2020 [cit. 2020-02-12]. DOI: 10.1000/BC1.0. ISSN 1234-5678. This is a made up citation. Available at: \url{https://merlin.fit.vutbr.cz} Path: Home; Art; The Art of Citation.
%-------------------------------------------------------------------------------
\newpage
\section*{Web site -- @Website}
\label{pr-website}
\noindent \textbf{Record items}
\medskip
\begin{tabularx}{0.95\linewidth}{X X >{\raggedright\arraybackslash}X}
Element & BibTeX item & Example\\\hline
Author (person or organisation) & author & Nováková, Jana\\
Site title & title & Web on writing theses and citations\\
\textcolor{blue}{Site subtitle} & \textcolor{blue}{subtitle} & \\
\textcolor{magenta}{Type of medium} & \textcolor{magenta}{howpublished} & \textcolor{magenta}{online}\\
\textcolor{blue}{Secondary author(s)} & \textcolor{blue}{contributory} & \textcolor{blue}{Edited by Jan NOVÁK}\\
\textcolor{red}{Version} & \textcolor{red}{version} & \textcolor{red}{version 1.0}\\
\textcolor{red}{Place of publication} & \textcolor{red}{address} & \textcolor{red}{Brno}\\
\textcolor{red}{Publisher} & \textcolor{red}{publisher} & \textcolor{red}{Brno University of Technology, Faculty of information technology}\\
\textcolor{blue}{Day} & \textcolor{blue}{day} & \textcolor{blue}{12}\\
\textcolor{blue}{Month} & \textcolor{blue}{month} & \textcolor{blue}{2}\\
Year & year & 2020\\
\textcolor{blue}{Time of publication} & \textcolor{blue}{time} & \textcolor{blue}{14:00}\\
Revision & revised & revised 12. 2. 2020\\
Date of citation & cited & 2020-02-12\\
\textcolor{magenta}{Digital object identifier} & \textcolor{magenta}{doi} & \textcolor{magenta}{10.1000/BC1.0}\\
Standard number & issn & 1234-5678\\
\textcolor{red}{Notes} & \textcolor{red}{note} & \textcolor{red}{This is a made up citation}\\
Availability & url & https://merlin.fit.vutbr.cz
\end{tabularx}
\bigskip
\noindent \textbf{Bibliographic citation}
\medskip
\noindent \textsc{Nováková}, J. \textit{Web on writing theses and dissertations} [online]. Edited by Jan NOVÁK. version 1.0. Brno: Brno University of Technology, Faculty of information technology, 2. february 1998 14:10. revised 12. 2. 2020 [cit. 2020-02-12]. DOI: 10.1000/BC1.0. ISSN 1234-5678. This is a made up citation. Available at: \url{https://merlin.fit.vutbr.cz}.
% For compilation piecewise (see projekt.tex), it is necessary to uncomment it
%\end{document}

@ -0,0 +1,24 @@
% Tento soubor nahraďte vlastním souborem s přílohami (nadpisy níže jsou pouze pro příklad)
% Pro kompilaci po částech (viz projekt.tex), nutno odkomentovat a upravit
%\documentclass[../projekt.tex]{subfiles}
%\begin{document}
% Umístění obsahu paměťového média do příloh je vhodné konzultovat s vedoucím
%\chapter{Obsah přiloženého paměťového média}
%\chapter{Manuál}
%\chapter{Konfigurační soubor}
%\chapter{RelaxNG Schéma konfiguračního souboru}
%\chapter{Plakát}
\chapter{Jak pracovat s touto šablonou}
\label{jak}
TODO
% Pro kompilaci po částech (viz projekt.tex) nutno odkomentovat
%\end{document}

@ -0,0 +1,46 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\babel@aux[2]{}
\@nameuse{bbl@beforestart}
\catcode `"\active
\catcode `-\active
\catcode `^\active
\catcode `'\active
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\babel@aux{czech}{}
\@writefile{toc}{\contentsline {chapter}{\numberline {1}Úvod}{3}{chapter.1}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {chapter}{\numberline {2}Abstrakt}{4}{chapter.2}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{abstrakt}{{2}{4}{Abstrakt}{chapter.2}{}}
\bibstyle{bib-styles/Pysny/czplain}
\bibdata{xlanro00-Generovani-3D-modelu-otisku-prstu-20-literatura-bibliography}
\@writefile{toc}{\contentsline {chapter}{\numberline {3}Závěr}{5}{chapter.3}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{zaver}{{3}{5}{Závěr}{chapter.3}{}}
\@writefile{toc}{\contentsline {chapter}{Literatura}{6}{chapter*.3}\protected@file@percent }
\ttl@writefile{ptc}{\ttl@starttoc{chapters@1}}
\@writefile{toc}{\contentsline {chapter}{\numberline {A}Jak pracovat s touto šablonou}{7}{appendix.A}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{jak}{{A}{7}{Jak pracovat s touto šablonou}{appendix.A}{}}
\ttl@finishall
\gdef \@abspage@last{10}

@ -0,0 +1,5 @@
\makeatletter
\makeatother
\begin{thebibliography}{}
\end{thebibliography}

@ -0,0 +1,55 @@
This is BibTeX, Version 0.99d (TeX Live 2022/dev/Debian)
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
The top-level auxiliary file: xlanro00-Generovani-3D-modelu-otisku-prstu.aux
The style file: bib-styles/Pysny/czplain.bst
I found no \citation commands---while reading file xlanro00-Generovani-3D-modelu-otisku-prstu.aux
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated wiz_functions (elt_size=4) to 6000 items from 3000.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Database file #1: xlanro00-Generovani-3D-modelu-otisku-prstu-20-literatura-bibliography.bib
You've used 0 entries,
3946 wiz_defined-function locations,
812 strings with 5351 characters,
and the built_in function-call counts, 22 in all, are:
= -- 0
> -- 0
< -- 0
+ -- 0
- -- 0
* -- 2
:= -- 7
add.period$ -- 0
call.type$ -- 0
change.case$ -- 0
chr.to.int$ -- 0
cite$ -- 0
duplicate$ -- 0
empty$ -- 1
format.name$ -- 0
if$ -- 1
int.to.chr$ -- 0
int.to.str$ -- 0
missing$ -- 0
newline$ -- 5
num.names$ -- 0
pop$ -- 0
preamble$ -- 1
purify$ -- 0
quote$ -- 0
skip$ -- 1
stack$ -- 0
substring$ -- 0
swap$ -- 0
text.length$ -- 0
text.prefix$ -- 0
top$ -- 0
type$ -- 0
warning$ -- 0
while$ -- 0
width$ -- 0
write$ -- 4
(There was 1 error message)

@ -0,0 +1,6 @@
\babel@toc {czech}{}\relax
\addvspace {10\p@ }
\addvspace {10\p@ }
\addvspace {10\p@ }
\addvspace {10\p@ }
\contentsfinish

@ -0,0 +1,787 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2022.12.2) 4 DEC 2022 20:52
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**xlanro00-Generovani-3D-modelu-otisku-prstu
(./xlanro00-Generovani-3D-modelu-otisku-prstu.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-01-21> (./fitthesis.cls
Document Class: fitthesis 2022/11/14 Sablona pro BP/DP
(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo
File: size11.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
)
\c@part=\count185
\c@chapter=\count186
\c@section=\count187
\c@subsection=\count188
\c@subsubsection=\count189
\c@paragraph=\count190
\c@subparagraph=\count191
\c@figure=\count192
\c@table=\count193
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen138
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2021/10/15 v2.17l AMS math features
\@mathmargin=\skip49
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2021/08/26 v2.01 AMS text
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks16
\ex@=\dimen139
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen140
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2021/08/26 v2.02 operator names
)
\inf@bad=\count194
LaTeX Info: Redefining \frac on input line 234.
\uproot@=\count195
\leftroot@=\count196
LaTeX Info: Redefining \overline on input line 399.
\classnum@=\count197
\DOTSCASE@=\count198
LaTeX Info: Redefining \ldots on input line 496.
LaTeX Info: Redefining \dots on input line 499.
LaTeX Info: Redefining \cdots on input line 620.
\Mathstrutbox@=\box50
\strutbox@=\box51
\big@size=\dimen141
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
\macc@depth=\count199
\c@MaxMatrixCols=\count266
\dotsspace@=\muskip16
\c@parentequation=\count267
\dspbrk@lvl=\count268
\tag@help=\toks17
\row@=\count269
\column@=\count270
\maxfields@=\count271
\andhelp@=\toks18
\eqnshift@=\dimen142
\alignsep@=\dimen143
\tagshift@=\dimen144
\tagwidth@=\dimen145
\totwidth@=\dimen146
\lineht@=\dimen147
\@envbody=\toks19
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks20
LaTeX Info: Redefining \[ on input line 2938.
LaTeX Info: Redefining \] on input line 2939.
)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
))
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2022/01/26 3.70 The Babel package
\babel@savecnt=\count272
\U@D=\dimen148
\l@unhyphenated=\language87
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
\bbl@dirlevel=\count273
(/usr/share/texlive/texmf-dist/tex/generic/babel-czech/czech.ldf
Language: czech 2008/07/06 v3.1a Czech support from the babel system
Package babel Info: Making " an active character on input line 172.
\cs@wordlen=\count274
Package babel Info: Making - an active character on input line 226.
)
(/usr/share/texlive/texmf-dist/tex/generic/babel-slovak/slovak.ldf
Language: slovak 2008/07/06 v3.1a Slovak support from the babel system
Package babel Info: Making ^ an active character on input line 123.
Package babel Info: Making ' an active character on input line 129.
LaTeX Info: Redefining \uv on input line 278.
\cs@wordlen=\count275
)
(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2017/06/06 v3.3r English support from the babel system
Package babel Info: Hyphen rules for 'canadian' set to \l@english
(babel) (\language0). Reported on input line 102.
Package babel Info: Hyphen rules for 'australian' set to \l@ukenglish
(babel) (\language76). Reported on input line 105.
Package babel Info: Hyphen rules for 'newzealand' set to \l@ukenglish
(babel) (\language76). Reported on input line 108.
))
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2021/02/14 v1.3d Input encoding file
\inpenc@prehook=\toks21
\inpenc@posthook=\toks22
)
(/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty
Package: cmap 2021/02/06 v1.0j CMap support: searchable PDF
)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
<<t1.cmap>>)
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip17
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
(/usr/share/texlive/texmf-dist/tex/latex/ragged2e/ragged2e.sty
Package: ragged2e 2021/12/15 v3.1 ragged2e Package
\CenteringLeftskip=\skip52
\RaggedLeftLeftskip=\skip53
\RaggedRightLeftskip=\skip54
\CenteringRightskip=\skip55
\RaggedLeftRightskip=\skip56
\RaggedRightRightskip=\skip57
\CenteringParfillskip=\skip58
\RaggedLeftParfillskip=\skip59
\RaggedRightParfillskip=\skip60
\JustifyingParfillskip=\skip61
\CenteringParindent=\skip62
\RaggedLeftParindent=\skip63
\RaggedRightParindent=\skip64
\JustifyingParindent=\skip65
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
Package: color 2021/12/07 v1.3c Standard LaTeX Color (DPC)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package color Info: Driver file: pdftex.def on input line 149.
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
))
(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count276
)
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
Package: enumitem 2019/06/20 v3.9 Customized lists
\enitkv@toks@=\toks23
\labelindent=\skip66
\enit@outerparindent=\dimen149
\enit@toks=\toks24
\enit@inbox=\box52
\enit@count@id=\count277
\enitdp@description=\count278
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks25
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 107.
)
\Gin@req@height=\dimen150
\Gin@req@width=\dimen151
)
\mkspc=\skip67
\DESCRIPTION@totalleftmargin=\skip68
\DESCRIPTION@linewidth=\skip69
(/usr/share/texlive/texmf-dist/tex/latex/opensans/opensans.sty
Package: opensans 2019/06/20 Style file for Open Sans.
(/usr/share/texlive/texmf-dist/tex/latex/fontaxes/fontaxes.sty
Package: fontaxes 2020/07/21 v1.0e Font selection axes
LaTeX Info: Redefining \upshape on input line 29.
LaTeX Info: Redefining \itshape on input line 31.
LaTeX Info: Redefining \slshape on input line 33.
LaTeX Info: Redefining \swshape on input line 35.
LaTeX Info: Redefining \scshape on input line 37.
LaTeX Info: Redefining \sscshape on input line 39.
LaTeX Info: Redefining \ulcshape on input line 41.
LaTeX Info: Redefining \textsw on input line 47.
LaTeX Info: Redefining \textssc on input line 48.
LaTeX Info: Redefining \textulc on input line 49.
)
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2020/03/06 v1.0d TeX engine tests
))
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty
Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.
)
(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2020/11/20 v2.8 package option processing (HA)
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks26
\XKV@tempa@toks=\toks27
)
\XKV@depth=\count279
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)))
(/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count280
\float@exts=\toks28
\float@box=\box53
\@float@everytoks=\toks29
\@floatcapt=\box54
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count281
\calc@Bcount=\count282
\calc@Adimen=\dimen152
\calc@Bdimen=\dimen153
\calc@Askip=\skip70
\calc@Bskip=\skip71
LaTeX Info: Redefining \setlength on input line 80.
LaTeX Info: Redefining \addtolength on input line 81.
\calc@Ccount=\count283
\calc@Cskip=\skip72
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty
Package: longtable 2021-09-01 v4.17 Multi-page Table package (DPC)
\LTleft=\skip73
\LTright=\skip74
\LTpre=\skip75
\LTpost=\skip76
\LTchunksize=\count284
\LTcapwidth=\dimen154
\LT@head=\box55
\LT@firsthead=\box56
\LT@foot=\box57
\LT@lastfoot=\box58
\LT@gbox=\box59
\LT@cols=\count285
\LT@rows=\count286
\c@LT@tables=\count287
\c@LT@chunks=\count288
\LT@p@ftn=\toks30
)
(/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
\heavyrulewidth=\dimen155
\lightrulewidth=\dimen156
\cmidrulewidth=\dimen157
\belowrulesep=\dimen158
\belowbottomsep=\dimen159
\aboverulesep=\dimen160
\abovetopsep=\dimen161
\cmidrulesep=\dimen162
\cmidrulekern=\dimen163
\defaultaddspace=\dimen164
\@cmidla=\count289
\@cmidlb=\count290
\@aboverulesep=\dimen165
\@belowrulesep=\dimen166
\@thisruleclass=\count291
\@lastruleclass=\count292
\@thisrulewidth=\dimen167
)
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 227.
LaTeX Info: Redefining \color on input line 711.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
Package xcolor Info: Model `RGB' extended on input line 1368.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
)
(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty
Package: colortbl 2020/01/04 v1.0e Color table columns (DPC)
(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
Package: array 2021/10/04 v2.5f Tabular extension package (FMi)
\col@sep=\dimen168
\ar@mcellbox=\box60
\extrarowheight=\dimen169
\NC@list=\toks31
\extratabsurround=\skip77
\backup@length=\skip78
\ar@cellbox=\box61
)
\everycr=\toks32
\minrowclearance=\skip79
)
(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty
Package: multirow 2021/03/15 v2.8 Span multiple rows of a table
\multirow@colwidth=\skip80
\multirow@cntb=\count293
\multirow@dima=\skip81
\bigstrutjot=\dimen170
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty
Package: tabularx 2020/01/15 v2.11c `tabularx' package (DPC)
\TX@col@width=\dimen171
\TX@old@table=\dimen172
\TX@old@col=\dimen173
\TX@target=\dimen174
\TX@delta=\dimen175
\TX@cols=\count294
\TX@ftn=\toks33
)
(/usr/share/texlive/texmf-dist/tex/latex/blindtext/blindtext.sty
Package: blindtext 2012/01/06 V2.0 blindtext-Package
(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty
Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH)
)
\c@blindtext=\count295
\c@Blindtext=\count296
\c@blind@countparstart=\count297
\blind@countxx=\count298
\blindtext@numBlindtext=\count299
\blind@countyy=\count300
\c@blindlist=\count301
\c@blindlistlevel=\count302
\c@blindlist@level=\count303
\blind@listitem=\count304
\c@blind@listcount=\count305
\c@blind@levelcount=\count306
\blind@mathformula=\count307
\blind@Mathformula=\count308
\c@blind@randomcount=\count309
\c@blind@randommax=\count310
\c@blind@pangramcount=\count311
\c@blind@pangrammax=\count312
)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count313
\lst@gtempboxa=\box62
\lst@token=\toks34
\lst@length=\count314
\lst@currlwidth=\dimen176
\lst@column=\count315
\lst@pos=\count316
\lst@lostspace=\dimen177
\lst@width=\dimen178
\lst@newlines=\count317
\lst@lineno=\count318
\lst@maxwidth=\dimen179
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
\c@lstnumber=\count319
\lst@skipnumbers=\count320
\lst@framebox=\box63
)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2020/03/24 1.8d listings configuration
))
Package: listings 2020/03/24 1.8d (Carsten Heinz)
(/usr/share/texlive/texmf-dist/tex/latex/appendix/appendix.sty
Package: appendix 2020/02/08 v1.2c extra appendix facilities
\c@@pps=\count321
\c@@ppsavesec=\count322
\c@@ppsaveapp=\count323
)
(/usr/share/texlive/texmf-dist/tex/latex/titlesec/titletoc.sty
Package: titletoc 2021/07/05 v2.14 TOC entries
\ttl@leftsep=\dimen180
)
(/usr/share/texlive/texmf-dist/tex/latex/ae/ae.sty
Package: ae 2001/02/12 1.3 Almost European Computer Modern
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
))
(/usr/share/texlive/texmf-dist/tex/latex/regexpatch/regexpatch.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2022-01-21 L3 programming layer (loader)
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2022-01-12 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count324
\l__pdf_internal_box=\box64
))
Package: regexpatch 2021/03/21 v0.2f Extending etoolbox patching commands
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
Package: xparse 2022-01-12 L3 Experimental document command parser
)))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
)
(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)
(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
)
\@linkdim=\dimen181
\Hy@linkcounter=\count325
\Hy@pagecounter=\count326
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la
nguages
)
(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count327
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Option `unicode' set `true' on input line 4073.
Package hyperref Info: Option `colorlinks' set `true' on input line 4073.
Package hyperref Info: Option `hyperindex' set `true' on input line 4073.
Package hyperref Info: Option `plainpages' set `false' on input line 4073.
Package hyperref Info: Hyper figures OFF on input line 4192.
Package hyperref Info: Link nesting OFF on input line 4197.
Package hyperref Info: Hyper index ON on input line 4200.
Package hyperref Info: Plain pages OFF on input line 4207.
Package hyperref Info: Backreferencing OFF on input line 4212.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4445.
\c@Hy@tempcnt=\count328
LaTeX Info: Redefining \url on input line 4804.
\XeTeXLinkMargin=\dimen182
(/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
)
))
\Fld@menulength=\count329
\Field@Width=\dimen183
\Fld@charsize=\dimen184
Package hyperref Info: Hyper figures OFF on input line 6076.
Package hyperref Info: Link nesting OFF on input line 6081.
Package hyperref Info: Hyper index ON on input line 6084.
Package hyperref Info: backreferencing OFF on input line 6091.
Package hyperref Info: Link coloring ON on input line 6094.
Package hyperref Info: Link coloring with OCG OFF on input line 6101.
Package hyperref Info: PDF/A mode OFF on input line 6106.
LaTeX Info: Redefining \ref on input line 6146.
LaTeX Info: Redefining \pageref on input line 6150.
(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count330
\c@Item=\count331
\c@Hfootnote=\count332
)
Package hyperref Info: Driver: hpdftex.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX
(/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
kage
with kernel methods
)
\Fld@listcount=\count333
\c@bookmark@seq@number=\count334
(/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
(/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
86.
)
\Hy@SectionHShift=\skip82
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty
Package: hypcap 2016/05/16 v1.12 Adjusting the anchors of captions (HO)
)
\enitdp@checklist=\count335
LaTeX Font Info: Trying to load font information for T1+lmr on input line 19
8.
(/usr/share/texmf/tex/latex/lm/t1lmr.fd
File: t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
(./xlanro00-Generovani-3D-modelu-otisku-prstu.aux)
\openout1 = `xlanro00-Generovani-3D-modelu-otisku-prstu.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 198.
LaTeX Font Info: ... okay on input line 198.
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count336
\scratchdimen=\dimen185
\scratchbox=\box65
\nofMPsegments=\count337
\nofMParguments=\count338
\everyMPshowfont=\toks35
\MPscratchCnt=\count339
\MPscratchDim=\dimen186
\MPnumerator=\count340
\makeMPintoPDFobject=\count341
\everyMPtoPDFconversion=\toks36
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
(/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty
Package: grfext 2019/12/03 v1.3 Manage graphics extensions (HO)
)
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
85.
Package grfext Info: Graphics extension search list:
(grfext) [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext) \AppendGraphicsExtensions on input line 504.
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
\c@mv@tabular=\count342
\c@mv@boldtabular=\count343
\c@lstlisting=\count344
Package hyperref Info: Link coloring ON on input line 198.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
)
\c@section@level=\count345
)
LaTeX Info: Redefining \ref on input line 198.
LaTeX Info: Redefining \pageref on input line 198.
LaTeX Info: Redefining \nameref on input line 198.
(./xlanro00-Generovani-3D-modelu-otisku-prstu.out)
(./xlanro00-Generovani-3D-modelu-otisku-prstu.out)
\@outlinefile=\write3
\openout3 = `xlanro00-Generovani-3D-modelu-otisku-prstu.out'.
LaTeX Font Info: Trying to load font information for T1+qhv on input line 20
4.
(/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd
File: t1qhv.fd 2009/09/25 v1.2 font definition file for T1/qhv
)
\@obrlogo=\box66
\@rtext=\box67
\@vyskartext=\skip83
\@sirkartext=\skip84
\@vyskaobr=\skip85
\@sirkaobr=\skip86
<template-fig/VUT_symbol_barevne_CMYK_CZ.pdf, id=25, 167.13641pt x 165.87971pt>
File: template-fig/VUT_symbol_barevne_CMYK_CZ.pdf Graphic file (type pdf)
<use template-fig/VUT_symbol_barevne_CMYK_CZ.pdf>
Package pdftex.def Info: template-fig/VUT_symbol_barevne_CMYK_CZ.pdf used on i
nput line 204.
(pdftex.def) Requested size: 116.65646pt x 115.17995pt.
LaTeX Font Info: Trying to load font information for T1+opensans-TLF on inpu
t line 204.
(/usr/share/texlive/texmf-dist/tex/latex/opensans/T1opensans-TLF.fd
File: T1opensans-TLF.fd 2019/06/24 Font definitions for T1/opensans-TLF.
)
LaTeX Font Info: Font shape `T1/opensans-TLF/m/n' will be
(Font) scaled to size 18.0pt on input line 204.
LaTeX Font Info: Font shape `T1/opensans-TLF/b/n' will be
(Font) scaled to size 18.0pt on input line 204.
LaTeX Font Info: Font shape `T1/opensans-TLF/m/n' will be
(Font) scaled to size 11.0pt on input line 204.
LaTeX Font Info: Font shape `T1/opensans-TLF/b/n' will be
(Font) scaled to size 11.0pt on input line 204.
LaTeX Font Info: Font shape `T1/opensans-TLF/m/n' will be
(Font) scaled to size 14.0pt on input line 204.
LaTeX Font Info: Font shape `T1/opensans-TLF/b/n' will be
(Font) scaled to size 14.0pt on input line 204.
LaTeX Font Info: Font shape `T1/opensans-TLF/m/n' will be
(Font) scaled to size 10.0pt on input line 204.
LaTeX Font Info: Font shape `T1/opensans-TLF/b/n' will be
(Font) scaled to size 10.0pt on input line 204.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./template-fig/VUT_symbol_
barevne_CMYK_CZ.pdf>] [2] [3] (./xlanro00-Generovani-3D-modelu-otisku-prstu.toc
)
\tf@toc=\write4
\openout4 = `xlanro00-Generovani-3D-modelu-otisku-prstu.toc'.
pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has
been already used, duplicate ignored
<to be read again>
\relax
l.216 {\hypersetup{hidelinks}\listoffigures
} [1
]
(./xlanro00-Generovani-3D-modelu-otisku-prstu.lof)
\tf@lof=\write5
\openout5 = `xlanro00-Generovani-3D-modelu-otisku-prstu.lof'.
(./xlanro00-Generovani-3D-modelu-otisku-prstu-01-kapitoly-chapters.texpdfTeX wa
rning (ext4): destination with the same identifier (name{page.2}) has been alre
ady used, duplicate ignored
<to be read again>
\relax
l.9 \chapter
{Úvod} [2
]
Kapitola 1.
pdfTeX warning (ext4): destination with the same identifier (name{page.3}) has
been already used, duplicate ignored
<to be read again>
\relax
l.13 \chapter
{Abstrakt} [3
]
Kapitola 2.
[4
]
Kapitola 3.
) (./xlanro00-Generovani-3D-modelu-otisku-prstu.bbl [5
]
LaTeX Warning: Empty `thebibliography' environment on input line 5.
)
\c@ttl@toc@chapters=\count346
(./xlanro00-Generovani-3D-modelu-otisku-prstu-30-prilohy-appendices.tex
[6
]
Příloha A.
)
\tf@ptc=\write6
\openout6 = `xlanro00-Generovani-3D-modelu-otisku-prstu.ptc'.
[7
] (./xlanro00-Generovani-3D-modelu-otisku-prstu.aux)
Package rerunfilecheck Info: File `xlanro00-Generovani-3D-modelu-otisku-prstu.o
ut' has not changed.
(rerunfilecheck) Checksum: BC22338126CD797A5DC99FB450544CBA;521.
)
Here is how much of TeX's memory you used:
15758 strings out of 478287
250717 string characters out of 5849289
569113 words of memory out of 5000000
33629 multiletter control sequences out of 15000+600000
524477 words of font info for 58 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
70i,5n,77p,438b,447s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texmf/fonts/enc/dvips/lm/lm-ec.enc}{/usr/share/texlive/texmf-dist
/fonts/enc/dvips/opensans/a_jg4h6q.enc}</usr/share/texlive/texmf-dist/fonts/typ
e1/ascender/opensans/OpenSans-Bold.pfb></usr/share/texmf/fonts/type1/public/lm/
lmbx10.pfb></usr/share/texmf/fonts/type1/public/lm/lmbx12.pfb></usr/share/texmf
/fonts/type1/public/lm/lmr10.pfb></usr/share/texmf/fonts/type1/public/lm/lmri10
.pfb>
Output written on xlanro00-Generovani-3D-modelu-otisku-prstu.pdf (10 pages, 385
419 bytes).
PDF statistics:
127 PDF objects out of 1000 (max. 8388607)
91 compressed objects within 1 object stream
15 named destinations out of 1000 (max. 500000)
56 words of extra memory for PDF output out of 10000 (max. 10000000)

@ -0,0 +1,5 @@
\BOOKMARK [0][-]{chapter.1}{\376\377\000\332\000v\000o\000d}{}% 1
\BOOKMARK [0][-]{chapter.2}{\376\377\000A\000b\000s\000t\000r\000a\000k\000t}{}% 2
\BOOKMARK [0][-]{chapter.3}{\376\377\000Z\000\341\000v\001\033\000r}{}% 3
\BOOKMARK [0][-]{chapter*.3}{\376\377\000L\000i\000t\000e\000r\000a\000t\000u\000r\000a}{}% 4
\BOOKMARK [0][-]{appendix.A}{\376\377\000J\000a\000k\000\040\000p\000r\000a\000c\000o\000v\000a\000t\000\040\000s\000\040\000t\000o\000u\000t\000o\000\040\001\141\000a\000b\000l\000o\000n\000o\000u}{}% 5

@ -0,0 +1,8 @@
\babel@toc {czech}{}\relax
\contentsline {chapter}{\numberline {1}Úvod}{3}{chapter.1}%
\contentsline {chapter}{\numberline {2}Abstrakt}{4}{chapter.2}%
\contentsline {chapter}{\numberline {3}Závěr}{5}{chapter.3}%
\contentsline {chapter}{Literatura}{6}{chapter*.3}%
\ttl@starttoc {chapters@1}
\contentsline {chapter}{\numberline {A}Jak pracovat s touto šablonou}{7}{appendix.A}%
\contentsfinish

@ -0,0 +1,381 @@
%==============================================================================
% Tento soubor použijte jako základ
% This file should be used as a base for the thesis
% Autoři / Authors: 2008 Michal Bidlo, 2022 Jaroslav Dytrych
% Kontakt pro dotazy a připomínky: sablona@fit.vutbr.cz
% Contact for questions and comments: sablona@fit.vutbr.cz
%==============================================================================
% kódování: UTF-8 (zmena prikazem iconv, recode nebo cstocs)
% encoding: UTF-8 (you can change it by command iconv, recode or cstocs)
%------------------------------------------------------------------------------
% zpracování / processing: make, make pdf, make clean
%==============================================================================
% Soubory, které je nutné upravit nebo smazat: / Files which have to be edited or deleted:
% xlanro00-Generovani-3D-modelu-otisku-prstu-20-literatura-bibliography.bib - literatura / bibliography
% xlanro00-Generovani-3D-modelu-otisku-prstu-01-kapitoly-chapters.tex - obsah práce / the thesis content
% xlanro00-Generovani-3D-modelu-otisku-prstu-01-kapitoly-chapters-en.tex - obsah práce v angličtině / the thesis content in English
% xlanro00-Generovani-3D-modelu-otisku-prstu-30-prilohy-appendices.tex - přílohy / appendices
% xlanro00-Generovani-3D-modelu-otisku-prstu-30-prilohy-appendices-en.tex - přílohy v angličtině / appendices in English
%==============================================================================
\documentclass[]{fitthesis} % bez zadání - pro začátek práce, aby nebyl problém s překladem
%\documentclass[english]{fitthesis} % without assignment - for the work start to avoid compilation problem
%\documentclass[zadani]{fitthesis} % odevzdani do IS VUT a/nebo tisk s barevnými odkazy - odkazy jsou barevné
%\documentclass[english,zadani]{fitthesis} % for submission to the IS VUT and/or print with color links - links are color
%\documentclass[zadani,print]{fitthesis} % pro černobílý tisk - odkazy jsou černé
%\documentclass[english,zadani,print]{fitthesis} % for the black and white print - links are black
%\documentclass[zadani,cprint]{fitthesis} % pro barevný tisk - odkazy jsou černé, znak VUT barevný
%\documentclass[english,zadani,cprint]{fitthesis} % for the print - links are black, logo is color
% Základní balíčky jsou dole v souboru šablony fitthesis.cls
% Basic packages are at the bottom of template file fitthesis.cls
% zde můžeme vložit vlastní balíčky / you can place own packages here
% Pro seznam zkratek lze využít balíček Glossaries - nutno odkomentovat i níže a při kompilaci z konzoly i v Makefile (plnou verzi pro Perl, nebo lite)
% The Glossaries package can be used for the list of abbreviations - it is necessary to uncomment also below. When compiling from the console also in the Makefile (full version for Perl or lite)
%\usepackage{glossaries}
%\usepackage{glossary-superragged}
%\makeglossaries
% Nastavení cesty k obrázkům
% Setting of a path to the pictures
%\graphicspath{{obrazky-figures/}{./obrazky-figures/}}
%\graphicspath{{obrazky-figures/}{../obrazky-figures/}}
%---rm---------------
\renewcommand{\rmdefault}{lmr}%zavede Latin Modern Roman jako rm / set Latin Modern Roman as rm
%---sf---------------
\renewcommand{\sfdefault}{qhv}%zavede TeX Gyre Heros jako sf
%---tt------------
\renewcommand{\ttdefault}{lmtt}% zavede Latin Modern tt jako tt
% vypne funkci šablony, která automaticky nahrazuje uvozovky,
% aby nebyly prováděny nevhodné náhrady v popisech API apod.
% disables function of the template which replaces quotation marks
% to avoid unnecessary replacements in the API descriptions etc.
\csdoublequotesoff
\usepackage{url}
% =======================================================================
% balíček "hyperref" vytváří klikací odkazy v pdf, pokud tedy použijeme pdflatex
% problém je, že balíček hyperref musí být uveden jako poslední, takže nemůže
% být v šabloně
% "hyperref" package create clickable links in pdf if you are using pdflatex.
% Problem is that this package have to be introduced as the last one so it
% can not be placed in the template file.
\ifWis
\ifx\pdfoutput\undefined % nejedeme pod pdflatexem / we are not using pdflatex
\else
\usepackage{color}
\usepackage[unicode,colorlinks,hyperindex,plainpages=false,pdftex]{hyperref}
\definecolor{hrcolor-ref}{RGB}{223,52,30}
\definecolor{hrcolor-cite}{HTML}{2F8F00}
\definecolor{hrcolor-urls}{HTML}{092EAB}
\hypersetup{
linkcolor=hrcolor-ref,
citecolor=hrcolor-cite,
filecolor=magenta,
urlcolor=hrcolor-urls
}
\def\pdfBorderAttrs{/Border [0 0 0] } % bez okrajů kolem odkazů / without margins around links
\pdfcompresslevel=9
\fi
\else % pro tisk budou odkazy, na které se dá klikat, černé / for the print clickable links will be black
\ifx\pdfoutput\undefined % nejedeme pod pdflatexem / we are not using pdflatex
\else
\usepackage{color}
\usepackage[unicode,colorlinks,hyperindex,plainpages=false,pdftex,urlcolor=black,linkcolor=black,citecolor=black]{hyperref}
\definecolor{links}{rgb}{0,0,0}
\definecolor{anchors}{rgb}{0,0,0}
\def\AnchorColor{anchors}
\def\LinkColor{links}
\def\pdfBorderAttrs{/Border [0 0 0] } % bez okrajů kolem odkazů / without margins around links
\pdfcompresslevel=9
\fi
\fi
% Řešení problému, kdy klikací odkazy na obrázky vedou za obrázek
% This solves the problems with links which leads after the picture
\usepackage[all]{hypcap}
% Informace o práci/projektu / Information about the thesis
%---------------------------------------------------------------------------
\projectinfo{
%Prace / Thesis
project={BP}, %typ práce BP/SP/DP/DR / thesis type (SP = term project)
year={2023}, % rok odevzdání / year of submission
date=\today, % datum odevzdání / submission date
%Nazev prace / thesis title
title.cs={Generování 3D modelu otisku prstu}, % název práce v češtině či slovenštině (dle zadání) / thesis title in czech language (according to assignment)
title.en={Generating a 3D Fingerprint Model}, % název práce v angličtině / thesis title in english
%title.length={14.5cm}, % nastavení délky bloku s titulkem pro úpravu zalomení řádku (lze definovat zde nebo níže) / setting the length of a block with a thesis title for adjusting a line break (can be defined here or below)
%sectitle.length={14.5cm}, % nastavení délky bloku s druhým titulkem pro úpravu zalomení řádku (lze definovat zde nebo níže) / setting the length of a block with a second thesis title for adjusting a line break (can be defined here or below)
%dectitle.length={14.5cm}, % nastavení délky bloku s titulkem nad prohlášením pro úpravu zalomení řádku (lze definovat zde nebo níže) / setting the length of a block with a thesis title above declaration for adjusting a line break (can be defined here or below)
%Autor / Author
author.name={Rostislav}, % jméno autora / author name
author.surname={Lán}, % příjmení autora / author surname
%author.title.p={Bc.}, % titul před jménem (nepovinné) / title before the name (optional)
%author.title.a={Ph.D.}, % titul za jménem (nepovinné) / title after the name (optional)
%Ustav / Department
department={UITS}, % doplňte příslušnou zkratku dle ústavu na zadání: UPSY/UIFS/UITS/UPGM / fill in appropriate abbreviation of the department according to assignment: UPSY/UIFS/UITS/UPGM
% Školitel / supervisor
supervisor.name={Petr}, % jméno školitele / supervisor name
supervisor.surname={Malaník}, % příjmení školitele / supervisor surname
supervisor.title.p={Ing.}, %titul před jménem (nepovinné) / title before the name (optional)
%supervisor.title.a={}, %titul za jménem (nepovinné) / title after the name (optional)
% Klíčová slova / keywords
keywords.cs={
otisk prstu, 3D model, generování 3D modelu otisků prstu,
tvorba falzifikátů, falzifikát, snímač otisků prstu, čtečka otisků prstu,
obrazový filtr,
3D tisk, pryskyřice pro 3D tisk, MSLA tiskárna
}, % klíčová slova v českém či slovenském jazyce / keywords in czech or slovak language
keywords.en={
fingerprint, finger, 3D model, 3D fingerprint model generation,
creation of fake fingerprints, fake fingerprints, fingerprint sensor, fingerprint reader,
image filter,
3D printing, 3D printing resin, MSLA printer
}, % klíčová slova v anglickém jazyce / keywords in english
%keywords.en={Here, individual keywords separated by commas will be written in English.},
% Abstrakt / Abstract
abstract.cs={
Tato práce se zabývá problematikou vytváření falzifikátů prstů z nasnímaných otisků prstů.
Hlavním cílem práce je vytvořit falzifikát otisku prstu schopný oklamat různé typy snímačů.
V rámci práce bude vytvořena aplikace, schopná načíst nasnímaný otisk, upravit je pomocí knihovny filtrů a převést je na trojrozměrný tisknutelný model.
TODO - postup, nástroje, řešení problému, vyhodnocení, splnění cíle
TODO - výsledky, jak dobře je problém řešen
TODO - přínos, užitečnost
Zasvědcuje čtenáře do problematiky a shrnuje teoretické poznatky, nabízí postupy řešení, navrhuje jej, implementuje a testuje.
},% abstrakt v českém či slovenském jazyce / abstract in czech or slovak language
abstract.en={
TODO
}, % abstrakt v anglickém jazyce / abstract in english
%abstract.en={An abstract of the work in English will be written in this paragraph.},
% Prohlášení (u anglicky psané práce anglicky, u slovensky psané práce slovensky; u projektové praxe lze zakomentovat) / Declaration (for thesis in english should be in english; for project practice can be commented out)
declaration={Prohlašuji, že jsem tuto bakalářskou práci vypracoval samostatně pod vedením pana Ing. Petra Malaníka.
Uvedl jsem všechny literární prameny, publikace a další zdroje, ze kterých jsem čerpal.},
%declaration={I hereby declare that this Bachelor's thesis was prepared as an original work by the author under the supervision of Mr. X
% The supplementary information was provided by Mr. Y
% I have listed all the literary sources, publications and other sources, which were used during the preparation of this thesis.},
% Poděkování (nepovinné, nejlépe v jazyce práce; nechcete-li, zakomentujte pro skrytí nadpisu) / Acknowledgement (optional, ideally in the language of the thesis; comment out for hiding including heading)
%acknowledgment={V této sekci je možno uvést poděkování vedoucímu práce a těm, kteří poskytli odbornou pomoc
%(externí zadavatel, konzultant apod.).},
%acknowledgment={Here it is possible to express thanks to the supervisor and to the people which provided professional help
%(external submitter, consultant, etc.).},
% Rozšířený abstrakt (cca 3 normostrany) - lze definovat zde nebo níže / Extended abstract (approximately 3 standard pages) - can be defined here or below
%extendedabstract={Do tohoto odstavce bude zapsán rozšířený výtah (abstrakt) práce v českém (slovenském) jazyce.},
%extabstract.odd={true}, % Začít rozšířený abstrakt na liché stránce? / Should extended abstract start on the odd page?
%faculty={FIT}, % FIT/FEKT/FSI/FA/FCH/FP/FAST/FAVU/USI/DEF
faculty.cs={Fakulta informačních technologií}, % Fakulta v češtině - pro využití této položky výše zvolte fakultu DEF / Faculty in Czech - for use of this entry select DEF above
faculty.en={Faculty of Information Technology}, % Fakulta v angličtině - pro využití této položky výše zvolte fakultu DEF / Faculty in English - for use of this entry select DEF above
department.cs={Ústav matematiky}, % Ústav v češtině - pro využití této položky výše zvolte ústav DEF nebo jej zakomentujte / Department in Czech - for use of this entry select DEF above or comment it out
department.en={Institute of intelligent systems} % Ústav v angličtině - pro využití této položky výše zvolte ústav DEF nebo jej zakomentujte / Department in English - for use of this entry select DEF above or comment it out
}
% Rozšířený abstrakt (cca 3 normostrany) - lze definovat zde nebo výše / Extended abstract (approximately 3 standard pages) - can be defined here or above
%\extendedabstract{Do tohoto odstavce bude zapsán výtah (abstrakt) práce v českém (slovenském) jazyce.}
% Začít rozšířený abstrakt na liché stránce? / Should extended abstract start on the odd page?
%\extabstractodd{true}
% nastavení délky bloku s titulkem pro úpravu zalomení řádku - lze definovat zde nebo výše / setting the length of a block with a thesis title for adjusting a line break - can be defined here or above
%\titlelength{14.5cm}
% nastavení délky bloku s druhým titulkem pro úpravu zalomení řádku - lze definovat zde nebo výše / setting the length of a block with a second thesis title for adjusting a line break - can be defined here or above
%\sectitlelength{14.5cm}
% nastavení délky bloku s titulkem nad prohlášením pro úpravu zalomení řádku - lze definovat zde nebo výše / setting the length of a block with a thesis title above declaration for adjusting a line break - can be defined here or above
%\dectitlelength{14.5cm}
% řeší první/poslední řádek odstavce na předchozí/následující stránce
% solves first/last row of the paragraph on the previous/next page
\clubpenalty=10000
\widowpenalty=10000
% checklist
\newlist{checklist}{itemize}{1}
\setlist[checklist]{label=$\square$}
% Kompilace po částech (rychlejší, ale v náhledu nemusí být vše aktuální)
% Compilation piecewise (faster, but not all parts in preview will be up-to-date)
% Další informace viz / For more information see https://www.overleaf.com/learn/latex/Multi-file_LaTeX_projects
% \usepackage{subfiles}
% Nechcete-li, aby se u oboustranného tisku roztahovaly mezery pro zaplnění stránky, odkomentujte následující řádek / If you do not want enlarged spacing for filling of the pages in case of duplex printing, uncomment the following line
% \raggedbottom
\begin{document}
% Vysazeni titulnich stran / Typesetting of the title pages
% ----------------------------------------------
\maketitle
% Obsah
% ----------------------------------------------
\setlength{\parskip}{0pt}
{\hypersetup{hidelinks}\tableofcontents}
% Seznam obrazku a tabulek (pokud prace obsahuje velke mnozstvi obrazku, tak se to hodi)
% List of figures and list of tables (if the thesis contains a lot of pictures, it is good)
\ifczech
\renewcommand\listfigurename{Seznam obrázků}
\fi
\ifslovak
\renewcommand\listfigurename{Zoznam obrázkov}
\fi
{\hypersetup{hidelinks}\listoffigures}
\ifczech
\renewcommand\listtablename{Seznam tabulek}
\fi
\ifslovak
\renewcommand\listtablename{Zoznam tabuliek}
\fi
% {\hypersetup{hidelinks}\listoftables}
% Seznam zkratek / List of abbreviations
%\ifczech
% \renewcommand*\glossaryname{Seznam zkratek}%
% \renewcommand*\entryname{Zkratka}
% \renewcommand*\descriptionname{Význam}
%\fi
%\ifslovak
% \renewcommand*\glossaryname{Zoznam skratiek}%
% \renewcommand*\entryname{Skratka}
% \renewcommand*\descriptionname{Význam}
%\fi
%\ifenglish
% \renewcommand*\glossaryname{List of abbreviations}%
% \renewcommand*\entryname{Abbreviation}
% \renewcommand*\descriptionname{Meaning}
%\fi
% Definice zkratek - z textu se odkazují např. \Gls{TFIDF}
% Definition of abbreviations - referred from the text e.g. \Gls{TFIDF}
%\newglossaryentry{TFIDF}
%{
% name={TFIDF},
% description={Term Frequency-Inverse Document Frequency}
%}
%
%\setglossarystyle{superragged}
%\printglossaries
\ifODSAZ
\setlength{\parskip}{0.5\bigskipamount}
\else
\setlength{\parskip}{0pt}
\fi
% vynechani stranky v oboustrannem rezimu
% Skip the page in the two-sided mode
\iftwoside
\cleardoublepage
\fi
% Text prace / Thesis text
% ----------------------------------------------
\ifenglish
\input{xlanro00-Generovani-3D-modelu-otisku-prstu-01-kapitoly-chapters-en}
\else
\input{xlanro00-Generovani-3D-modelu-otisku-prstu-01-kapitoly-chapters}
\fi
% Kompilace po částech (viz výše, nutno odkomentovat a zakomentovat input výše)
% Compilation piecewise (see above, it is necessary to uncomment it and comment out input above)
%\subfile{chapters/projekt-01-uvod-introduction}
% ...
%\subfile{chapters/projekt-05-zaver-conclusion}
% Pouzita literatura / Bibliography
% ----------------------------------------------
\ifslovak
\makeatletter
\def\@openbib@code{\addcontentsline{toc}{chapter}{Literatúra}}
\makeatother
\bibliographystyle{bib-styles/Pysny/skplain}
\else
\ifczech
\makeatletter
\def\@openbib@code{\addcontentsline{toc}{chapter}{Literatura}}
\makeatother
\bibliographystyle{bib-styles/Pysny/czplain}
\else
\makeatletter
\def\@openbib@code{\addcontentsline{toc}{chapter}{Bibliography}}
\makeatother
\bibliographystyle{bib-styles/Pysny/enplain}
% \bibliographystyle{alpha}
\fi
\fi
\begin{flushleft}
\bibliography{xlanro00-Generovani-3D-modelu-otisku-prstu-20-literatura-bibliography}
\end{flushleft}
% vynechani stranky v oboustrannem rezimu
% Skip the page in the two-sided mode
\iftwoside
\cleardoublepage
\fi
% Prilohy / Appendices
% ---------------------------------------------
\appendix
\ifczech
\renewcommand{\appendixpagename}{Přílohy}
\renewcommand{\appendixtocname}{Přílohy}
\renewcommand{\appendixname}{Příloha}
\fi
\ifslovak
\renewcommand{\appendixpagename}{Prílohy}
\renewcommand{\appendixtocname}{Prílohy}
\renewcommand{\appendixname}{Príloha}
\fi
% \appendixpage
% vynechani stranky v oboustrannem rezimu
% Skip the page in the two-sided mode
%\iftwoside
% \cleardoublepage
%\fi
\ifslovak
% \section*{Zoznam príloh}
% \addcontentsline{toc}{section}{Zoznam príloh}
\else
\ifczech
% \section*{Seznam příloh}
% \addcontentsline{toc}{section}{Seznam příloh}
\else
% \section*{List of Appendices}
% \addcontentsline{toc}{section}{List of Appendices}
\fi
\fi
\startcontents[chapters]
\setlength{\parskip}{0pt}
% seznam příloh / list of appendices
% \printcontents[chapters]{l}{0}{\setcounter{tocdepth}{2}}
\ifODSAZ
\setlength{\parskip}{0.5\bigskipamount}
\else
\setlength{\parskip}{0pt}
\fi
% vynechani stranky v oboustrannem rezimu
\iftwoside
\cleardoublepage
\fi
% Přílohy / Appendices
\ifenglish
\input{xlanro00-Generovani-3D-modelu-otisku-prstu-30-prilohy-appendices-en}
\else
\input{xlanro00-Generovani-3D-modelu-otisku-prstu-30-prilohy-appendices}
\fi
% Kompilace po částech (viz výše, nutno odkomentovat)
% Compilation piecewise (see above, it is necessary to uncomment it)
%\subfile{xlanro00-Generovani-3D-modelu-otisku-prstu-30-prilohy-appendices}
\end{document}

@ -0,0 +1,7 @@
\babel@toc {czech}{}\relax
\contentsline {chapter}{\numberline {1}Úvod}{3}{chapter.1}%
\contentsline {chapter}{\numberline {2}Abstrakt}{4}{chapter.2}%
\contentsline {chapter}{\numberline {3}Závěr}{5}{chapter.3}%
\contentsline {chapter}{Literatura}{6}{chapter*.3}%
\contentsline {chapter}{\numberline {A}Jak pracovat s touto šablonou}{7}{appendix.A}%
\contentsfinish
Loading…
Cancel
Save