summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-12 22:56:35 +0000
committerKarl Berry <karl@freefriends.org>2018-02-12 22:56:35 +0000
commit570ff6ce6a263942bed195cda086c6ff3fc72c76 (patch)
tree03a1cf55062942d37d4270dd05411cd978eeff92 /Master/texmf-dist/source/latex/fithesis/style
parente8299fc9754ac30a4b4834ddb21f13fb100eda2f (diff)
fithesis (12feb18)
git-svn-id: svn://tug.org/texlive/trunk@46614 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/base.dtx9
-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.dtx8
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx8
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx4
5 files changed, 28 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/base.dtx b/Master/texmf-dist/source/latex/fithesis/style/base.dtx
index 6207856ebf1..d2528b6d099 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/base.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/base.dtx
@@ -5,5 +5,12 @@
% currently a dummy file.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/fithesis-base}[2015/06/23]
+\ProvidesPackage{fithesis/style/fithesis-base}[2018/02/11]
+% \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{\cs{emph} uses the italic type
+% face rather than the slanted type face. [VN]}
+% \begin{macrocode}
+\DeclareRobustCommand\em
+ {\@nomath\em \ifdim \fontdimen\@ne\font >\z@
+ \eminnershape \else \itshape \fi}%
% \end{macrocode}
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 6399c122b66..822cbd86211 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx
@@ -10,7 +10,7 @@
% 9928/SmerniceDekana2017-c.2-o_zaverecnych_pracich_2017.pdf}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2017/08/09]
+\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2018/02/11]
% \end{macrocode}
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
@@ -106,8 +106,12 @@
max(\@A,\@B)}
\let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{%
max(\@C,\@D)}
+% \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{Removed an extraneous \cs{vskip} in
+% the style files for the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
% Typeset the thesis author and advisor boxes
- \vskip 2in\begin{minipage}[t]{\@left}
+ \begin{minipage}[t]{\@left}
{\bf\thesis@@{advisorTitle}:}\\\thesis@advisor
\end{minipage}\hfill\begin{minipage}[t]{\@right}
{\bf\thesis@@{authorTitle}:}\\\thesis@author
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 07b8f3d8138..02c8c2da1b6 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx
@@ -6,7 +6,7 @@
% auth/do/fsps/studijni/info-stud/SZZ/pokyny_ZP_13-5-2013.pdf}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2017/05/21]
+\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2018/02/11]
% \end{macrocode}
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
@@ -66,8 +66,12 @@
max(\@A,\@B)}
\let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{%
max(\@C,\@F)}
+% \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{Removed an extraneous \cs{vskip} in
+% the style files for the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
% Typeset the thesis author and advisor boxes
- \vskip 2in\begin{minipage}[t]{\@left}
+ \begin{minipage}[t]{\@left}
{\bf\thesis@@{advisorTitle}:}\\\thesis@advisor
\end{minipage}\hfill\begin{minipage}[t]{\@right}
{\bf\thesis@@{authorTitle}:}\\\thesis@author\\\thesis@field
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 fb7d837e90a..323f3de9028 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}[2017/05/21]
+\ProvidesPackage{fithesis/style/mu/fithesis-med}[2018/02/11]
% \end{macrocode}
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
@@ -91,8 +91,12 @@
max(\@A,\@B)}
\let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{%
max(\@C,\@D,\@E,\@F)}
+% \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{Removed an extraneous \cs{vskip} in
+% the style files for the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
% Typeset the thesis author and advisor boxes
- \vskip 2in\begin{minipage}[t]{\@left}
+ \begin{minipage}[t]{\@left}
{\bf\thesis@@{advisorTitle}:}\\\thesis@advisor
\end{minipage}\hfill\begin{minipage}[t]{\@right}
{\bf\thesis@@{authorTitle}:}\\\thesis@author
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx
index 120d0bc4222..f7a58bb0918 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx
@@ -2,8 +2,8 @@
% This is the style file for the theses written at the Faculty of
% Education at the Masaryk University in Brno. It has been prepared
% in accordance with the formal requirements published at the
-% of the faculty\footnote{See \url{https://is.muni.cz/auth/do/p^^A
-% ed/VPAN/pokdek/Pokyn_dekana_zaverecne_prace_finale__1_.pdf}}.
+% of the faculty\footnote{See \url{https://is.muni.cz/auth/do/^^A
+% ped/VPAN/46952359/53057289}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/04/18]