Commit b1dbc939 authored by Tereza Vrabcová's avatar Tereza Vrabcová
Browse files

Redefined keywords, keywords en in base.dtx

parent c9671157
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -1038,15 +1038,16 @@
% \end{macro}\begin{macro}{\thesis@blocks@keywords}
% The |\thesis@blocks@keywords| macro typesets the
% 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}
\def\thesis@blocks@keywords{%
  \begin{alwayssingle}%
    % Start the new chapter without clearing the left page.
    \clearpage
    {\let\thesis@blocks@clear\relax
    \chapter*{\thesis@@{keywordsTitle}}%
    \noindent\thesis@TeXkeywords}%
    \par\vfil\null
    {\let\thesis@blocks@clear\relax%
    \chapter*{\vspace*{\fill}\thesis@@{keywordsTitle}}}%
    \leavevmode\thesis@keywords  
  \end{alwayssingle}}
%    \end{macrocode}
% \end{macro}\begin{macro}{\thesis@blocks@keywordsEn}
@@ -1061,12 +1062,9 @@
  \ifthesis@english\else
    {\thesis@selectLocale{english}%
    \begin{alwayssingle}%
      % Start the new chapter without clearing the left page.
      \clearpage
      {\let\thesis@blocks@clear\relax%
      \chapter*{\thesis@english@keywordsTitle}}%
      \noindent\thesis@TeXkeywordsEn
      \par\vfil\null
      \chapter*{\vspace*{\fill}\thesis@english@keywordsTitle}}%
      \leavevmode\thesis@keywords
    \end{alwayssingle}}%
  \fi}
%    \end{macrocode}