diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine/biolinum.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/biolinum.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/biolinum.sty b/Master/texmf-dist/tex/latex/libertine/biolinum.sty index 5deb286d7ed..6c19fcc8244 100644 --- a/Master/texmf-dist/tex/latex/libertine/biolinum.sty +++ b/Master/texmf-dist/tex/latex/libertine/biolinum.sty @@ -1,5 +1,5 @@ \ProvidesPackage{biolinum}[% - 2013/07/20 (Bob Tennent) Supports Biolinum fonts for all LaTeX engines.] + 2014/02/11 (Bob Tennent) Supports Biolinum fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -133,6 +133,9 @@ \DeclareOptionX{scaled}{\renewcommand*{\LinuxBiolinumT@scale}{#1}} \DeclareOptionX{scale}{\renewcommand*{\LinuxBiolinumT@scale}{#1}} +\DeclareOptionX{defaultfeatures}{\def\libertine@defaultfeatures{#1}} +\def\libertine@defaultfeatures{} + \ProcessOptionsX\relax \iflibertine@otf @@ -177,7 +180,8 @@ \defaultfontfeatures{ Ligatures = TeX , Extension = .otf , - SmallCapsFeatures={Letters=SmallCaps} + SmallCapsFeatures={Letters=SmallCaps} , + \libertine@defaultfeatures } \setsansfont [ Numbers = {\biolinum@figurealign, \biolinum@figurestyle} , |