summaryrefslogtreecommitdiff
path: root/texmf-dist/tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-18 16:02:55 +0900
committerNorbert Preining <norbert@preining.info>2023-06-18 16:02:55 +0900
commit59f37fa25b062f876af1ccf39fc9ed02a8b63df8 (patch)
tree3a24baeb4b75cd4f06a5bdc2c9c80b73be6785d3 /texmf-dist/tex
parent302d2f9f32c97cb71782a339cc50cecb67e3c7c0 (diff)
New lucida-otf package, adjust config
Diffstat (limited to 'texmf-dist/tex')
-rw-r--r--texmf-dist/tex/latex/lucida-otf/lucida-otf-kern.tex1
-rw-r--r--texmf-dist/tex/latex/lucida-otf/lucida-otf.sty8
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
]