diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-16 23:04:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-16 23:04:52 +0000 |
commit | 5718aefce6de05f52df4ec32cd0b04007ba95ea1 (patch) | |
tree | bcef57d87c55fce398e7e3bb3e5923bb22b5873d /Master/texmf-dist/tex/latex/libertine | |
parent | a7ded74e2605f8321ded5e9085a1ecf85a29f0ce (diff) |
libertine (16aug13)
git-svn-id: svn://tug.org/texlive/trunk@31447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine')
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/libertineRoman.sty | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty b/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty new file mode 100644 index 00000000000..dba88b364b1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/libertine/libertineMono-type1.sty @@ -0,0 +1,16 @@ +\ProvidesPackage{libertineMono-type1}[% + 2013/08/16 (Bob Tennent) Compatibility style file for Linux Libertine. ] + +\PackageWarningNoLine{libertineMono-type1}{% + ******************************************\MessageBreak + This package is obsolete. \MessageBreak + For new documents, please use \MessageBreak + \@spaces\string\usepackage[type1]{libertineMono} \MessageBreak + ******************************************} + +\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{libertineMono}} +\ProcessOptions\relax + +\RequirePackage[type1]{libertineMono} + +\endinput diff --git a/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty b/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty index 7cbebc0c7d1..4cf47f1687c 100644 --- a/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty +++ b/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty @@ -205,7 +205,7 @@ \def\rmdefault{\libertine@family} \providecommand*\libertine{\fontfamily{\libertine@family}\selectfont} - \providecommand*\libertineSB{\fontfamily{\libertine@family}\selectfont\renewcommand\bfdefault{sb}} + \providecommand*\libertineSB{\fontfamily{\libertine@family}\fontseries{sb}\selectfont} \providecommand*\libertineOsF{\fontfamily{LinuxLibertineT-\libertine@figurealign OsF}\selectfont} \providecommand*\libertineLF{\fontfamily{LinuxLibertineT-\libertine@figurealign LF}\selectfont} \providecommand*\libertineDisplay{\fontfamily{LinuxLibertineDisplayT-\libertine@figurealign\libertine@figurestyle}\selectfont} |