diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-14 23:25:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-14 23:25:41 +0000 |
commit | bdd296aedf9d020d8458f3ab47ef242cc69029e3 (patch) | |
tree | 2c1f2b505dbdc7b09003acd7ee1788a005870497 /Master/texmf-dist/tex/latex/libertine/biolinum.sty | |
parent | 1dbb823194957da4ababb6e4c3e93e788a335064 (diff) |
libertine (14feb14)
git-svn-id: svn://tug.org/texlive/trunk@32968 c570f23f-e606-0410-a88d-b1316a301751
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} , |