summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/mu/sci.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/style/mu/sci.dtx')
-rw-r--r--macros/latex/contrib/fithesis/style/mu/sci.dtx39
1 files changed, 34 insertions, 5 deletions
diff --git a/macros/latex/contrib/fithesis/style/mu/sci.dtx b/macros/latex/contrib/fithesis/style/mu/sci.dtx
index 106fec5197..b66d576af3 100644
--- a/macros/latex/contrib/fithesis/style/mu/sci.dtx
+++ b/macros/latex/contrib/fithesis/style/mu/sci.dtx
@@ -12,7 +12,7 @@
% _-_Pokyny_pro_vypracovani_bc._dipl._a_rigor.praci.pdf}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-mu-sci}[2021/04/24]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-sci}[2021/07/18]
% \end{macrocode}
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
@@ -80,13 +80,29 @@
% of the front matter front matter of the thesis. The front matter
% is typeset without any visible numbering, as mandated by the
% formal requirements of the faculty.
+% \changes{v1.0.1}{2021/07/18}{^^A
+% Display page numbers for the Faculty of Science starting with
+% the table of contents. [VN]}
% \begin{macrocode}
\def\thesis@blocks@frontMatter{%
\thesis@blocks@clear
\pagestyle{empty}
\parindent 1.5em
\setcounter{page}{1}
- \pagenumbering{roman}}
+ \pagenumbering{arabic}}
+% \end{macrocode}
+% The |\thesis@blocks@mainMatter| macro sets up the style
+% of the main matter of the thesis. The page numbering doesn't
+% reset at the beginning of the main thesis in accordance with the
+% formal requirements of the faculty.
+% \changes{v1.0.1}{2021/07/18}{^^A
+% Display page numbers for the Faculty of Science starting with
+% the table of contents. [VN]}
+% \begin{macrocode}
+\def\thesis@blocks@mainMatter{%
+ \thesis@blocks@clear
+ \pagestyle{thesisheadings}
+ \parindent 1.5em\relax}
% \end{macrocode}
% \end{macro}
% \changes{v1.0.0}{2018/11/18}{^^A
@@ -117,9 +133,15 @@
\thesis@blocks@titlePage
\thesis@blocks@seal
\ifx\thesis@type\thesis@proposal
- \thesis@blocks@toc
+% \end{macrocode}
+% \changes{v1.0.1}{2021/07/18}{^^A
+% Display page numbers for the Faculty of Science starting with
+% the table of contents. [VN]}
+% \begin{macrocode}
+ \thesis@blocks@clear
+ \pagestyle{plain}
+ \thesis@blocks@toc
\else
- \thesis@blocks@seal
\thesis@blocks@bibEntry
\thesis@blocks@bibEntryEn
\thesis@blocks@clear
@@ -129,7 +151,14 @@
\thesis@blocks@assignment
\thesis@blocks@thanks
\thesis@blocks@declaration
- \thesis@blocks@tables
+% \end{macrocode}
+% \changes{v1.0.1}{2021/07/18}{^^A
+% Display page numbers for the Faculty of Science starting with
+% the table of contents. [VN]}
+% \begin{macrocode}
+ \thesis@blocks@clear
+ \pagestyle{plain}
+ \thesis@blocks@tables
\fi}
\def\thesis@blocks@postamble{%
\thesis@blocks@bibliography}