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

Merge branch 'novacto3/head-hight-warning-fix' into 'master'

[v1.3.3] Fix of warnings about headhight from fancyhdr package

See merge request theses-templates/FITthesis-LaTeX!29
parents 6349e566 e1b1c9da
No related branches found
No related tags found
1 merge request!29[v1.3.3] Fix of warnings about headhight from fancyhdr package
Pipeline #450278 passed
...@@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology] ...@@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology]
   
Version Version
-------- --------
1.3.2, built 18. 6. 2024. The whole changelog can be found in the [Changelog file](changelog.md). 1.3.3, built 22. 6. 2024. The whole changelog can be found in the [Changelog file](changelog.md).
   
   
Bugs and support Bugs and support
...@@ -29,8 +29,4 @@ Previous maintainers ...@@ -29,8 +29,4 @@ Previous maintainers
------------------- -------------------
   
* [Ondřej Guth](https://usermap.cvut.cz/profile/guthondr) * [Ondřej Guth](https://usermap.cvut.cz/profile/guthondr)
* [Eliška Šestáková](https://usermap.cvut.cz/profile/sestaeli) * [Eliška Šestáková](https://usermap.cvut.cz/profile/sestaeli)
\ No newline at end of file
...@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
   
# [1.3.3] - 22. 6. 2024
Fixed warning about header height. Update of arara compilation settings.
### Fixed
- Fixed "Package fancyhdr Warning: \headheight..." warning.
### Changed
- Changed arara settings to properly match the new default compiler.
## [1.3.2] - 18. 6. 2024 ## [1.3.2] - 18. 6. 2024
Improvements of captions in the example. Improvements of captions in the example.
......
...@@ -332,6 +332,8 @@ ...@@ -332,6 +332,8 @@
\fi \fi
\fancyhead[RO]{\leavevmode\smash{\rlap{\hspace*{0em}\color{headgray}\bfseries\thepage}}} \fancyhead[RO]{\leavevmode\smash{\rlap{\hspace*{0em}\color{headgray}\bfseries\thepage}}}
\fancyhead[LO]{\color{headgray}\bfseries\nouppercase{\rightmark}} \fancyhead[LO]{\color{headgray}\bfseries\nouppercase{\rightmark}}
\setlength{\headheight}{14.05pt}
\addtolength{\topmargin}{-2.05pt}
\renewcommand{\headrulewidth}{0pt} \renewcommand{\headrulewidth}{0pt}
% headers and footers end % headers and footers end
   
......
%% This is the ctufit-thesis example file. It is used to produce theses %% This is the ctufit-thesis example file. It is used to produce theses
%% for submission to Czech Technical University, Faculty of Information Technology. %% for submission to Czech Technical University, Faculty of Information Technology.
%% %%
%% This is version 1.3.2, built 18. 6. 2024. %% This is version 1.3.3, built 22. 6. 2024.
%% %%
%% Get the newest version from %% Get the newest version from
%% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX %% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
%% %%
%% %%
   
% arara: pdflatex % arara: xelatex
% arara: biber % arara: biber
% arara: pdflatex % arara: xelatex
% arara: pdflatex % arara: xelatex
   
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CLASS OPTIONS % CLASS OPTIONS
......
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