Tagged Questions
7
votes
2answers
143 views
Patching commands to remove surrounding whitespace
I'm using the todonotes package to add little margin notes to my text, however writing
Hello\todo{test} World!
removes the interword space as is already pointed out in this question. So I tried
...
12
votes
4answers
625 views
Todo note steals space
I'm writing a larger document and I use the todonotes package to add reminders. For some reason, when I add a note, the space after the note's insertion point is removed. Here's minimal example:
...