summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-25 23:06:00 +0000
committerKarl Berry <karl@freefriends.org>2012-09-25 23:06:00 +0000
commit101f6408d50b747d382d739ce583468e03d6cf56 (patch)
tree996371d729d717843966f1ee15b158140cf943d5
parenteb411ed661c178e451eb3dd55d6ee8bc154c1265 (diff)
new wrapper latex package libertine (25sep12)
git-svn-id: svn://tug.org/texlive/trunk@27812 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/libertine/Changes6
-rw-r--r--Master/texmf-dist/doc/latex/libertine/README5
-rw-r--r--Master/texmf-dist/doc/latex/libertine/libertine.sty30
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/libertine.tlpsrc0
7 files changed, 43 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/libertine/Changes b/Master/texmf-dist/doc/latex/libertine/Changes
new file mode 100644
index 00000000000..988d812697a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/libertine/Changes
@@ -0,0 +1,6 @@
+libertine.sty --------
+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
new file mode 100644
index 00000000000..d47f83e37fc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/libertine/README
@@ -0,0 +1,5 @@
+This package allows a compatibility to the old package
+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.
diff --git a/Master/texmf-dist/doc/latex/libertine/libertine.sty b/Master/texmf-dist/doc/latex/libertine/libertine.sty
new file mode 100644
index 00000000000..7d81690d707
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/libertine/libertine.sty
@@ -0,0 +1,30 @@
+% LaTeX-Package for libertine Type-1
+%
+% Herbert Voss herbert@dante.de
+%
+% (License LPPL)
+%
+\def\libertineVersion{0.02}%
+\def\libertineVersionDate{2012/09/24}
+%
+\ProvidesPackage{libertine}[%
+ \libertineVersionDate\space-\space\libertineVersion:
+ Font Libertine/Biolinum - Herbert Voss]
+%
+\DeclareOption*{
+ \PassOptionsToPackage{\CurrentOption}{biolinum-type1}%
+ \PassOptionsToPackage{\CurrentOption}{libertine-type1}%
+}
+\ProcessOptions\relax
+%
+\RequirePackage{biolinum-type1}
+\RequirePackage{libertine-type1}
+\RequirePackage[LY1,T1]{fontenc}
+%
+\endinput
+
+%% This package allows a compatibility to the old package
+%% 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.
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index c0241c315a9..eb43a041010 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -240,7 +240,7 @@ my @TLP_working = qw(
lato layaureo layouts lazylist
lcd lcg lcyw leading leaflet lecturer ledmac leftidx lettre lettrine
levy lewis lexikon lfb lgreek lgrx lh lhelp
- libertine-type1 libertineotf
+ libertine libertine-type1 libertineotf
libgreek librarian libris limap linearA linegoal lineno linguex
lipsum listbib listing listings listings-ext listliketab listofsymbols
lithuanian liturg lkproof lm lmake
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index e2002ee7107..cd1c74c9014 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -532,7 +532,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'lgraph', "die 'skipping, obsolete'",
'lh', "&MAKElh",
'lhfonts', "die 'skipping, use lh'",
- 'libertine', "die 'skipping, use libertineotf'",
'libertine-legacy', "die 'skipping, replaced by biolinum|libertine-type1'",
'libertineotf',"&MAKEcopy",
'librarian', "&MAKEflatten",
diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc
index 5a262f1b333..2037df63481 100644
--- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc
@@ -115,6 +115,7 @@ depend kpfonts
depend kurier
depend lato
depend lfb
+depend libertine
depend libertine-type1
depend libertineotf
depend libris
diff --git a/Master/tlpkg/tlpsrc/libertine.tlpsrc b/Master/tlpkg/tlpsrc/libertine.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/libertine.tlpsrc