thanks for the tufte-latex package.
I try to use the todonotes package in a tufte-book.
Works fine all the todos are in the margin area.
There is a possibility to set a \listoftodos (it's like a tableofcontents but for todos) at the beginning of the document, so you have an overview of all the open items you work on.
The problem is: the \listoftodos command doesn't work correctly. I get the headline, but not the todos.
The todonotes package works fine with other document classes.
Does anybody use the todonotes package and could give a hint?
Regards
Roman
PS: Sorry for my bad english.
--
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser
You'll need to increase the value of the tocdepth counter. After the
\tableofcontents command, add \setcounter{tocdepth}{10} and then the
\listoftodos command.
--Kevin
> --
> You received this message because you are subscribed to the Google Groups "tufte-latex" group.
> To post to this group, send email to tufte...@googlegroups.com.
> To unsubscribe from this group, send email to tufte-latex...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tufte-latex?hl=en.
>
>
that did it.
--Roman
-------- Original-Nachricht --------
> Datum: Mon, 1 Mar 2010 04:15:30 -0600
> Von: Kevin Godby <god...@gmail.com>
> An: tufte...@googlegroups.com
> Betreff: Re: [tufte-latex] todonotes and tufte-book