summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/microtype/microtype-xetex.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/microtype/microtype-xetex.def')
-rw-r--r--Master/texmf-dist/tex/latex/microtype/microtype-xetex.def10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/microtype/microtype-xetex.def b/Master/texmf-dist/tex/latex/microtype/microtype-xetex.def
index 581695e43d5..86a169114dd 100644
--- a/Master/texmf-dist/tex/latex/microtype/microtype-xetex.def
+++ b/Master/texmf-dist/tex/latex/microtype/microtype-xetex.def
@@ -30,7 +30,7 @@
%%
\ProvidesFile
{microtype-xetex.def}
- [2013/03/13 v2.5
+ [2013/05/23 v2.5a
Definitions specific to
xetex
(RS)]
@@ -85,15 +85,13 @@
\def\MT@ledmac@setup{%
\ifMT@protrusion
\MT@ifdefined@c@TF\l@dunhbox@line{%
- \MT@info@nl{Patching ledmac to enable character protrusion}%
- \newdimen\MT@led@kern
+ \MT@info@nl{Patching (e)ledmac to enable character protrusion}%
\let\MT@led@unhbox@line\l@dunhbox@line
\renewcommand*{\l@dunhbox@line}[1]{%
\ifhbox##1%
- \MT@led@kern=\rightmarginkern##1%
\kern\leftmarginkern##1%
- \MT@led@unhbox@line##1%
- \kern\MT@led@kern
+ \expandafter\MT@led@unhbox@line\expandafter##1\expandafter
+ \kern\rightmarginkern##1%
\fi
}%
}{%