Jürgen Spitzmüller wrote:
> 1. a module that lets you insert "todo notes", as seen here:
> ftp://dante.ctan.org/tex-
> archive/macros/latex/contrib/todonotes/todonotesexample.pdf
> You need the todonotes package for this

Try the attached instead.

Jürgen
#\DeclareLyXModule{TODO notes}
#DescriptionBegin
#Inserts TODO-notes in the output. A list of todo notes can be produced
#by inserting \listoftodos in ERT.
#DescriptionEnd
# Author: Juergen Spitzmueller <sp...@lyx.org>

Format 11

InsetLayout TODO
        LyXType               custom
        LabelString           TODO
        LatexType             command
        LatexName             todo
        Decoration            classic
        LabelFont
          Color               magenta
          Size                Small
        EndFont
        MultiPar              false
        OptionalArgs          1
        Preamble
                \RequirePackage{todonotes}
        EndPreamble
End

Reply via email to