diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/base.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/fithesis/style/base.dtx | 9 |
1 files changed, 8 insertions, 1 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} |