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

Fixed header overflow warning

parent 0c5f065f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology]
 
Version
--------
1.3.0, built 17. 6. 2024. The whole changelog can be found in the [Changelog file](changelog.md).
1.3.1, built 17. 6. 2024. The whole changelog can be found in the [Changelog file](changelog.md).
 
 
Bugs and support
......
......@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
 
## [1.3.1] - 17. 6. 2024
Fixed warning about header height.
### Fixed
- Fixed "Package fancyhdr Warning: \headheight..." warning.
## [1.3.0] - 17. 6. 2024
Dropped older compilers that do not support computer-read PDFs (e.g., the text could not be copy-pasted). Now, only XeLaTeX and LuaLaTeX can be used.
......
......@@ -326,6 +326,8 @@
\fi
\fancyhead[RO]{\leavevmode\smash{\rlap{\hspace*{0em}\color{headgray}\bfseries\thepage}}}
\fancyhead[LO]{\color{headgray}\bfseries\nouppercase{\rightmark}}
\setlength{\headheight}{14.05pt}
\addtolength{\topmargin}{-2.05pt}
\renewcommand{\headrulewidth}{0pt}
% headers and footers end
 
......
%% This is the ctufit-thesis example file. It is used to produce theses
%% for submission to Czech Technical University, Faculty of Information Technology.
%%
%% This is version 1.3.0, built 17. 6. 2024.
%% This is version 1.3.1, built 17. 6. 2024.
%%
%% Get the newest version from
%% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX
......
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