summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty
blob: cd14a21c92c8b0d4f5177c92b4e57a7b33b7fd4a (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 85 2011-06-06 15:47:57Z michael $
%
% Michael Niedermair m.g.n@gmx.de
%
% (License GPL)
%
\ProvidesPackage{libertinecomp}[2011/06/06 - 5.1.2: Font libertine Compatible - (License GPL) Michael Niedermair]
%
\RequirePackage{ifthen}
%
\newcommand*\useTextGlyph[2]{%
   \PackageWarning{libertinecomp}{Use <libertineglyph> or <biolinumglyph> instead!}%
   \ifthenelse{\equal{#1}{fxl}}{\libertineGlyph{#2}}{\biolinumGlyph{#2}}%
}%
%
\endinput