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: LuaLaTeX:
script: script:
...@@ -7,6 +7,11 @@ LuaLaTeX: ...@@ -7,6 +7,11 @@ LuaLaTeX:
- latexmk -pdflua ctufit-thesis.tex - latexmk -pdflua ctufit-thesis.tex
- latexmk -pdflua ctufit-thesis-en.tex - latexmk -pdflua ctufit-thesis-en.tex
- latexmk -pdflua ctufit-thesis-sk.tex - latexmk -pdflua ctufit-thesis-sk.tex
artifacts:
paths:
- ctufit-thesis.pdf
- ctufit-thesis-en.pdf
- ctufit-thesis-sk.pdf
   
XeLaTeX: XeLaTeX:
script: script:
...@@ -15,6 +20,11 @@ XeLaTeX: ...@@ -15,6 +20,11 @@ XeLaTeX:
- latexmk -pdfxe ctufit-thesis.tex - latexmk -pdfxe ctufit-thesis.tex
- latexmk -pdfxe ctufit-thesis-en.tex - latexmk -pdfxe ctufit-thesis-en.tex
- latexmk -pdfxe ctufit-thesis-sk.tex - latexmk -pdfxe ctufit-thesis-sk.tex
artifacts:
paths:
- ctufit-thesis.pdf
- ctufit-thesis-en.pdf
- ctufit-thesis-sk.pdf
   
pdfLaTeX: pdfLaTeX:
script: script:
......
...@@ -267,13 +267,6 @@ ...@@ -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 % \makeatletter
\@openrightfalse \@openrightfalse
% \makeatother % \makeatother
...@@ -288,6 +281,9 @@ ...@@ -288,6 +281,9 @@
\def\frontsectionfont{\large\bfseries} \def\frontsectionfont{\large\bfseries}
\def\frontsubsectionfont{\large} \def\frontsubsectionfont{\large}
\def\frontsubsubsectionfont{\bfseries} \def\frontsubsubsectionfont{\bfseries}
\setcounter{secnumdepth}{4} % numbering sections; 4: subsubsection
\setcounter{tocdepth}{4} % table of content depth; 4: subsubsection
% frontmatter headings end % frontmatter headings end
   
% frontmatter pseudochapters: named part without printing actual chapter heading % frontmatter pseudochapters: named part without printing actual chapter heading
...@@ -308,7 +304,7 @@ ...@@ -308,7 +304,7 @@
\renewcommand*{\l@chapter}[2]{% \renewcommand*{\l@chapter}[2]{%
\stdl@chapter{\textcolor{heading}{#1}}{\textcolor{heading}{#2}}} \stdl@chapter{\textcolor{heading}{#1}}{\textcolor{heading}{#2}}}
% \makeatother % \makeatother
% table of contents colored chapters end % table of contents coloured chapters end
   
% headers and footers % headers and footers
% \makeatletter % \makeatletter
...@@ -529,6 +525,7 @@ ...@@ -529,6 +525,7 @@
}{}% }{}%
\@ifpackageloaded{minted}{% \@ifpackageloaded{minted}{%
\DeclareRobustCommand{\listingscaption}{\thectufitlistinglabel}% \DeclareRobustCommand{\listingscaption}{\thectufitlistinglabel}%
\SetupFloatingEnvironment{listing}{name=\listingscaption}
\DeclareRobustCommand{\listoflistingscaption}{\thectufitlollabel}% \DeclareRobustCommand{\listoflistingscaption}{\thectufitlollabel}%
\DeclareRobustCommand{\listlistingname}{\thectufitlollabel}% \DeclareRobustCommand{\listlistingname}{\thectufitlollabel}%
\DeclareRobustCommand{\thectufitlistingscommand}{\listoflistings}% \DeclareRobustCommand{\thectufitlistingscommand}{\listoflistings}%
......
...@@ -82,10 +82,6 @@ ...@@ -82,10 +82,6 @@
   
\RequirePackage{pdfpages}[2020/01/28] \RequirePackage{pdfpages}[2020/01/28]
   
\setcounter{secnumdepth}{4} % numbering sections; 4: subsubsection
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CUSTOMIZATION of this template END % 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