]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/fixme.module
DocBook: implement modern CV.
[lyx.git] / lib / layouts / fixme.module
index 5e4be9b3bcc82e45e7f6e150d9d52bed556f157d..10e975d04814cbc405325589d65f9174e35eea13 100644 (file)
@@ -1,18 +1,21 @@
-#\DeclareLyXModule[fixme.sty]{FiXme}
+#\DeclareLyXModule[fixme.sty]{FiXme Notes}
+#\DeclareCategory{Annotation & Revision}
 #DescriptionBegin
 #Provides 'FiXme' (marginal) annotations for document revision purposes.
 #A list of annotations can be produced by using the 'List of FIXMEs' paragraph style.
 #The annotations are customizable via the LaTeX preamble. See the FiXme documentation for details.
 #NOTE: By default, the notes are only displayed in 'draft' mode (if the option 'draft'
 #has been inserted to Document > Settings > Document Class > Class Options > Custom).
-#To display them always, insert \\fxsetup{draft} to Document > Settings > Preamble.
+#To display them always, insert \fxsetup{draft} to Document > Settings > Preamble.
 #NOTE also that you need version 4 or later of the FiXme package for some features.
 #DescriptionEnd
 #
 # Authors: Mark Edgington <edgimar@gmail.com>
 #          Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 54
+Format 85
+
+OutlinerName fixme "Fixme"
 
 #
 # List of FIXMEs
@@ -59,6 +62,8 @@ InsetLayout Flex:Fixme_Note
           Size                Small
         EndFont
         MultiPar              false
+        AddToToc              fixme
+        IsTocCaption          1
         Argument 1
           LabelString         "Options"
           MenuString          "Fixme Note Options|s"
@@ -103,6 +108,7 @@ InsetLayout Flex:Fixme_Note_(Targeted)
           LabelString         "Note"
           Mandatory            1
           MenuString          "Fixme Note|x"
+          IsTocCaption        1
           Tooltip             "Insert the FIXME note here"
           AutoInsert          1
         EndArgument
@@ -144,6 +150,7 @@ InsetLayout Flex:Fixme_Note_(Multipar)
         Argument 2
           LabelString         "Summary"
           Mandatory            1
+          IsTocCaption        1
           MenuString          "Fixme Summary"
           Tooltip             "Insert a summary of the FIXME note here"
           AutoInsert          1
@@ -184,6 +191,7 @@ InsetLayout Flex:Fixme_Note_(Multipar_Targeted)
         EndArgument
         Argument 2
           LabelString         "Summary"
+          IsTocCaption        1
           Mandatory            1
           MenuString          "Fixme Summary"
           Tooltip             "Insert a summary of the FIXME note here"