The not equal sign ($\neq$) becomes equal sign(=) in hyperref's bookmark. I know that \texorpdfstring will work for this, but I can not find \textneq, maybe another name?
Thanks in advance.
|
Just use the actual ≠ symbol:
You need to load Your source file also needs to be UTF-8 encoded. |
|||||||||||||
|
\newcommand\textneq{\ensuremath{\neq}}work? (i.e. put this in your preamble and then use\textneqin the bookmark? – Seamus Jan 9 '11 at 15:24