Ticket #39772

conflict with microtype in the Nvember 2019 release?

Open Date: 2019-11-18 19:34 Last Update: 2019-11-19 05:06

Reporter:
(Anonymous)
Owner:
(None)
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

Since the texlive update today

\documentclass{article}
\usepackage{fontspec}
\usepackage{luatexja-fontspec}
\usepackage{microtype}

\begin{document}
\LaTeX
\end{document}

produces a very large space between the L and the a, see

https://chat.stackexchange.com/transcript/message/52594892#52594892

David Carlisle

Ticket History (3/4 Histories)

2019-11-18 19:34 Updated by: None
  • New Ticket "conflict with microtype in the Nvember 2019 release?" created
2019-11-18 21:40 Updated by: h7k
  • Resolution Update from None to Fixed
Comment

Oops, forgot to supply % in lltjp-microtype.sty... I released new version (20191118.0).

  1. ----------------------- src/patches/lltjp-microtype.sty -----------------------
  2. index 5663551..3e94cfb 100644
  3. @@ -14,21 +14,21 @@
  4. {\xdef\MT@font@list{\MT@font@list\MT@font,}}%
  5. {\directlua{luatexja.jfont.is_kenc('\luatexluaescapestring{\f@encoding}')}%
  6. \unless\ifin@
  7. - \xdef\MT@font@list{\MT@font@list\MT@font,}
  8. + \xdef\MT@font@list{\MT@font@list\MT@font,}%
  9. \fi
  10. }{}{}
  11. \patchcmd\MT@register@subst@font
  12. {\xdef\MT@font@list{\MT@font@list\font@name,}}%
  13. {\directlua{luatexja.jfont.is_kenc('\luatexluaescapestring{\f@encoding}')}%
  14. \unless\ifin@
  15. - \xdef\MT@font@list{\MT@font@list\font@name,}
  16. + \xdef\MT@font@list{\MT@font@list\font@name,}%
  17. \fi}{}{}
  18. \let\ltj@MT@tracking@\MT@tracking@
  19. \patchcmd\MT@tracking@
  20. {\xdef\MT@tr@font@list{\MT@tr@font@list\MT@font,}}%
  21. {\directlua{luatexja.jfont.is_kenc('\luatexluaescapestring{\f@encoding}')}%
  22. \unless\ifin@
  23. - \xdef\MT@tr@font@list{\MT@tr@font@list\MT@font,}
  24. + \xdef\MT@tr@font@list{\MT@tr@font@list\MT@font,}%
  25. \fi}{}{}
  26. \ifx\MT@tracking\ltj@MT@tracking@\let\MT@tracking\MT@tracking@\fi
2019-11-18 22:11 Updated by: None
Comment

thanks for quick update, David

2019-11-19 05:06 Updated by: h7k
  • Status Update from Open to Closed

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login