summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/base.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/fithesis/style/base.dtx
Initial commit
Diffstat (limited to 'macros/latex/contrib/fithesis/style/base.dtx')
-rw-r--r--macros/latex/contrib/fithesis/style/base.dtx16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/fithesis/style/base.dtx b/macros/latex/contrib/fithesis/style/base.dtx
new file mode 100644
index 0000000000..d2528b6d09
--- /dev/null
+++ b/macros/latex/contrib/fithesis/style/base.dtx
@@ -0,0 +1,16 @@
+% \file{style/fithesis-base.sty}
+% If inheritance is enabled for style files, then this file is
+% always the first style file to be loaded, regardless of the
+% value of the |\thesis@style| macro. This style file is
+% currently a dummy file.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\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}