summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-19 23:39:55 +0000
committerKarl Berry <karl@freefriends.org>2016-02-19 23:39:55 +0000
commit08997fb6f3102311fc047d72d05996fee25271cf (patch)
treeb5a437f54b91a1dd79864359471ae344ee557215 /Master/texmf-dist/source/latex/fithesis
parentf095179c38e70c6e2f4a8c32f261538846db66be (diff)
fithesis (19feb16)
git-svn-id: svn://tug.org/texlive/trunk@39786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/fithesis.dtx27
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx8
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx2
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx8
4 files changed, 30 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx
index 91e3b33c21c..a95f132dd54 100644
--- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx
@@ -52,11 +52,16 @@
%<*class>
\NeedsTeXFormat{LaTeX2e}
% Define `\thesis@version` and store it in the `VERSION.tex` file \fi
-\def\thesis@version{2016/01/13 v0.3.31 fithesis3 MU thesis class}
+\def\thesis@version{2016/02/18 v0.3.32 fithesis3 MU thesis class}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
+% \changes{v0.3.32} {2016/02/18}{Fixed a regression from
+% v0.3.27:2 -- The margins in \cs{thesis@blocks@mainMatter} were
+% corrected in the style files of the Faculty of Economics and
+% Administration and the Faculty of Medicine at the Masaryk
+% University in Brno.}
% \changes{v0.3.31:3}{2016/01/13}{The
% \texttt{style/mu/fithesis-sci.sty} style file redefines
% \cs{thesis@blocks}\texttt{\discretionary{@}{@}{@}declaration}
@@ -64,15 +69,17 @@
% The locale file \texttt{style/mu/sci/czech.def} contains a new
% string \cs{thesis@czech\discretionary{@}{@}{@}formattedDate}.
% [VN]}
-% \changes{v0.3.31:2}{2016/01/07}{All trailing \%s were removed.
-% Some of the inherited \textsf{fithesis2} code in the
-% \texttt{fithesis-1*.clo} and \texttt{style/mu/fithesis-base.sty}
-% files was refactored and reformatted. Alternative
-% templates for the Faculty of Science at the Masaryk University
-% in Brno are now mentioned in the respective user guide. [VN]}
-% \changes{v0.3.31:1}{2016/01/07}{The redefinition of \cs{appendix}
-% from the \texttt{fithesis-1*.clo}, which broke the hyperref
-% links to the appendices, were removed. [VN]}
+% \changes{v0.3.31:2}{2016/01/07}{All trailing \texttt{\%}s were
+% removed. Some of the inherited \textsf{fithesis2} code in the
+% \texttt{style/mu/fithesis-1*.clo} and
+% \texttt{style/mu/fithesis-base.sty} files was refactored and
+% reformatted. Alternative templates for the Faculty of Science
+% at the Masaryk University in Brno are now mentioned in the
+% respective user guide. [VN]}
+% \changes{v0.3.31:1}{2016/01/07}{The redefinitions of
+% \cs{appendix} from the
+% \texttt{style/mu\discretionary{/}{/}{/}fithesis-1*.clo} files,
+% which broke hyperref links to appendices, were removed. [VN]}
% \changes{v0.3.30} {2016/01/05}{The \cs{thesis@seasonYear} macro
% has been added, which, unlike \cs{thesis@year} takes into
% account the fact that January and Fabruary of the year $n$
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