summaryrefslogtreecommitdiff
path: root/fonts/libertinus-otf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-14 03:01:34 +0000
committerNorbert Preining <norbert@preining.info>2020-10-14 03:01:34 +0000
commit3a5a864b265cf29d47d0821fb7f03745f99b97d9 (patch)
tree9a68323d2f3ec35b212065daaf864281623541f2 /fonts/libertinus-otf
parent5a431b4140a0b824bb7f64b97d01b1a6b0ba454d (diff)
CTAN sync 202010140301
Diffstat (limited to 'fonts/libertinus-otf')
-rw-r--r--fonts/libertinus-otf/Changes1
-rw-r--r--fonts/libertinus-otf/doc/libertinus-otf-doc.pdfbin626028 -> 626620 bytes
-rw-r--r--fonts/libertinus-otf/latex/libertinus-otf.sty6
3 files changed, 4 insertions, 3 deletions
diff --git a/fonts/libertinus-otf/Changes b/fonts/libertinus-otf/Changes
index b9f448a937..3eb3c95b41 100644
--- a/fonts/libertinus-otf/Changes
+++ b/fonts/libertinus-otf/Changes
@@ -1,3 +1,4 @@
+0.27 2020-10-13 - fix bug for missing + sign in RawFeature=+ssxx
0.26 2020-07-31 - fix bug for using Small Caps
0.25 2020-04-25 - added text font macros \textsup, \textsfb, and \textinit
0.24 2020-02-22 - added some more macros to controll the font features
diff --git a/fonts/libertinus-otf/doc/libertinus-otf-doc.pdf b/fonts/libertinus-otf/doc/libertinus-otf-doc.pdf
index 1ded07d41a..c6e6f2ed4c 100644
--- a/fonts/libertinus-otf/doc/libertinus-otf-doc.pdf
+++ b/fonts/libertinus-otf/doc/libertinus-otf-doc.pdf
Binary files differ
diff --git a/fonts/libertinus-otf/latex/libertinus-otf.sty b/fonts/libertinus-otf/latex/libertinus-otf.sty
index f893d90276..03eaf948e1 100644
--- a/fonts/libertinus-otf/latex/libertinus-otf.sty
+++ b/fonts/libertinus-otf/latex/libertinus-otf.sty
@@ -8,7 +8,7 @@
% Copyright 2020 Herbert Voss hvoss@tug.org
%
\ProvidesPackage{libertinus-otf}[%
- 2020/07/31 v. 0.26 (Herbert Voss) Supports libertinus fonts for lualatex and xelatex.]
+ 2020/10/13 v. 0.27 (Herbert Voss) Supports libertinus fonts for lualatex and xelatex.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
%\RequirePackage[no-math]{fontspec}
@@ -573,8 +573,8 @@
\def\L@CPSP-{\addfontfeature{RawFeature=-cpsp}}
\def\L@@CPSP#1{\addfontfeature{RawFeature=+cpsp}\ifx#1+\else#1\fi}
-\def\Lss#1#2#3{{\addfontfeature{RawFeature=ss#1#2}#3}}
-\def\LSS#1#2{\addfontfeature{RawFeature=ss#1#2}}
+\def\Lss#1#2#3{{\addfontfeature{RawFeature=+ss#1#2}#3}}
+\def\LSS#1#2{\addfontfeature{RawFeature=+ss#1#2}}
\def\Lctosc#1{{\addfontfeature{RawFeature=+c2sc}#1}}
\def\LCtoSC{\@ifnextchar-\L@CtoSC\L@@CtoSC}