summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gentium-tug/gentium.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-05 19:18:18 +0000
committerKarl Berry <karl@freefriends.org>2013-07-05 19:18:18 +0000
commit56baa364aad0fa137689eba03eb3eaaacfe1673e (patch)
tree65610537cea5b7d4007ec1663ca5bab9a433c15c /Master/texmf-dist/tex/latex/gentium-tug/gentium.sty
parentd8a89cd2da7cf3b8bb2925b7bef0ea98443cdda5 (diff)
gentium-tug (4jul13)
git-svn-id: svn://tug.org/texlive/trunk@31103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gentium-tug/gentium.sty')
-rw-r--r--Master/texmf-dist/tex/latex/gentium-tug/gentium.sty16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/gentium-tug/gentium.sty b/Master/texmf-dist/tex/latex/gentium-tug/gentium.sty
new file mode 100644
index 00000000000..35f66a9f2b4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/gentium-tug/gentium.sty
@@ -0,0 +1,16 @@
+% This file is part of the Gentium package for TeX.
+% It is licensed under the Expat License, see doc//README for details.
+%
+\ProvidesPackage{gentium} [2012/01/13 Style file for gentium.]
+%
+% Options:
+% [scaled=0.9] --> Scale = 0.9
+%
+\RequirePackage{xkeyval}
+\newcommand*{\gentium@scale}{1}
+\DeclareOptionX{scaled}{\renewcommand*{\gentium@scale}{#1}}
+\ProcessOptionsX\relax
+
+\renewcommand{\rmdefault}{gentium}
+
+\endinput