I would like to insert notes on the fixes to be done in specific places of my latex document
and maybe have a list of “todos/fixme”
How do you handle this?
Seems one way is to use the fixme package, but I couldn’t make it work.
Is Anyone using it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Another option is the todonotes package which works very well. Just add
\usepackage{todonotes}in your preamble.