Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LaTeX template for theses at FIT CTU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT LaTeX templates
LaTeX template for theses at FIT CTU
Commits
66ad67b5
Commit
66ad67b5
authored
1 year ago
by
Ondřej Guth
Browse files
Options
Downloads
Plain Diff
Merge branch 'novacek/cls-warnings-fix' into 'master'
Opravy warningů v šabloně See merge request
!6
parents
d752f219
b00c72d0
No related branches found
No related tags found
1 merge request
!6
Opravy warningů v šabloně
Pipeline
#400868
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ctufit-thesis.cls
+7
-2
7 additions, 2 deletions
ctufit-thesis.cls
ctufit-thesis.tex
+1
-1
1 addition, 1 deletion
ctufit-thesis.tex
with
8 additions
and
3 deletions
ctufit-thesis.cls
+
7
−
2
View file @
66ad67b5
...
...
@@ -315,8 +315,13 @@
\renewcommand{\sectionmark}[1]{\markright{#1}}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE]{\leavevmode\smash{\llap{\color{headgray} \bfseries \thepage \hspace*{4em}}}}
\fancyhead[RE]{\color{headgray}\bfseries\nouppercase{\leftmark}}
\if@twoside
\fancyhead[LE]{\leavevmode\smash{\llap{\color{headgray} \bfseries \thepage \hspace*{4em}}}}
\fancyhead[RE]{\color{headgray}\bfseries\nouppercase{\leftmark}}
\else
\fancyhead[L]{\leavevmode\smash{\llap{\color{headgray} \bfseries \thepage \hspace*{4em}}}}
\fancyhead[R]{\color{headgray}\bfseries\nouppercase{\leftmark}}
\fi
\fancyhead[RO]{\leavevmode\smash{\rlap{\hspace*{4em}\color{headgray}\bfseries\thepage}}}
\fancyhead[LO]{\color{headgray}\bfseries\nouppercase{\rightmark}}
\renewcommand{\headrulewidth}{0pt}
...
...
This diff is collapsed.
Click to expand it.
ctufit-thesis.tex
+
1
−
1
View file @
66ad67b5
...
...
@@ -94,11 +94,11 @@
%%%%%%%%%%%%%%%%%%%%%%
\usepackage
{
dirtree
}
\usepackage
{
lipsum,tikz
}
\usepackage
{
csquotes
}
\usepackage
[style=iso-numeric]
{
biblatex
}
\addbibresource
{
text/bib-database.bib
}
\usepackage
{
listings
}
% typesetting of sources
%\usepackage[newfloat]{minted}\captionsetup[listing]{position=top} % typesetting of sources
\usepackage
{
csquotes
}
%theorems, definitions, etc.
\theoremstyle
{
plain
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment