diff options
Diffstat (limited to 'texmf-dist/tex')
-rw-r--r-- | texmf-dist/tex/latex/lucida-otf/lucida-otf-kern.tex | 1 | ||||
-rw-r--r-- | texmf-dist/tex/latex/lucida-otf/lucida-otf.sty | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/texmf-dist/tex/latex/lucida-otf/lucida-otf-kern.tex b/texmf-dist/tex/latex/lucida-otf/lucida-otf-kern.tex index bfd6f478..9f8b057c 100644 --- a/texmf-dist/tex/latex/lucida-otf/lucida-otf-kern.tex +++ b/texmf-dist/tex/latex/lucida-otf/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/texmf-dist/tex/latex/lucida-otf/lucida-otf.sty b/texmf-dist/tex/latex/lucida-otf/lucida-otf.sty index b380836d..3fe40d4a 100644 --- a/texmf-dist/tex/latex/lucida-otf/lucida-otf.sty +++ b/texmf-dist/tex/latex/lucida-otf/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 ] |