summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-16 22:17:10 +0000
committerKarl Berry <karl@freefriends.org>2016-02-16 22:17:10 +0000
commit8503299e5a0e60e52e5403f6b5dcc3c02d820529 (patch)
tree6addeca52b5e28d8f26eaa721b595450e1da770f /Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty
parent61bb23f620a6917e56e0336e9faaec9ca72cccb2 (diff)
libertinegc (16feb16)
git-svn-id: svn://tug.org/texlive/trunk@39746 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty')
-rw-r--r--Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty b/Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty
new file mode 100644
index 00000000000..f7e07b25fc2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/libertinegc/libertinegc.sty
@@ -0,0 +1,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 \ No newline at end of file