diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine/libertine.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertine.sty | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/libertine.sty b/Master/texmf-dist/tex/latex/libertine/libertine.sty index 522efc19e91..2636d4d2e75 100644 --- a/Master/texmf-dist/tex/latex/libertine/libertine.sty +++ b/Master/texmf-dist/tex/latex/libertine/libertine.sty @@ -1,5 +1,5 @@ \ProvidesPackage{libertine}[% - 2014/02/19 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.] + 2014/11/25 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.] % with (partial) compatibilty with libertine-type1, biolinum-type1, % libertine, libertine-legacy and libertineotf packages @@ -283,7 +283,8 @@ \defaultfontfeatures{ Ligatures = TeX , Extension = .otf , - SmallCapsFeatures={Letters=SmallCaps} , + % for microtype tracking + SmallCapsFeatures={Letters=SmallCaps\ifluatex,Renderer=Basic\fi} , \libertine@defaultfeatures } \iflibertine@rm @@ -317,10 +318,10 @@ ] {\libertine@base} \newfontfamily\libertineSB [ Numbers = {\libertine@figurealign,\libertine@figurestyle}, - UprightFont = *_R, - ItalicFont = *_RI, - BoldFont = *_RZ, - BoldItalicFont = *_RZI, + UprightFont = *_RZ, + ItalicFont = *_RZI, + BoldFont = *_\libertine@boldstyle, + BoldItalicFont = *_\libertine@boldstyle I, ] {\libertine@base} \newfontfamily\libertineOsF [ Numbers = {\libertine@figurealign,OldStyle}, |