]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/todonotes.module
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / todonotes.module
index b95ee72e8cea41ea28fc181b37aca659c4e8a420..a5f8879af470c0a9802eb811ee2a2255b7e2e02c 100644 (file)
@@ -1,17 +1,21 @@
 #\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 62
+Format 99
 
 OutlinerName todonotes "TODO"
 
+PackageOptions todonotes obeyFinal
+
 #
 # List of TODOs
 #
@@ -56,13 +60,13 @@ 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