diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu')
3 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx index f41f6fa10cd..606c9133f8b 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx @@ -7,7 +7,7 @@ % 363/Smernice2014-9.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2016/02/18] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -113,7 +113,11 @@ % \begin{macrocode} \def\thesis@blocks@mainMatter{% \thesis@blocks@clear - \pagestyle{thesisheadings} + % In case of double-sided typesetting, change the geometry + \ifthesis@twoside@ + \newgeometry{top=25mm,bottom=20mm,left=35mm, + right=15mm, includeheadfoot} + \fi\pagestyle{thesisheadings} \parindent 1.5em\relax} % \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@toc} diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx index 7b69d376c70..471763b0dd7 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx @@ -1,4 +1,4 @@ -% \file{style/mu/fithesis-fss.sty} +% \file{style/mu/fithesis-fsps.sty} % This is the style file for the theses written at the Faculty of % Sports Studies at the Masaryk University in Brno. It has been % prepared in accordance with the formal requirements published at diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx index a1620d99e2e..16c72d811bf 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx @@ -7,7 +7,7 @@ % ZITOSTI_ZAVERECNE_PRACE.doc}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-med}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/02/18] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -114,7 +114,11 @@ % \begin{macrocode} \def\thesis@blocks@mainMatter{% \thesis@blocks@clear - \setcounter{page}{1} + % In case of double-sided typesetting, change the geometry + \ifthesis@twoside@ + \newgeometry{top=25mm,bottom=20mm,left=35mm, + right=15mm, includeheadfoot} + \fi\setcounter{page}{1} \pagenumbering{arabic} \pagestyle{thesisheadings} \parindent 1.5em |