Hi

> ! Package inputenc Error: Unicode character ¬ (U+AC)
> (inputenc)                not set up for use with LaTeX.

Did this ever work before? I would be surprised. I always used
  \usepackage[utf8x]{inputenc}
to get this working. And this still works the same, like with the
following document
\documentclass{article}
\usepackage[utf8x]{inputenc}
\begin{document}
Hello $¬A$ World
\end{document}

> Removing the character works around the FTBFS,
> but does not sound like the correct fix.

Of course not, the proper solution AFAIK is the above.

Best

Norbert

--
PREINING Norbert                               http://www.preining.info
Accelia Inc.     +    JAIST     +    TeX Live     +    Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

Reply via email to