summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tempora/tempora.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tempora/tempora.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tempora/tempora.sty23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tempora/tempora.sty b/Master/texmf-dist/tex/latex/tempora/tempora.sty
new file mode 100644
index 00000000000..35a9d71d5f6
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tempora/tempora.sty
@@ -0,0 +1,23 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{tempora}
+ [2015/09/13 Style file for Tempora (msharpe).]
+
+\RequirePackage[T2C,T2B,T2A,LGR]{fontenc}
+
+\IfFileExists{xkeyval.sty}{
+ \providecommand*{\LGCscale}{1}
+ \RequirePackage{xkeyval}
+ \DeclareOptionX{scale}{\renewcommand*{\LGCscale}{##1}}
+ \DeclareOptionX{scaled}{\renewcommand*{\LGCscale}{##1}}
+}{
+ \let\DeclareOptionX\DeclareOption
+ \let\ExecuteOptionsX\ExecuteOptions
+ \let\ProcessOptionsX\ProcessOptions
+}
+
+\ProcessOptionsX\relax
+
+\renewcommand*{\rmdefault}{Tempora}
+\renewcommand*{\familydefault}{\rmdefault}
+
+\endinput