details
This commit is contained in:
parent
f68e913344
commit
845bd18b2f
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
What's new:
|
What's new:
|
||||||
|
|
||||||
- modern packages (biblatex, cleveref, font choices)
|
- modern packages (biblatex, cleveref, better fonts)
|
||||||
- useful hints and some example typesetting
|
- some useful goodies
|
||||||
- less confusing directory structure
|
- less confusing directory structure
|
||||||
- slightly more useful examples (figures, diagrams, tables, code listings)
|
- slightly more useful examples (figures, diagrams, tables, code listings)
|
||||||
- autobuilding of abstract PDF/A from metadata
|
- autobuilding of abstract PDF/A from metadata
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
%\def\SupervisedThesisName{\ifEN doctoral \else disertační \fi}
|
%\def\SupervisedThesisName{\ifEN doctoral \else disertační \fi}
|
||||||
|
|
||||||
|
|
||||||
%%% Fill in your details in the rest of the file %%%
|
%%% Fill in your details %%%
|
||||||
|
|
||||||
% (Note: \xxx is a "ToDo label" which makes the unfilled visible. Remove it.)
|
% (Note: \xxx is a "ToDo label" which makes the unfilled visible. Remove it.)
|
||||||
\def\ThesisTitle{\xxx{Thesis title}}
|
\def\ThesisTitle{\xxx{Thesis title}}
|
||||||
\def\ThesisAuthor{\xxx{Name Surname}}
|
\def\ThesisAuthor{\xxx{Your Name Surname}}
|
||||||
\def\YearSubmitted{\xxx{YEAR}}
|
\def\YearSubmitted{\xxx{YEAR}}
|
||||||
|
|
||||||
% department assigned to the thesis
|
% department assigned to the thesis
|
||||||
|
37
thesis.tex
37
thesis.tex
@ -9,13 +9,13 @@
|
|||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
|
|
||||||
% The geometry modification is recommended by the official template, but
|
% See https://en.wikipedia.org/wiki/Canons_of_page_construction before
|
||||||
% clashes heavily with the existing page design guidelines. Decide for yourself.
|
% modifying the size of printable area. LaTeX defaults are great.
|
||||||
% (also see https://en.wikipedia.org/wiki/Canons_of_page_construction )
|
% If you feel it would help anything, you can enlarge the printable area a bit:
|
||||||
%
|
%\usepackage[textwidth=390pt,textheight=630pt]{geometry}
|
||||||
|
% Also, this is the official recommendation (a bit harsh though):
|
||||||
%\usepackage[textwidth=145mm,textheight=247mm]{geometry}
|
%\usepackage[textwidth=145mm,textheight=247mm]{geometry}
|
||||||
|
|
||||||
|
|
||||||
%%% FONTS %%%
|
%%% FONTS %%%
|
||||||
\usepackage{lmodern} % TeX "original" (this sets up the latin mono)
|
\usepackage{lmodern} % TeX "original" (this sets up the latin mono)
|
||||||
|
|
||||||
@ -25,18 +25,20 @@
|
|||||||
%\usepackage[scale=0.96]{tgpagella} % Palladio-like (popular in formal logic).
|
%\usepackage[scale=0.96]{tgpagella} % Palladio-like (popular in formal logic).
|
||||||
|
|
||||||
% Optionally choose a custom sans-serif fonts (e.g. for figures and tables).
|
% Optionally choose a custom sans-serif fonts (e.g. for figures and tables).
|
||||||
% Default sans-serif font is usually Computer Modern Sans; some font packages
|
% Default sans-serif font is usually Latin Modern Sans. Some font packages
|
||||||
% (e.g. libertinus) replace that with a better matching sans-serif font.
|
% (e.g. libertinus) replace that with a better matching sans-serif font.
|
||||||
%\usepackage{tgheros} % recommended and very readable (Helvetica-like)
|
%\usepackage{tgheros} % recommended and very readable (Helvetica-like)
|
||||||
%\usepackage{FiraSans} % looks great
|
%\usepackage{FiraSans} % looks great
|
||||||
% DO NOT typeset the main text in sans-serif font!
|
% DO NOT typeset the main text in sans-serif font!
|
||||||
% Serifs make the text readable.
|
% The serifs make the text easily readable on the paper.
|
||||||
|
|
||||||
% IMPORTANT FONT NOTE: Some font requires additional PDF/A conversion by
|
% IMPORTANT FONT NOTE: Some fonts require additional PDF/A conversion using
|
||||||
% pdfa.sh. These include: tgpagella
|
% the pdfa.sh script. These currently include only 'tgpagella'; but various
|
||||||
|
% other fonts from the texlive distribution need that too (mainly the Droid
|
||||||
|
% font family).
|
||||||
|
|
||||||
|
|
||||||
% some extra packages
|
% some useful packages
|
||||||
\usepackage{amsmath,amsfonts,amsthm,bm}
|
\usepackage{amsmath,amsfonts,amsthm,bm}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
@ -52,22 +54,25 @@
|
|||||||
|
|
||||||
% remove this if you won't typeset TikZ graphics
|
% remove this if you won't typeset TikZ graphics
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usetikzlibrary{positioning} %possibly add more libraries, e.g. fit, decorations, ...
|
\usetikzlibrary{positioning} %add libraries as needed (shapes, decorations, ...)
|
||||||
|
|
||||||
% remove this if you won't typeset any pseudocode
|
% remove this if you won't typeset any pseudocode
|
||||||
\usepackage{algpseudocode}
|
\usepackage{algpseudocode}
|
||||||
\usepackage{algorithm}
|
\usepackage{algorithm}
|
||||||
|
|
||||||
% remove this if you are not listing code
|
% remove this if you won't list any source code
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
|
|
||||||
|
|
||||||
\hypersetup{unicode}
|
\hypersetup{unicode}
|
||||||
\hypersetup{breaklinks=true}
|
\hypersetup{breaklinks=true}
|
||||||
|
|
||||||
\usepackage[noabbrev]{cleveref}
|
\usepackage[noabbrev]{cleveref}
|
||||||
|
|
||||||
\input{todos} % remove this before the final version
|
\input{todos} % remove this before compiling the final version
|
||||||
\input{macros}
|
|
||||||
|
\input{macros} % use this file for various custom definitions
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
@ -84,7 +89,9 @@
|
|||||||
|
|
||||||
\appendix
|
\appendix
|
||||||
\include{howto}
|
\include{howto}
|
||||||
%\include{attachments} % include if your attachments are somehow complicated
|
|
||||||
|
% if your attachments are complicated, describe them in a separate appendix
|
||||||
|
%\include{attachments}
|
||||||
|
|
||||||
\openright
|
\openright
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user