diff options
Diffstat (limited to 'tex/context/base/mkiv/typo-itc.lua')
-rw-r--r-- | tex/context/base/mkiv/typo-itc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/typo-itc.lua b/tex/context/base/mkiv/typo-itc.lua index a46f3e8a0..cf54187d7 100644 --- a/tex/context/base/mkiv/typo-itc.lua +++ b/tex/context/base/mkiv/typo-itc.lua @@ -283,7 +283,7 @@ function italics.handler(head) postinserted = nil postitalic = 0 updated = false - pre, post, replace, pretail, posttail, replacetail = getdisc(current) + pre, post, replace, pretail, posttail, replacetail = getdisc(current,true) if replace then local current = replacetail while current do |