Skip to content
Snippets Groups Projects
Commit b1dbc939 authored by Tereza Vrabcová's avatar Tereza Vrabcová
Browse files

Redefined keywords, keywords en in base.dtx

parent c9671157
No related branches found
No related tags found
No related merge requests found
...@@ -1038,15 +1038,16 @@ ...@@ -1038,15 +1038,16 @@
% \end{macro}\begin{macro}{\thesis@blocks@keywords} % \end{macro}\begin{macro}{\thesis@blocks@keywords}
% The |\thesis@blocks@keywords| macro typesets the % The |\thesis@blocks@keywords| macro typesets the
% keywords. % keywords.
% \changes{v1.0.0}{2021/03/22}{Redefined keywords, keywordsEn
% macros so they by default start on the same page as the
% the previous element and are in the lower part of the page.
% [TV]}
% \begin{macrocode} % \begin{macrocode}
\def\thesis@blocks@keywords{% \def\thesis@blocks@keywords{%
\begin{alwayssingle}% \begin{alwayssingle}%
% Start the new chapter without clearing the left page. {\let\thesis@blocks@clear\relax%
\clearpage \chapter*{\vspace*{\fill}\thesis@@{keywordsTitle}}}%
{\let\thesis@blocks@clear\relax \leavevmode\thesis@keywords
\chapter*{\thesis@@{keywordsTitle}}%
\noindent\thesis@TeXkeywords}%
\par\vfil\null
\end{alwayssingle}} \end{alwayssingle}}
% \end{macrocode} % \end{macrocode}
% \end{macro}\begin{macro}{\thesis@blocks@keywordsEn} % \end{macro}\begin{macro}{\thesis@blocks@keywordsEn}
...@@ -1061,12 +1062,9 @@ ...@@ -1061,12 +1062,9 @@
\ifthesis@english\else \ifthesis@english\else
{\thesis@selectLocale{english}% {\thesis@selectLocale{english}%
\begin{alwayssingle}% \begin{alwayssingle}%
% Start the new chapter without clearing the left page.
\clearpage
{\let\thesis@blocks@clear\relax% {\let\thesis@blocks@clear\relax%
\chapter*{\thesis@english@keywordsTitle}}% \chapter*{\vspace*{\fill}\thesis@english@keywordsTitle}}%
\noindent\thesis@TeXkeywordsEn \leavevmode\thesis@keywords
\par\vfil\null
\end{alwayssingle}}% \end{alwayssingle}}%
\fi} \fi}
% \end{macrocode} % \end{macrocode}
......
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