]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/todonotes.module
Autoconf: use included boost when system boost is not available
[lyx.git] / lib / layouts / todonotes.module
index 0787882d10db67f08c7c171a1b69891a76d9a398..480c5d1bcc735d2c9cc2bf5d2e25116c4e436d20 100644 (file)
@@ -1,14 +1,20 @@
 #\DeclareLyXModule[todonotes.sty]{TODO Notes}
+#\DeclareCategory{Annotation & Revision}
 #DescriptionBegin
 #Provides custom insets to insert TODO items in your document
 #(using the todonotes package). In order to generate a 'List of TODOs',
-#the module provides a paragraph style.
+#the module provides a paragraph style. Passing 'final' as document class
+#option suppresses the output of TODO notes.
 #DescriptionEnd
 
 # Authors: Stephen <stephen4mailinglists@googlemail.com>
 #          Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 58
+Format 90
+
+OutlinerName todonotes "TODO"
+
+PackageOptions todonotes obeyFinal
 
 #
 # List of TODOs
@@ -54,19 +60,21 @@ InsetLayout Flex:TODO_Note_(Margin)
        LyxType         custom
        LabelString     "TODO (Margin)"
        Decoration      classic
-       BgColor         blue
+       BgColor         orange
        Font
-           Color       yellow
+           Color       foreground
            Family      Typewriter
        EndFont
        LabelFont
-           Color       blue
+           Color       brown
            Family      Sans
            Size        Small
        EndFont
        MultiPar        true
        LatexType       command
        LatexName       todo
+       AddToToc      todonotes
+       IsTocCaption  1
        Argument 1
                LabelString     "Options"
                MenuString      "TODO Note Options|s"