Collaborative Latex
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?
开发者_Python百科Seems one way is to use the fixme package, but I couldn't make it work.
Is Anyone using it?
Another option is the todonotes package which works very well. Just add \usepackage{todonotes}
in your preamble.
精彩评论