-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable background colour #69
Comments
|
|
Okay, I should have been clearer. Apologies for the back and forth. |
This works fine for me: \documentclass{article}
\usepackage{todonotes}
\setuptodonotes{backgroundcolor=none}
\begin{document}
xxx\todo{hallo}
\end{document} |
@Atcold looks like you have an old or broken setup. Add
|
OMG, @FrankMittelbach!!! 🤯 I'm reading your book! 🔥 I love it! 😍 Small book feedbackIn section 1.3.2, Typographic conventions, you never mention there are sections typeset in smaller font, like section 2.3.8. I guess you meant that those sections are advanced? uninportant? skippable?I should have isolated the bug and provided a MWE. It's my bad. Thanks, @mbertucci47, for indirectly suggesting it. \documentclass{article}
\usepackage[colorinlistoftodos]{todonotes}
% \usepackage{todonotes} % <-- this one actually works
\setuptodonotes{backgroundcolor=none}
\begin{document}
xxx\todo{hallo}
\listoftodos
\end{document} The error is the following:
My current setup is the following. Show setup
|
Not just mine, but thanks ... please spread the word, e.g. with a review -- too few people care or know about good books these days (to get you even minimal wages when write one like TLC3)
True, could have been mentioned there too. It is mentioned on page 51 in a footnote:
Now to your problem. The So looks like a problem with |
No, it has nothing to do with unicode engines. The problem is that tikz knows the "none" color, but (x)color does not.
With the
todonotes could add support for the none color here e.g. like this
|
There is no obvious way to turn off the background colour (i.e. setting it to transparent).
The text was updated successfully, but these errors were encountered: