summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/microtype/microtype-pdftex.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/microtype/microtype-pdftex.def')
-rw-r--r--Master/texmf-dist/tex/latex/microtype/microtype-pdftex.def9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/microtype/microtype-pdftex.def b/Master/texmf-dist/tex/latex/microtype/microtype-pdftex.def
index 81524cbf3f7..892d82ca52f 100644
--- a/Master/texmf-dist/tex/latex/microtype/microtype-pdftex.def
+++ b/Master/texmf-dist/tex/latex/microtype/microtype-pdftex.def
@@ -31,7 +31,7 @@
%%
\ProvidesFile
{microtype-pdftex.def}
- [2022/02/22 v3.0c
+ [2022/03/14 v3.0d
Definitions specific to
pdftex
(RS)]
@@ -104,7 +104,9 @@
}
\MT@requires@pdftex5{
\def\MT@ifstreq#1#2{%
- \ifnum\pdfstrcmp{#1}{#2}=\z@
+ \ifnum
+ \pdfstrcmp
+ {#1}{#2}=\z@
\expandafter\@firstoftwo
\else
\expandafter\@secondoftwo
@@ -726,6 +728,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
@@ -738,7 +741,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}