summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/libertine/libertinecomp.sty
blob: e0b799c6cd7fa06ab879e2707df8c83ad3e0924f (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 53 2010-07-03 16:55:06Z michael $
%
% Michael Niedermair m.g.n@gmx.de
%
% (License GPL)
%
\ProvidesPackage{libertinecomp}[2010/07/03 - 4.8.1: 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