I'm creating a presentation using beamer and I would like to denote bits that need to be done later using the todonotes package. But there appears to be some conflict between the two packages. I get errors of the form
! LaTeX Error: Float(s) lost.
I'm guessing this is because the slides don't have a margin in which to place the todo bubbles. What's the best way to get around this? I'm looking for something easier than manually adding the inline option to every use of \todo.
todonotesto use them you wont come far. – Martin Scharrer♦ Feb 28 '11 at 18:46inlineoption to every instance of\todo. – David Zaslavsky Feb 28 '11 at 19:07