summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/microtype/microtype-xetex.def
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2013-05-27 01:20:20 +0000
committerNorbert Preining <preining@logic.at>2013-05-27 01:20:20 +0000
commitf07b7c015a77f69963eb08048aba8c5621cdb0c1 (patch)
tree416117265306e535a623b7d29544a300865d02db /Master/texmf-dist/tex/latex/microtype/microtype-xetex.def
parenta310e63ad62aa521c7903a0f499d8b9ca8124681 (diff)
microtype 5/27
git-svn-id: svn://tug.org/texlive/trunk@30696 c570f23f-e606-0410-a88d-b1316a301751
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
}%
}{%