summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty
blob: 0f48ecb06554d7babd79ec19f0e3bc0de4703628 (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 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