Skip to content
Snippets Groups Projects
Commit 12f03351 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

`\thesis@blocks@clear` only makes pagestyle `empty`, when clearing page.

parent 956fe773
No related branches found
No related tags found
No related merge requests found
......@@ -531,12 +531,19 @@
% The |\thesis@blocks@clear| macro clears the current page.
% It also clears the next left-hand (even-numbered) page, when
% double-sided typesetting is enabled.
% \changes{v0.3.45}{2017/05/24}{\cs{thesis@blocks@clear} now only
% sets the pagestyle to |empty|, when there is a left-hand
% (even-numbered) page to clear. [VN]}
% \begin{macrocode}
% \begin{macrocode}
\def\thesis@blocks@clear{%
\ifthesis@twoside@
\clearpage
\thispagestyle{empty}%
\cleardoublepage
\ifodd\value{page}\else%
\thispagestyle{empty}%
\hbox{}%
\newpage
\fi
\else
\newpage
\fi}
......
......@@ -426,6 +426,7 @@
% formal requirements of the faculty.
% \begin{macrocode}
\def\thesis@blocks@frontMatter{%
\thesis@blocks@clear
\pagestyle{empty}
\parindent 1.5em
\setcounter{page}{1}
......@@ -452,7 +453,6 @@
\ifthesis@cover@
\thesis@blocks@clear
\begin{alwayssingle}
\thispagestyle{empty}
\begin{center}
{\sc\thesis@titlePage@LARGE\thesis@czech@universityName\\%
\thesis@titlePage@Large\thesis@czech@facultyName\\[0.3em]%
......@@ -489,7 +489,6 @@
\def\thesis@blocks@titlePage{%
\thesis@blocks@clear
\begin{alwayssingle}
\thispagestyle{empty}
% The top of the page
\begin{adjustwidth}{-12mm}{}
\begin{minipage}{30mm}
......
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