summaryrefslogtreecommitdiff
path: root/fonts/gentium-tug/latex/gentium.sty
blob: 35f66a9f2b47d71d53a5a5040d847c79e297deb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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