summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine/libertinecomp.sty')
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertinecomp.sty18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty b/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty
new file mode 100644
index 00000000000..0f48ecb0655
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty
@@ -0,0 +1,18 @@
+% LaTeX-Package for libertine compatible-package to the old packages
+%
+% $Id: libertinecomp.sty 38 2010-03-07 09:01:28Z michael $
+%
+% Michael Niedermair m.g.n@gmx.de
+%
+% (License GPL)
+%
+\ProvidesPackage{libertinecomp}[2010/03/07 - 4.6.5: Font libertine Compatible - (License GPL) Michael Niedermair]
+%
+\RequirePackage{libertine,ifthen}
+%
+\newcommand*\useTextGlyph[2]{%
+ \PackageWarning{libertinecomp}{Use <libertineglyph> or <biolinumglyph> instead!}%
+ \ifthenelse{\equal{#1}{fxl}}{\libertineGlyph{#2}}{\biolinumGlyph{#2}}%
+}%
+%
+\endinput