From cc4d1b138f9dd2b754eca3f715782c44f01032cf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 22 Oct 2012 23:26:40 +0000 Subject: libertine (21oct12) git-svn-id: svn://tug.org/texlive/trunk@28048 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/libertine/Changes | 6 ++++++ Master/texmf-dist/doc/latex/libertine/README | 17 ++++++----------- Master/texmf-dist/tex/latex/libertine/libertine.sty | 12 ++++++++++-- 3 files changed, 22 insertions(+), 13 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/libertine/Changes b/Master/texmf-dist/doc/latex/libertine/Changes index 988d812697a..7544953a5aa 100644 --- a/Master/texmf-dist/doc/latex/libertine/Changes +++ b/Master/texmf-dist/doc/latex/libertine/Changes @@ -1,4 +1,10 @@ libertine.sty -------- +v. 0.03 2012-10-19 - set macros for slshape to italic + for the optional argument SlantedAsItalic + The latest Libertine/Biolinum have no special font + for slanted glyphs. With this option one gets + the italic version. Otherwise it will be upright + for slanted. v. 0.02 2012-09-24 - pass options to package not class - added a README v. 0.01 2012-09-24 - first CTAN version diff --git a/Master/texmf-dist/doc/latex/libertine/README b/Master/texmf-dist/doc/latex/libertine/README index c800c8901a3..69e47875b79 100644 --- a/Master/texmf-dist/doc/latex/libertine/README +++ b/Master/texmf-dist/doc/latex/libertine/README @@ -1,16 +1,11 @@ This package allows a compatibility to the old package -libertine which loads Biolinum _and_ Libertine by default. -The "old" style file "libertine.sty" from the package -liberine-legacy is no more available on TL and on -CTAN moved into the obsolete part. - -This package fixes the problem that there are a lot -of documentations which used the Type 1 font of -Libertine/Biolinum by using the style file libertine.sty - +libertine which loads Biolinum _and_ Libertine. All options are passes to the new packages biolinum-type1 and libertine-type1. The default font encoding is set to T1. -The special Libertine fonts keyboard, shadow, and outline -are not supported. \ No newline at end of file +This package has only one optional argument +"SlantedAsItalic" which sets the macros \textsl +and \slshape to the same meaning as the variants +for italic. The current versions of Libertine/Biolinum +have no more a slanted font. One has to use italic. diff --git a/Master/texmf-dist/tex/latex/libertine/libertine.sty b/Master/texmf-dist/tex/latex/libertine/libertine.sty index 7d81690d707..5605be5bcfc 100644 --- a/Master/texmf-dist/tex/latex/libertine/libertine.sty +++ b/Master/texmf-dist/tex/latex/libertine/libertine.sty @@ -4,13 +4,16 @@ % % (License LPPL) % -\def\libertineVersion{0.02}% -\def\libertineVersionDate{2012/09/24} +\def\libertineVersion{0.03}% +\def\libertineVersionDate{2012/10/19} % \ProvidesPackage{libertine}[% \libertineVersionDate\space-\space\libertineVersion: Font Libertine/Biolinum - Herbert Voss] % +\newif\ifhv@italic\hv@italicfalse +\DeclareOption{SlantedAsItalic}{\hv@italictrue} + \DeclareOption*{ \PassOptionsToPackage{\CurrentOption}{biolinum-type1}% \PassOptionsToPackage{\CurrentOption}{libertine-type1}% @@ -21,6 +24,11 @@ \RequirePackage{libertine-type1} \RequirePackage[LY1,T1]{fontenc} % +\ifhv@italic + \let\textsl\textit % there is no more a slanted variant + \let\slshape\itshape +\fi +% \endinput %% This package allows a compatibility to the old package -- cgit v1.2.3