RylanSchaeffer / Stanford-LaTeX-Poster-Template

Stanford LaTeX poster template
152 stars 54 forks source link

Fix support for todonotes #2

Open mukobi opened 1 year ago

mukobi commented 1 year ago

Have you got it working with the todonotes package? Seems to not show \todo{}s

Repro:

% in the header
\usepackage{todonotes}

...

% in the body
\todo{Foobar}

Observed - expected: The todo doesn't show up, unlike in normal LaTeX papers.

Note I get a warning to add \setlength {\marginparwidth }{2cm} before including todonotes, but that doesn't seem to fix it.