summaryrefslogtreecommitdiff
path: root/fonts/gentium-tug/latex/gentium.sty
blob: 149866f8d8ab4a35a5abe58310e9cc72eeb48da6 (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} [2022/05/09 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