`fnpct` does not work with `sidenotes` anymore
cgnieder opened this issue · 2 comments
cgnieder commented
Original report by Anonymous.
The following example does not compile in Tex Live 2018:
\documentclass{article}
\usepackage{sidenotes}
\usepackage{fnpct}
\begin{document}
This is some body text\sidenote{And a note}.
\end{document}
Compilation fails with the the following error:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "xparse/if-boolean"
!
! Invalid use \IfBooleanTF {-NoValue-}
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.6 This is some body text\sidenote{And a note}.
|'''''''''''''''''''''''''''''''''''''''''''''''
| The first argument of \IfBoolean(TF/T/F) must be a boolean argument obtained
| from parsing 's' or 't' arguments.
|...............................................
cgnieder commented