I'm trying to use the mnotes package (\usepackage{mnotes}), which is a package for adding comments to the margins that point to text in the document.
but I'm getting this error:
(C:\ProgramsPortable\miktex-portable\texmfs\install\tex/latex/mnotes\mnotes.sty
)
! Incomplete \iffalse; all text was ignored after line 70.
<inserted text>
\fi
I tried looking at the code in mnotes.sty, but I couldn't see any mismatched \ifs or \fis (as far I can see, though I'm no latex expert).
Turning on "basic" mode allows it to run, but functionality is greatly reduced:
\usepackage[basic]{mnotes}
Any ideas why this error is happening? Is the problem within mnotes or perhaps a dependency?
\newif\ifoddpageand if\ifoddpageis already defined (by loading the ifoddpage package before mnotes) this gives an unbalanced\if/\fi. – Ulrike Fischer Jul 20 '23 at 22:18