diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-25 23:59:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-25 23:59:00 +0000 |
commit | cdad9a2fcebdd52be366ba6ac0ae65557b1b3c70 (patch) | |
tree | a16a76cd60d37df6afa4b5ddf452033cf8e731f6 /Master/texmf-dist | |
parent | d5cc9d3b10198a304813f4f4a6e0ed3e3f64c293 (diff) |
libertine (25nov14)
git-svn-id: svn://tug.org/texlive/trunk@35663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/fonts/libertine/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertine.sty | 13 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertineRoman.sty | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/README b/Master/texmf-dist/doc/fonts/libertine/README index 56aeaa0d0ce..51e5c0063c4 100644 --- a/Master/texmf-dist/doc/fonts/libertine/README +++ b/Master/texmf-dist/doc/fonts/libertine/README @@ -1,4 +1,4 @@ -This is the README for libertine, version 5.3.0 (2014-02-19). +This is the README for libertine, version 5.3.0 (2014-11-25). This package provides support for use of the Linux Libertine and Linux Biolinum families of fonts with LaTeX. Most features are usable with 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}, diff --git a/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty b/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty index 3a6cba1a35a..8b559907abd 100644 --- a/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty +++ b/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty @@ -1,5 +1,5 @@ \ProvidesPackage{libertineRoman}[% - 2014/02/11 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.] + 2014/03/16 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -173,10 +173,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}, |