summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/microtype/microtype-luatex.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-15 19:58:26 +0000
committerKarl Berry <karl@freefriends.org>2022-03-15 19:58:26 +0000
commitfe90018a56d45f5d093fbf8e83e931f51a9eef73 (patch)
tree5c3ba385706b241b67cc892bea96205ef8475801 /Master/texmf-dist/tex/latex/microtype/microtype-luatex.def
parent81581a7748896db86fd7e660a043f6452fdd6352 (diff)
microtype (15mar22)
git-svn-id: svn://tug.org/texlive/trunk@62717 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/microtype/microtype-luatex.def')
-rw-r--r--Master/texmf-dist/tex/latex/microtype/microtype-luatex.def5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/microtype/microtype-luatex.def b/Master/texmf-dist/tex/latex/microtype/microtype-luatex.def
index 9949d9480ee..188a1d018ad 100644
--- a/Master/texmf-dist/tex/latex/microtype/microtype-luatex.def
+++ b/Master/texmf-dist/tex/latex/microtype/microtype-luatex.def
@@ -31,7 +31,7 @@
%%
\ProvidesFile
{microtype-luatex.def}
- [2022/02/22 v3.0c
+ [2022/03/14 v3.0d
Definitions specific to
luatex
(RS)]
@@ -523,6 +523,7 @@
\DeclareRobustCommand\lslig[1]{%
{\MT@ifdefined@c@TF\MT@curr@ls{%
\escapechar\m@ne
+ \xdef\font@name{\csname\curr@fontshape/\f@size\endcsname}%
\MT@get@ls@basefont
\MT@outer@kern=\dimexpr\MT@curr@ls sp * \fontdimen6\font@name/2000\relax
\kern\MT@outer@kern
@@ -535,7 +536,7 @@
\expandafter\ifx\MT@ls@basefont\relax
\MT@exp@two@c\MT@glet\MT@ls@basefont\font@name
\else
- \MT@exp@two@c\let\font@name\MT@ls@basefont
+ \MT@set@lsbasefont
\fi
}
\def\MT@set@lsbasefont{\MT@exp@two@c\let\font@name\MT@ls@basefont}