summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-11-27 20:40:11 +0000
committerKarl Berry <karl@freefriends.org>2023-11-27 20:40:11 +0000
commite777a8614604935e43a512b0309c29767fe5f4eb (patch)
tree4e26d8ac17c459a5949d492393fc56b7b6781b4d
parentefc23d55ec92d47d6839593a6706ff93d4784f8f (diff)
libertine (27nov23)
git-svn-id: svn://tug.org/texlive/trunk@68981 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/ChangeLogLaTeX.txt4
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/README4
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/libertine-samples.pdfbin0 -> 195885 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/libertine-samples.tex (renamed from Master/texmf-dist/doc/fonts/libertine/samples.tex)7
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/samples.pdfbin847179 -> 0 bytes
-rw-r--r--Master/texmf-dist/tex/latex/libertine/biolinum.sty4
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertine.sty10
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertineRoman.sty3
8 files changed, 21 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/ChangeLogLaTeX.txt b/Master/texmf-dist/doc/fonts/libertine/ChangeLogLaTeX.txt
index 73ba2ff2fe0..66f3535cf23 100644
--- a/Master/texmf-dist/doc/fonts/libertine/ChangeLogLaTeX.txt
+++ b/Master/texmf-dist/doc/fonts/libertine/ChangeLogLaTeX.txt
@@ -1,3 +1,7 @@
+2022-09-12
+
+ Deleted debugging command \ifxetex\XeTeXtracingfonts=1\fi from *.sty files.
+
2019-02-27
Added tnum feature to LinLibertine_RZI.otf.
diff --git a/Master/texmf-dist/doc/fonts/libertine/README b/Master/texmf-dist/doc/fonts/libertine/README
index 014897de4bb..b9ddf7fddba 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 (2022-09-12).
+This is the README for libertine, version 5.3.0 (2023-11-26).
This package provides support for use of the Linux Libertine and Linux
Biolinum families of fonts with LaTeX. Most features are usable with
@@ -80,4 +80,4 @@ the terms of the LaTeX Project Public License.
Thanks to Herbert Voss, Patrick Gundlach, Silke Hofstra, Marc Penninga,
Michael Sharpe, Denis Bitouzé and Khaled Hosny for their assistance. The
-maintainer of this package is Bob Tennent (rdt at cs.queensu.ca)
+maintainer of this package is Bob Tennent (rdtennent at gmail dot com)
diff --git a/Master/texmf-dist/doc/fonts/libertine/libertine-samples.pdf b/Master/texmf-dist/doc/fonts/libertine/libertine-samples.pdf
new file mode 100644
index 00000000000..2726b7b599f
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/libertine/libertine-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/libertine/samples.tex b/Master/texmf-dist/doc/fonts/libertine/libertine-samples.tex
index ae420128045..ef9c387828e 100644
--- a/Master/texmf-dist/doc/fonts/libertine/samples.tex
+++ b/Master/texmf-dist/doc/fonts/libertine/libertine-samples.tex
@@ -1,6 +1,6 @@
\documentclass{article}
\usepackage[T1]{fontenc}
-\usepackage[semibold]{libertine}
+\usepackage{libertine}
\usepackage{lipsum}
\PassOptionsToPackage{urlcolor=black,colorlinks}{hyperref}
\RequirePackage{hyperref}
@@ -69,13 +69,12 @@
\subsection*{Superior Numbers}
-X\textsu{1234567890}
+X\textsup{1234567890}
\clearpage
\section{Biolinum}\sf
-
\subsection*{Regular}
\lipsum[1]
@@ -125,7 +124,7 @@ X\textsu{1234567890}
\subsection*{Superior Numbers}
-X\textsu{1234567890}
+X\textsup{1234567890}
\clearpage
\section{Libertine Mono}\tt
diff --git a/Master/texmf-dist/doc/fonts/libertine/samples.pdf b/Master/texmf-dist/doc/fonts/libertine/samples.pdf
deleted file mode 100644
index 0bf4d0c0376..00000000000
--- a/Master/texmf-dist/doc/fonts/libertine/samples.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/libertine/biolinum.sty b/Master/texmf-dist/tex/latex/libertine/biolinum.sty
index 523969149f2..be98d463c23 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}[%
- 2022/09/12 (Bob Tennent) Supports Biolinum fonts for all LaTeX engines.]
+ 2023/11/26 (Bob Tennent) Supports Biolinum fonts for all LaTeX engines.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -281,6 +281,8 @@
\DeclareRobustCommand*\biolinumKeyGlyph[1]{\@nameuse{LinBiolinum_K@#1}}
\input{LKey}
+\DeclareTextFontCommand{\textsup}{\sufigures}
+
\else %type1
\fi
diff --git a/Master/texmf-dist/tex/latex/libertine/libertine.sty b/Master/texmf-dist/tex/latex/libertine/libertine.sty
index 6b88a090e71..237abdeadae 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}[%
- 2022/09/12 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.]
+ 2023/11/26 (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
@@ -381,6 +381,8 @@
BoldFont = *_RB ,
BoldItalicFont = *_RBO , % oblique to fake italic
] {\biolinum@base}
+ \providecommand\sufigures{\addfontfeatures{VerticalPosition=Superior}}
+ \providecommand\infigures{\addfontfeatures{VerticalPosition=ScientificInferior}}
\providecommand\useosf{%
\edef\libertine@figurestyle{OldStyle}\edef\biolinum@figurestyle{OldStyle}
\defaultfontfeatures{
@@ -463,8 +465,8 @@
\iflibertine@sf \renewcommand*\sfdefault{LinuxBiolinumT-OsF}\fi}
\fi
-\DeclareTextFontCommand{\textsu}{\sufigures}
-\let\textsuperior\textsu
+\DeclareTextFontCommand{\textsup}{\sufigures}
+\let\textsuperior\textsup
% Define \oldstylenums[f] and \liningnums[f]
@@ -547,6 +549,8 @@
\DeclareRobustCommand*\libertineInitialGlyph[1]{\@nameuse{LinLibertine_I@#1}}
\input{LKey}
+\DeclareTextFontCommand{\textsup}{\sufigures}
+
\else %type1
\def\lib@ini{LinLibertine_I}
diff --git a/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty b/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty
index 8d08714fdd5..4e294408bba 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}[%
- 2022/09/12 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.]
+ 2023/11/26 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -261,6 +261,7 @@
%
\DeclareRobustCommand*\libertineGlyph[1]{\@nameuse{LinLibertine_R@#1}}
\DeclareRobustCommand*\libertineInitialGlyph[1]{\@nameuse{LinLibertine_I@#1}}
+ \DeclareTextFontCommand{\textsup}{\sufigures}
\else %type1