cgnieder/fnpct

Conflict with luainputenc and newtxtext?

cgnieder opened this issue · 2 comments

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).

Original comment by Clemens Niederberger (Bitbucket: cgnieder, GitHub: cgnieder).


This runs without error on my system (all packages up to date)

Original comment by Clemens Niederberger (Bitbucket: cgnieder, GitHub: cgnieder).


Removing version: 0.4 (automated comment)