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 | |
parent | 1dbb823194957da4ababb6e4c3e93e788a335064 (diff) |
libertine (14feb14)
git-svn-id: svn://tug.org/texlive/trunk@32968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/libertine/README | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/libertine/libertine.pdf | bin | 231745 -> 232014 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/libertine/libertine.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/biolinum.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertine.sty | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertineRoman.sty | 10 |
6 files changed, 33 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/README b/Master/texmf-dist/doc/fonts/libertine/README index 2dba7b1de9e..63757963cc6 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 (2013-10-15). +This is the README for libertine, version 5.3.0 (2014-02-11). This package provides support for use of the Linux Libertine and Linux Biolinum families of fonts with LaTeX. Most features are usable with @@ -8,11 +8,13 @@ several earlier packages (libertine-type1, biolinum-type1, libertine) and should provide partial compatibility with the obsolete libertineotf and libertine-legacy packages. -To install this package on a TDS-compliant TeX system download the file -tex-archive/install/fonts/libertine.tds.zip and unzip at the root of an -appropriate texmf tree, likely a personal or local tree. If necessary, -update the file-name database (e.g., texhash texmf). Update the font-map -files by enabling the Map file libertine.map. +To install this package on a TDS-compliant TeX system download +the file "tex-archive"/install/fonts/libertine.tds.zip, where the +preferred URL for "tex-archive" is http://mirror.ctan.org. Unzip the +archive at the root of an appropriate texmf tree, likely a personal +or local tree. If necessary, update the file-name database (e.g., +texhash texmf). Update the font-map files by enabling the Map file +libertine.map. For most purposes, simply add diff --git a/Master/texmf-dist/doc/fonts/libertine/libertine.pdf b/Master/texmf-dist/doc/fonts/libertine/libertine.pdf Binary files differindex 0ad690bdca5..7c80962b6c1 100644 --- a/Master/texmf-dist/doc/fonts/libertine/libertine.pdf +++ b/Master/texmf-dist/doc/fonts/libertine/libertine.pdf diff --git a/Master/texmf-dist/doc/fonts/libertine/libertine.tex b/Master/texmf-dist/doc/fonts/libertine/libertine.tex index 7e97e7f2261..5121b292293 100644 --- a/Master/texmf-dist/doc/fonts/libertine/libertine.tex +++ b/Master/texmf-dist/doc/fonts/libertine/libertine.tex @@ -1,7 +1,7 @@ \documentclass[11pt]{article} \usepackage[textwidth=5.5in,textheight=8.5in]{geometry} \usepackage[T1]{fontenc} -\usepackage[osf,p]{libertine} +\usepackage[osf,proportional]{libertine} \usepackage{lettrine} \renewcommand{\ttfamily}{\fontencoding{OT1}\fontfamily{cmtt}\selectfont} \PassOptionsToPackage{urlcolor=black,colorlinks}{hyperref} @@ -142,6 +142,9 @@ will scale the LibertineMono font. Any of the ``Boolean'' options, such as \tex also be used in the form \verb|osf=true| or \verb|osf=false|. +The option \verb\defaultfeatures=...\ allows the user to add default OpenType +features; for example, \verb\defaultfeatures={Variant=01}\ will force use of the Stylistic~Set~1 +variant glyphs. Commands \verb|\oldstylenums{|\ldots\verb|}| and \verb|\oldstylenumsf{|\ldots\verb|}| are defined to allow for local use of old-style figures in Libertine and Biolinum, 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} , diff --git a/Master/texmf-dist/tex/latex/libertine/libertine.sty b/Master/texmf-dist/tex/latex/libertine/libertine.sty index b95bb95b1af..3e94fe9b88d 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}[% - 2013/10/17 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.] + 2014/02/11 (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 @@ -185,10 +185,10 @@ } \DeclareOptionX{semibold}[true]{% -\@nameuse{libertine@semibold#1} +\@nameuse{\libertine@semibold#1} } \DeclareOptionX{sb}[true]{% -\@nameuse{libertine@semibold#1} +\@nameuse{\libertine@semibold#1} } \DeclareOptionX{bold}[true]{% \@nameuse{if#1}\libertine@semiboldfalse\else\libertine@semiboldtrue\fi @@ -204,6 +204,9 @@ \DeclareOptionX{ttscaled}{\renewcommand*{\LinuxLibertineMonoT@scale}{#1}} \DeclareOptionX{ttscale}{\renewcommand*{\LinuxLibertineMonoT@scale}{#1}} +\DeclareOptionX{defaultfeatures}{\def\libertine@defaultfeatures{#1}} +\def\libertine@defaultfeatures{} + \ProcessOptionsX\relax \iflibertine@otf @@ -280,7 +283,8 @@ \defaultfontfeatures{ Ligatures = TeX , Extension = .otf , - SmallCapsFeatures={Letters=SmallCaps} + SmallCapsFeatures={Letters=SmallCaps} , + \libertine@defaultfeatures } \iflibertine@rm \setmainfont diff --git a/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty b/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty index 4cf47f1687c..3a6cba1a35a 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}[% - 2013/07/19 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.] + 2014/02/11 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -89,13 +89,16 @@ \@nameuse{libertine@semibold#1} } \DeclareOptionX{bold}[true]{% -\@nameuse{if#1}libertine@semiboldfalse\else\libertine@semiboldtrue\fi +\@nameuse{if#1}\libertine@semiboldfalse\else\libertine@semiboldtrue\fi } \newcommand*{\LinuxLibertineT@scale}{1} \newcommand*{\LinuxLibertineDisplayT@scale}{1} \newcommand*{\LinuxLibertineInitialsT@scale}{1} +\DeclareOptionX{defaultfeatures}{\def\libertine@defaultfeatures{#1}} +\def\libertine@defaultfeatures{} + \ProcessOptionsX\relax \iflibertine@otf @@ -151,7 +154,8 @@ \defaultfontfeatures{ Ligatures = TeX , Extension = .otf , - SmallCapsFeatures={Letters=SmallCaps} + SmallCapsFeatures={Letters=SmallCaps} , + \libertine@defaultfeatures } \setmainfont [ Numbers = {\libertine@figurealign,\libertine@figurestyle}, |