diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-30 22:25:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-30 22:25:01 +0000 |
commit | 71b459821e54eb8e2f629da1385e2590de8c6bf5 (patch) | |
tree | 412fe36dde9cb9b9835cd95fbf2e293cf6e1dae2 /Master/texmf-dist/tex | |
parent | 29298a254e3c429c3a0f4fe147c7b8739f1ce9ca (diff) |
lexend (30jan21)
git-svn-id: svn://tug.org/texlive/trunk@57564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/lexend/lexend.sty | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/lexend/lexend.sty b/Master/texmf-dist/tex/latex/lexend/lexend.sty index 2c343f693ed..413091a9e7a 100644 --- a/Master/texmf-dist/tex/latex/lexend/lexend.sty +++ b/Master/texmf-dist/tex/latex/lexend/lexend.sty @@ -9,7 +9,7 @@ % \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{lexend} - [2020/02/19 1.0.2.53 The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec] + [2021/01/30 1.1.0.70 The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec] % Packages/Dependencies \RequirePackage{expl3} @@ -26,20 +26,23 @@ \ProcessKeyvalOptions*{} % Font list +\ExplSyntaxOn \def\LexendVariants{ -LexendDeca,% -LexendExa,% -LexendGiga,% -LexendMega,% -LexendPeta,% -LexendTera,% -LexendZetta% + LexendDeca, + LexendExa, + LexendGiga, + LexendMega, + LexendPeta, + LexendTera, + LexendZetta } % Font aliases %% Iterate over all known fonts and create aliases -\ExplSyntaxOn -\clist_map_inline:Nn \LexendVariants { \exp_args:Nc \newfontfamily { #1 } { #1 } } +\clist_map_inline:Nn \LexendVariants { + \exp_args:Nc \newfontfamily { @#1 } { #1 } + \exp_args:Ncc \DeclareTextFontCommand { #1 } { @#1 } +} \ExplSyntaxOff % Set main fonts |