diff --git a/style/mu/sci.dtx b/style/mu/sci.dtx index f3f383fb21f01a026165de47cb359863d1581321..66cd69bc60bce2c67ef4a783752bdf7e5a07492b 100644 --- a/style/mu/sci.dtx +++ b/style/mu/sci.dtx @@ -97,29 +97,19 @@ \def\thesis@blocks@preamble{ \thesis@blocks@coverMatter \thesis@blocks@cover - \thesis@blocks@frontMatter \thesis@blocks@titlePage - \thesis@blocks@clearRight - \thesis@blocks@bibEntryCs - \thesis@blocks@bibEntry - \thesis@blocks@bibEntryEn - \thesis@blocks@abstractCs - \ifthesis@abstractonsinglepage@ - \begingroup - \let\clearpage\relax - \fi - \thesis@blocks@abstract - \thesis@blocks@abstractEn - \ifthesis@abstractonsinglepage@ - \endgroup - \fi - \thesis@blocks@assignment - {\thesis@selectLocale{czech}% - \thesis@blocks@thanks - \thesis@blocks@declaration - \thesis@blocks@clear - \pagestyle{plain}% - \thesis@blocks@tables}} + \thesis@blocks@frontMatter + \ifx\thesis@type\thesis@proposal + \thesis@blocks@toc + \else + \thesis@blocks@assignment + \thesis@blocks@declaration + \thesis@blocks@thanks + \thesis@blocks@clearRight + \thesis@blocks@abstract + \thesis@blocks@keywords + \thesis@blocks@tables + \fi} \def\thesis@blocks@postamble{% \thesis@blocks@bibliography} % \end{macrocode}