Conflict with luainputenc and newtxtext?
cgnieder opened this issue · 2 comments
cgnieder commented
Original report by Alex Ball (Bitbucket: aball, GitHub: aball).
I recently upgraded my TeX Live from 2017 to 2018, and something that had previously worked fine stopped working.
#!latex
\documentclass{standalone}
\usepackage[utf8]{luainputenc}
\usepackage{newtxtext}
\usepackage{fnpct}
\begin{document}
‘Hello World!’
\end{document}
This fails with the error:
! Illegal parameter number in definition of \c__tl_i_ogonek_tl.
<to be read again>
\crcr
l.24751 \__tl_tmp:w \c__tl_i_ogonek_tl { 012F }
This is not a big deal as it is only triggered when fnpct is loaded after the other two. But I wanted to report it in case it was symptomatic of something strange going on (e.g. with changes in expl3).
cgnieder commented