summaryrefslogtreecommitdiff
path: root/fonts/gentium-tug/latex/gentiumbook.sty
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/gentium-tug/latex/gentiumbook.sty')
-rw-r--r--fonts/gentium-tug/latex/gentiumbook.sty16
1 files changed, 16 insertions, 0 deletions
diff --git a/fonts/gentium-tug/latex/gentiumbook.sty b/fonts/gentium-tug/latex/gentiumbook.sty
new file mode 100644
index 0000000000..b6e126313e
--- /dev/null
+++ b/fonts/gentium-tug/latex/gentiumbook.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{gentiumbook} [2022/05/09 Style file for gentiumbook.]
+%
+% Options:
+% [scaled=0.9] --> Scale = 0.9
+%
+\RequirePackage{xkeyval}
+\newcommand*{\gentiumbook@scale}{1}
+\DeclareOptionX{scaled}{\renewcommand*{\gentiumbook@scale}{#1}}
+\ProcessOptionsX\relax
+
+\renewcommand{\rmdefault}{gentiumbook}
+
+\endinput