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

Removed redefinition of abstract from style/econ.dtx

parent 6fbacd90
No related branches found
No related tags found
No related merge requests found
...@@ -214,41 +214,18 @@ ...@@ -214,41 +214,18 @@
\end{minipage}} \end{minipage}}
\end{alwayssingle}} \end{alwayssingle}}
% \end{macrocode} % \end{macrocode}
% \end{macro}\begin{macro}{\thesis@blocks@abstract} % \end{macro}
% \changes{v0.3.46}{2017/06/02}{Redefined % \changes{v0.3.46}{2017/06/02}{Redefined
% \cs{thesis@blocks@abstract}, \cs{thesis@blocks@abstractEn}, % \cs{thesis@blocks@abstract}, \cs{thesis@blocks@abstractEn},
% \cs{thesis@blocks@keywords}, and \cs{thesis@blocks@keywordsEn} % \cs{thesis@blocks@keywords}, and \cs{thesis@blocks@keywordsEn}
% in \texttt{style/mu/fithesis-econ.sty} in accordance with the % in \texttt{style/mu/fithesis-econ.sty} in accordance with the
% example documents. The patch was submitted by Jana Ratajská. % example documents. The patch was submitted by Jana Ratajská.
% [VN]} % [VN]}
% \changes{v1.0.0}{2021/03/11}{Macros for abstract and abstractEn
% were moved to \texttt{base.dtx}. [TV]}
% The |\thesis@blocks@abstract| macro typesets the % The |\thesis@blocks@abstract| macro typesets the
% abstract. This definition typesets the abstract on the same page. % abstract. This definition typesets the abstract on the same page.
% \begin{macrocode} % \begin{macro}{\thesis@blocks@keywords}
\def\thesis@blocks@abstract{%
\begin{alwayssingle}%
\vskip 40\p@
{\let\thesis@blocks@clear\relax
\chapter*{\thesis@@{abstractTitle}}}%
\noindent\thesis@abstract
\end{alwayssingle}}
% \end{macrocode}
% \end{macro}\begin{macro}{\thesis@blocks@abstractEn}
% The |\thesis@blocks@abstractEn| macro typesets the abstract in
% English. If the current locale is English, the macro produces no
% output. This macro typesets the abstract on the same page.
% \begin{macrocode}
\def\thesis@blocks@abstractEn{%
\ifthesis@english\else
{\thesis@selectLocale{english}%
\begin{alwayssingle}%
\vskip 20\p@
{\let\thesis@blocks@clear\relax
\chapter*{\thesis@english@abstractTitle}}%
\noindent\thesis@abstractEn
\end{alwayssingle}}%
\fi}
% \end{macrocode}
% \end{macro}\begin{macro}{\thesis@blocks@keywords}
% The |\thesis@blocks@keywords| macro typesets the keywords. This % The |\thesis@blocks@keywords| macro typesets the keywords. This
% definition typesets the keywords on the same page. % definition typesets the keywords on the same page.
% \begin{macrocode} % \begin{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