Tagged Questions
9
votes
2answers
93 views
spurious whitespace in \index with fixme package
Consider the following example:
\documentclass{article}
\usepackage{fixme}
\makeindex
\begin{document}
Ignorance is strength\index{strength}.
\end{document}
Then there will be a white space ...