summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty
blob: 43bbd06ab48d22890c7ef41cdc23bf790f7051a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% LaTeX-Package for libertine compatible-package to the old packages
%
% $Id: libertinecomp.sty 40 2010-03-13 18:03:37Z michael $
%
% Michael Niedermair m.g.n@gmx.de
%
% (License GPL)
%
\ProvidesPackage{libertinecomp}[2010/03/13 - 4.6.5a: 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