summaryrefslogtreecommitdiff
path: root/fonts/lucida-otf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
committerNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
commitf07aa0a2368abb30efa4b434b345413c68fcab3a (patch)
tree6b3941ef9ec8c0c9e563240377a2b52f974af2fe /fonts/lucida-otf
parent5a0f1ae73dc99fa5e9279c3ac3612137c55e86b6 (diff)
CTAN sync 202306170301
Diffstat (limited to 'fonts/lucida-otf')
-rw-r--r--fonts/lucida-otf/Changes1
-rw-r--r--fonts/lucida-otf/README.md2
-rw-r--r--fonts/lucida-otf/doc/lucida-otf-doc.pdfbin223673 -> 220356 bytes
-rw-r--r--fonts/lucida-otf/latex/lucida-otf-kern.tex1
-rw-r--r--fonts/lucida-otf/latex/lucida-otf.sty8
5 files changed, 9 insertions, 3 deletions
diff --git a/fonts/lucida-otf/Changes b/fonts/lucida-otf/Changes
index 1479c4ab70..d2e60a82e8 100644
--- a/fonts/lucida-otf/Changes
+++ b/fonts/lucida-otf/Changes
@@ -1,3 +1,4 @@
+0.09 2023-06-16 - fix for missing italic in regular fit
0.08 2018-03-31 - rename the kerning file
0.07 2018-03-29 - extended kerning table for LuaLaTeX
0.06 2018-03-26 - added kerning table for LuaLaTeX
diff --git a/fonts/lucida-otf/README.md b/fonts/lucida-otf/README.md
index 7ce52ef002..1343c97e54 100644
--- a/fonts/lucida-otf/README.md
+++ b/fonts/lucida-otf/README.md
@@ -31,3 +31,5 @@ Following font files are supported:
- LucidaSansTypewriterOT-Bold.otf
- LucidaSansTypewriterOT-Oblique.otf
- LucidaSansTypewriterOT.otf
+
+Herbert Voß 2023 -
diff --git a/fonts/lucida-otf/doc/lucida-otf-doc.pdf b/fonts/lucida-otf/doc/lucida-otf-doc.pdf
index 0d86ac7cc8..ed6d7e521b 100644
--- a/fonts/lucida-otf/doc/lucida-otf-doc.pdf
+++ b/fonts/lucida-otf/doc/lucida-otf-doc.pdf
Binary files differ
diff --git a/fonts/lucida-otf/latex/lucida-otf-kern.tex b/fonts/lucida-otf/latex/lucida-otf-kern.tex
index bfd6f47813..9f8b057ccd 100644
--- a/fonts/lucida-otf/latex/lucida-otf-kern.tex
+++ b/fonts/lucida-otf/latex/lucida-otf-kern.tex
@@ -1,3 +1,4 @@
+%% $Id: lucida-otf-kern.tex 755 2018-04-13 11:33:43Z herbert $
%%
%% Herbert Voss 2018 -
%%
diff --git a/fonts/lucida-otf/latex/lucida-otf.sty b/fonts/lucida-otf/latex/lucida-otf.sty
index b380836d36..3fe40d4a6e 100644
--- a/fonts/lucida-otf/latex/lucida-otf.sty
+++ b/fonts/lucida-otf/latex/lucida-otf.sty
@@ -1,13 +1,13 @@
-%% $Id: lucida-otf.sty 750 2018-03-29 12:29:53Z herbert $
+%% $Id: lucida-otf.sty 751 2018-03-31 17:34:46Z herbert $
%%
%% This file is distributed under the terms of the LaTeX Project Public
%% License from CTAN archives in directory macros/latex/base/lppl.txt.
%% Either version 1.3 or, at your option, any later version.
%%
-% Copyright 2018 Herbert Voss hvoss@tug.org
+% Copyright 2023 Herbert Voss hvoss@tug.org
%%
\ProvidesPackage{lucida-otf}[%
- 2018/03/31 v. 0.08 (Herbert Voss) Supports Lucida OpenType for lualatex/xelatex.]
+ 2023/06/16 v. 0.09 (Herbert Voss) Supports Lucida OpenType for lualatex/xelatex.]
%
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
\RequirePackage{unicode-math} % support opentype math fonts
@@ -136,6 +136,7 @@
%----------------------------------------- symbolic names ----------------------------
\setmainfont{Lucida Bright OT}[% main rm
\lucidaRM@features,
+ ItalicFont = * Italic,
BoldFont = * Demibold,
BoldItalicFont = * Demibold Italic,
RawFeature = {\Lucida@RawFeatures}
@@ -143,6 +144,7 @@
%
\setsansfont{Lucida Sans OT}[% main sans
\lucidaSS@features,
+ ItalicFont = * Italic,
BoldFont = * Demibold,
BoldItalicFont = * Demibold Italic
]