summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty
blob: f7e07b25fc2a0a8bf3fd5df5b6578fd3fe2fb10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Copyright 2016 Michael Sharpe

\def\fileversion{1.00}
\def\filedate{2016/02/15}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{libertinegc}[\filedate\space v\fileversion]
\message{`libertinegc' v\fileversion, \filedate\space LaTeX support for Libertine Greek and Cyrillic (msharpe)}

\RequirePackage{libertine}
% Check for otf
\iflibertine@otf
\PackageWarningNoLine{libertinegc}{%
  ****************************************\MessageBreak
This package is not useful except with [pdf]LaTeX.\MessageBreak ****************************************}
\endinput
\fi

\IfFileExists{xkeyval.sty}{
    \RequirePackage{xkeyval}
    \DeclareOptionX{scale}{\providecommand*{\LinuxLibertineTGC@scale}{##1}}
    \DeclareOptionX{scaled}{\providecommand*{\LinuxLibertineTGC@scale}{##1}}
}{
    \let\DeclareOptionX\DeclareOption
    \let\ExecuteOptionsX\ExecuteOptions
    \let\ProcessOptionsX\ProcessOptions
}
\ProcessOptionsX\relax

\RequirePackage[OT2,T2C,T2B,T2A,LGR,\encodingdefault]{fontenc}
\endinput