summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertine.sty48
-rw-r--r--Master/texmf-dist/tex/latex/libertine/libertineRoman.sty22
2 files changed, 35 insertions, 35 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/libertine.sty b/Master/texmf-dist/tex/latex/libertine/libertine.sty
index 0e1b9bfebf9..7ed9e94f7b3 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}[%
- 2024/04/20 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines.]
+ 2024/04/23 (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
@@ -472,31 +472,31 @@
\iflibertine@otf
\iflibertine@rm
- \DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
- \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+ \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+ \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
\fi
\iflibertine@sf
- \DeclareRobustCommand{\oldstylenumsf}{\addfontfeatures{Numbers=OldStyle}}
- \DeclareRobustCommand{\liningnumsf}{\addfontfeatures{Numbers=Lining}}
+ \DeclareTextFontCommand{\oldstylenumsf}{\addfontfeatures{Numbers=OldStyle}}
+ \DeclareTextFontCommand{\liningnumsf}{\addfontfeatures{Numbers=Lining}}
\fi
\else % type1
\iflibertine@rm
\iflibertine@sf % Both Libertine and Biolinum
- \DeclareRobustCommand{\oldstylenums}{\libertineOsF}
- \DeclareRobustCommand{\liningnums}{\libertineLF}
- \DeclareRobustCommand{\oldstylenumsf}{\biolinumOsF}
- \DeclareRobustCommand{\liningnumsf}{\biolinumLF}
+ \DeclareTextFontCommand{\oldstylenums}{\libertineOsF}
+ \DeclareTextFontCommand{\liningnums}{\libertineLF}
+ \DeclareTextFontCommand{\oldstylenumsf}{\biolinumOsF}
+ \DeclareTextFontCommand{\liningnumsf}{\biolinumLF}
\else % Libertine only
- \DeclareRobustCommand{\oldstylenums}{\libertineOsF}
- \DeclareRobustCommand{\liningnums}{\libertineLF}
- \DeclareRobustCommand{\oldstylenumsf}{\sffamily\oldstylenums}
- \DeclareRobustCommand{\liningnumsf}{\sffamily}
+ \DeclareTextFontCommand{\oldstylenums}{\libertineOsF}
+ \DeclareTextFontCommand{\liningnums}{\libertineLF}
+ \DeclareTextFontCommand{\oldstylenumsf}{\sffamily\oldstylenums}
+ \DeclareTextFontCommand{\liningnumsf}{\sffamily}
\fi
\else % Biolinum only
% \oldstylenums defined by \textcomp?
- \DeclareRobustCommand{\liningnums}{}
- \DeclareRobustCommand{\oldstylenumsf}{\biolinumOsF}
- \DeclareRobustCommand{\liningnumsf}{\biolinumLF}
+ \DeclareTextFontCommand{\liningnums}{}
+ \DeclareTextFontCommand{\oldstylenumsf}{\biolinumOsF}
+ \DeclareTextFontCommand{\liningnumsf}{\biolinumLF}
\fi
\fi
@@ -504,21 +504,21 @@
\iflibertine@otf
\iflibertine@rm
- \DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
- \DeclareRobustCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
+ \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+ \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
\fi
\iflibertine@sf
- \DeclareRobustCommand{\tabularnumsf}{\addfontfeatures{Numbers=Tabular}}
- \DeclareRobustCommand{\proportionalnumsf}{\addfontfeatures{Numbers=Proportional}}
+ \DeclareTextFontCommand{\tabularnumsf}{\addfontfeatures{Numbers=Tabular}}
+ \DeclareTextFontCommand{\proportionalnumsf}{\addfontfeatures{Numbers=Proportional}}
\fi
\else % type1
\iflibertine@rm
- \DeclareRobustCommand{\tabularnums}{\fontfamily{LinuxLibertineT-T\libertine@figurestyle}\selectfont}
- \DeclareRobustCommand{\proportionalnums}{\fontfamily{LinuxLibertineT-\libertine@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\tabularnums}{\fontfamily{LinuxLibertineT-T\libertine@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\proportionalnums}{\fontfamily{LinuxLibertineT-\libertine@figurestyle}\selectfont}
\fi
\iflibertine@sf
- \DeclareRobustCommand{\tabularnumsf}{\fontfamily{LinuxBiolinumT-T\biolinum@figurestyle}\selectfont}
- \DeclareRobustCommand{\proportionalnumsf}{\fontfamily{LinuxBiolinumT-\biolinum@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\tabularnumsf}{\fontfamily{LinuxBiolinumT-T\biolinum@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\proportionalnumsf}{\fontfamily{LinuxBiolinumT-\biolinum@figurestyle}\selectfont}
\fi
\fi
diff --git a/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty b/Master/texmf-dist/tex/latex/libertine/libertineRoman.sty
index 9b43a10b3b3..9b8fdb9b7a8 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}[%
- 2024/04/20 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.]
+ 2024/04/23 (Bob Tennent) Supports Libertine Roman fonts for all LaTeX engines.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -225,23 +225,23 @@
% Define \oldstylenums[f] and \liningnums[f]
\iflibertine@otf
- \DeclareRobustCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
- \DeclareRobustCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
+ \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+ \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
\else % type1
- \DeclareRobustCommand{\oldstylenums}{\libertineOsF}
- \DeclareRobustCommand{\liningnums}{\libertineLF}
- \DeclareRobustCommand{\oldstylenumsf}{\sffamily\oldstylenums}
- \DeclareRobustCommand{\liningnumsf}{\sffamily}
+ \DeclareTextFontCommand{\oldstylenums}{\libertineOsF}
+ \DeclareTextFontCommand{\liningnums}{\libertineLF}
+ \DeclareTextFontCommand{\oldstylenumsf}{\sffamily\oldstylenums}
+ \DeclareTextFontCommand{\liningnumsf}{\sffamily}
\fi
% Define \tabularnums[f] and \proportionalnums[f]
\iflibertine@otf
- \DeclareRobustCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
- \DeclareRobustCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
+ \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+ \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
\else % type1
- \DeclareRobustCommand{\tabularnums}{\fontfamily{LinuxLibertineT-T\libertine@figurestyle}\selectfont}
- \DeclareRobustCommand{\proportionalnums}{\fontfamily{LinuxLibertineT-\libertine@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\tabularnums}{\fontfamily{LinuxLibertineT-T\libertine@figurestyle}\selectfont}
+ \DeclareTextFontCommand{\proportionalnums}{\fontfamily{LinuxLibertineT-\libertine@figurestyle}\selectfont}
\fi
\iflibertine@otf