diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-22 21:54:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-22 21:54:28 +0000 |
commit | 529914fd51e083c059b540383be8710960773265 (patch) | |
tree | 770c0f93556844c1e7b672539b7ddd1dbe6fb02f | |
parent | 3f6f9b1fdea8eb8be35648b1f114cffc27762537 (diff) |
libertine (22mar17)
git-svn-id: svn://tug.org/texlive/trunk@43572 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/libertine/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertine.sty | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/README b/Master/texmf-dist/doc/fonts/libertine/README index 596077c708f..9b37f33b149 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 (2017-03-20). +This is the README for libertine, version 5.3.0 (2017-03-22). 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 d65bc0466a5..441a15f4492 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}[% - 2017/03/20 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.] + 2017/03/22 (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 @@ -263,6 +263,9 @@ \else \def\bfseries@rm{b} \fi + \iflibertine@sf + \def\bfseries@sf{b} + \fi \fi |