]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/todonotes.module
Amend 3e92efd: Remove (Begin|End)Frontmatter in elsarticle
[lyx.git] / lib / layouts / todonotes.module
index f1bc731198be1e5e9a02e6763a79345bce47b5a0..2ed5b481adabd8d2c08af85e26dcefdda70b0f31 100644 (file)
@@ -2,16 +2,19 @@
 #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 59
+Format 68
 
 OutlinerName todonotes "TODO"
 
+PackageOptions todonotes obeyFinal
+
 #
 # List of TODOs
 #
@@ -56,13 +59,13 @@ InsetLayout Flex:TODO_Note_(Margin)
        LyxType         custom
        LabelString     "TODO (Margin)"
        Decoration      classic
-       BgColor         blue
+       BgColor         orange
        Font
-           Color       yellow
+           Color       black
            Family      Typewriter
        EndFont
        LabelFont
-           Color       blue
+           Color       brown
            Family      Sans
            Size        Small
        EndFont