Česká verze tohoto souboru je popis.txt Czech version of this file is popis.txt Changelog against the original template from 2009: - "SP" was added into cls/fitthesis.cls (term project - "semestrální projekt" in czech) - fontenc (to allow copy and paste from the thesis) - format citations according to ISO (czech original http://www.fit.vutbr.cz/~martinek/latex/czechiso.html.cs.iso-8859-2 ) - listoffigures, listoftables, appendix - Year using \yyyydate - parameter "print" for \documentclass[print]{...}, which makes the links black by disabling of them (red table of contents is not good in the printed version) - converted to UTF-8 (it is default in Linux, in the windows it should be possible too) - \listoffigures and \listoftables aded into comments sablona2016 has the following changes against template from 2009: - change to UTF-8 finished, - assignment inclusion added, - changes to really allow copy and paste from pdf, - variant with black links for print added, - automatic replacement of quotation marks disabled (it makes troubles in the code examples, czech ones can be created by \uv{}), - list of figures, tables and bibliography renamed, - fixed wrong headings of the appendices in czech, - list of appendices added, - better bibliography, - bibliography in the table of contents, - fixed wrong supervisor description for dissertation in czech, - cover redesigned (for diploma or bachelor's thesis they are newly in IS FIT - in the template it is for Ph.D. thesis only) - better switching into english, - fixed format of citation, - Slovak language support, - instructions for thesis creation added into the template, - english texts for students from abroad In English or Slovak version it is necessary to have a declaration, acknowledgement etc. in English. The template contains also experimental functions for implementation of JVS VUT (common visual style of BUT). JVS will be demanding from next year, so now it is still in the process of debugging. These functions are disabled at the template and it is recommended not to use them. Uncommenting and using of it is at your own risk. In such case it is recommended to use Open Sans bold on title page (do not use gray color - it is forbidden). For the rest of the text, it is not possible to recommend anything as every possibility is not good from some point of view. Is forbidden to print color logo in black and white. All fonts used have to be included in the resulting PDF. If the output of "pdffonts projekt.pdf" will contain "no", it is a rough violation of the rules and the reviewer can punish it considerable. To use bundled fonts it is necessary to copy the content of directories with fonts and the file T1-WGL4.enc into the directory with the template. Then at your own risk uncomment parameters in the template which can be used in the project.tex later. JVS will set new look of title page, T[font] the font of the title page and [font] the font of the thesis. alternativaBib contains an alternative style for BibTeX by Radim Loskot with an example of usage and an alternative style for BibTeX by Radek Pyšný (http://www.fit.vutbr.cz/study/DP/BP.php?id=7848 - in Czech only). Both are created for Czech thesis. Scanned assignment should be named zadani.pdf - it will be placed into the proper page automatically. For submission into the information system following row should be uncommented in the project.tex: \documentclass[english,zadani]{fitthesis} and for the print following row \documentclass[english,zadani,print]{fitthesis} Warning - there can appear a problem with page numbering! - If the table of contents is on two pages where only Appendices and List of Appendices (but without any appendix) is on second one, page numbering is shifted about one page (table of content is wrong). - If the bibliography is on the second or third page of table of contents, it has the same effect. - To solve it you can have more or nothing on the last page of the table of contents or set the counter manually. - Maybe there is another way how to achieve this problem. It is always good to check page numbering before submission! Do not forget that the vlna is not solving all the non breaking spaces. It is always necessary to check and finalise the result manually. There should not be something inappropriate at the end of the line. For the Czech language, it is described on http://prirucka.ujc.cas.cz/?id=880 and additionally it is not good if monosyllabic conjunctions and prepositions are at the end of the line. It was described on the same page before, but it is typographic recommendation and not language recommendation so it was removed. But it still can be found on some guidelines to elaborate graduation thesis, bachelor's thesis or diploma thesis and then in reviews of the reviewers. For the English it is described for example here: https://24ways.org/2013/run-ragged/ - there are rules as "Never break a line immediately following a preposition", "Never break a line immediately following a dash", "No small words at the end of a line" (two or three letters), "to not allow more than two consecutive lines to end with a hyphen" and "Don’t break emphasised phrases of three or fewer words". Double sided printing: - Double sided printing is allowed, but still not preferred. - Double sided printing has to be always consulted with the supervisor !!! - If the thesis is printed double sided and its thickness is less than the thickness of the cover, it doesn't look good (if the thesis has the usual extent without appendices, one sided printing is preferred) - Usage: \documentclass[twoside]{fitthesis} - After the printing of double sided paper. it is necessary to check it - if you will illuminate through it, it should have page layout on both sides in the same position (rows are overlapping). Less quality printers with duplex unit often have shifted about 1 to 3 mm. This can be solved on some printers by printing odd pages, then put the result back into tray and print the even pages. - After the title page, the table of content, the bibliography, the title page of appendices, the list of appendices and the eventual other lists it is necessary to leave a blank page to achieve that next part will start on odd page (use \cleardoublepage). - Finite result have to be carefully checked. Useful packages for LaTeX -------------------------- Solving of the problem where clickable links to the figures leads after the figure: \usepackage[all]{hypcap} Equations: \usepackage{amsmath} Figure placement: \usepackage{float} \usepackage{afterpage} Alterations of settings of the Verbatim: \usepackage{fancyvrb} \usepackage{alltt} Enrichment of table properties: \usepackage{makecell} \usepackage{tabularx} Alterations of word wrap: \usepackage{hyphenat} Direct drawing of the pictures: \usepackage{picture} \usepackage{epic} \usepackage{eepic} Useful settings: ------------------- Setting of line breaking and page breaking (to prevent one line of the paragraph to be placed on the following page, etc.) - not tested - maybe should be fine tuned: \clubpenalty 10000 \widowpenalty 10000 \sloppy Macros for typesetting of the mathematics (not tested): \newcommand{\ud}{\,\mathrm{d}} \newcommand{\e}{\mathrm{e}} \newcommand{\lb}{\left(} \newcommand{\rb}{\right)} \newcommand{\la}{\left\langle} \newcommand{\ra}{\right\rangle}