texlive[60023] Master/texmf-dist: libertinus-otf (23jul21)
commits+karl at tug.org
commits+karl at tug.org
Fri Jul 23 22:07:40 CEST 2021
Revision: 60023
http://tug.org/svn/texlive?view=revision&revision=60023
Author: karl
Date: 2021-07-23 22:07:39 +0200 (Fri, 23 Jul 2021)
Log Message:
-----------
libertinus-otf (23jul21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/libertinus-otf/Changes
trunk/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.pdf
trunk/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex
trunk/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty
Modified: trunk/Master/texmf-dist/doc/fonts/libertinus-otf/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/libertinus-otf/Changes 2021-07-22 23:42:39 UTC (rev 60022)
+++ trunk/Master/texmf-dist/doc/fonts/libertinus-otf/Changes 2021-07-23 20:07:39 UTC (rev 60023)
@@ -1,3 +1,4 @@
+0.29 2021-07-23 - apply defaultfeatures only to \rmfamily and \sffamily
0.28 2021-01-11 - added support for StylisticSet 08 (slanted integrals)
0.27 2020-10-13 - fix bug for missing + sign in RawFeature=+ssxx
0.26 2020-07-31 - fix bug for using Small Caps
Modified: trunk/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex 2021-07-22 23:42:39 UTC (rev 60022)
+++ trunk/Master/texmf-dist/doc/fonts/libertinus-otf/libertinus-otf-doc.tex 2021-07-23 20:07:39 UTC (rev 60023)
@@ -757,7 +757,7 @@
ScaleSF & scaling for the sans serif font, preset to 1\\
ScaleTT & scaling for the mono font, preset to \texttt{MatchLowercase}\\
StretchTT & value (0..1) for the mono font stretch (FakeStretch)\\\hline
-defaultfeatures & valid for all fonts\\
+defaultfeatures & valid only for \rmfamily and \sffamily\\
\end{tabular}
Modified: trunk/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty 2021-07-22 23:42:39 UTC (rev 60022)
+++ trunk/Master/texmf-dist/tex/latex/libertinus-otf/libertinus-otf.sty 2021-07-23 20:07:39 UTC (rev 60023)
@@ -8,7 +8,7 @@
% Copyright 2020 Herbert Voss hvoss at tug.org
%
\ProvidesPackage{libertinus-otf}[%
- 2021/01/11 v. 0.28 (Herbert Voss) Supports libertinus fonts for lualatex and xelatex.]
+ 2021/07/23 v. 0.29 (Herbert Voss) Supports libertinus fonts for lualatex and xelatex.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
%\RequirePackage[no-math]{fontspec}
@@ -83,7 +83,7 @@
\ifxetex\XeTeXtracingfonts=1\fi
-\defaultfontfeatures{
+\defaultfontfeatures[\rmfamily,\sffamily]{
Ligatures = TeX ,
SmallCapsFeatures={Letters=SmallCaps},% \ifluatex,Renderer=Basic\fi},
\libertinus at defaultfeatures
More information about the tex-live-commits
mailing list.