Skip to content
Snippets Groups Projects
Commit bf07e2bd authored by Tomáš Nováček's avatar Tomáš Nováček
Browse files

Merge branch 'master' into novacek/old-template-sync

parents 6b55fb2a a18b8b08
No related branches found
No related tags found
No related merge requests found
image: texlive/texlive
image: texlive/texlive:latest
 
LuaLaTeX:
script:
......@@ -7,6 +7,11 @@ LuaLaTeX:
- latexmk -pdflua ctufit-thesis.tex
- latexmk -pdflua ctufit-thesis-en.tex
- latexmk -pdflua ctufit-thesis-sk.tex
artifacts:
paths:
- ctufit-thesis.pdf
- ctufit-thesis-en.pdf
- ctufit-thesis-sk.pdf
 
XeLaTeX:
script:
......@@ -15,6 +20,11 @@ XeLaTeX:
- latexmk -pdfxe ctufit-thesis.tex
- latexmk -pdfxe ctufit-thesis-en.tex
- latexmk -pdfxe ctufit-thesis-sk.tex
artifacts:
paths:
- ctufit-thesis.pdf
- ctufit-thesis-en.pdf
- ctufit-thesis-sk.pdf
 
pdfLaTeX:
script:
......
......@@ -267,13 +267,6 @@
{}
{}
 
% \titleformat{\subsection}
% {\frontsubsectionfont\color{heading}}{{{\color{black}\thesubsection}}}{1em}{}[\vskip -1em]
% \titleformat{\subsubsection}
% {\frontsubsubsectionfont\color{heading}}{{{\color{black}\thesubsubsection}}}{1em}{}[\vskip -1em]
% \makeatletter
\@openrightfalse
% \makeatother
......@@ -288,6 +281,9 @@
\def\frontsectionfont{\large\bfseries}
\def\frontsubsectionfont{\large}
\def\frontsubsubsectionfont{\bfseries}
\setcounter{secnumdepth}{4} % numbering sections; 4: subsubsection
\setcounter{tocdepth}{4} % table of content depth; 4: subsubsection
% frontmatter headings end
 
% frontmatter pseudochapters: named part without printing actual chapter heading
......@@ -308,7 +304,7 @@
\renewcommand*{\l@chapter}[2]{%
\stdl@chapter{\textcolor{heading}{#1}}{\textcolor{heading}{#2}}}
% \makeatother
% table of contents colored chapters end
% table of contents coloured chapters end
 
% headers and footers
% \makeatletter
......@@ -529,6 +525,7 @@
}{}%
\@ifpackageloaded{minted}{%
\DeclareRobustCommand{\listingscaption}{\thectufitlistinglabel}%
\SetupFloatingEnvironment{listing}{name=\listingscaption}
\DeclareRobustCommand{\listoflistingscaption}{\thectufitlollabel}%
\DeclareRobustCommand{\listlistingname}{\thectufitlollabel}%
\DeclareRobustCommand{\thectufitlistingscommand}{\listoflistings}%
......
......@@ -82,10 +82,6 @@
 
\RequirePackage{pdfpages}[2020/01/28]
 
\setcounter{secnumdepth}{4} % numbering sections; 4: subsubsection
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CUSTOMIZATION of this template END
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment