]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/todonotes.module
Revert "Fix Ticket #9741 misleading name for font-encoding setting "default"."
[lyx.git] / lib / layouts / todonotes.module
index 05bfb1b7d7f28ba44afc64ffbabe704442cf335d..b95ee72e8cea41ea28fc181b37aca659c4e8a420 100644 (file)
@@ -8,7 +8,9 @@
 # Authors: Stephen <stephen4mailinglists@googlemail.com>
 #          Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 48
+Format 62
+
+OutlinerName todonotes "TODO"
 
 #
 # List of TODOs
@@ -30,12 +32,11 @@ Style List_of_TODOs
        LeftMargin      MMMMM
        LabelString     "[List of TODOs]"
 
-       LabelFont 
-           Family      sansserif
-           Series      Medium
-           Size        large
+       LabelFont
+           Family      Sans
+           Series      Bold
+           Size        Large
            Color       latex
-           Shape       bold
        EndFont
 
        Argument 1
@@ -68,6 +69,8 @@ InsetLayout Flex:TODO_Note_(Margin)
        MultiPar        true
        LatexType       command
        LatexName       todo
+       AddToToc      todonotes
+       IsTocCaption  1
        Argument 1
                LabelString     "Options"
                MenuString      "TODO Note Options|s"
@@ -109,25 +112,20 @@ End
 # Backwards compatibility to user-provided
 # modules on the LyX wiki
 #
-# FIXME: uncomment these when #9000 is fixed.
 
-#InsetLayout TODO
-#      ObsoletedBy           Flex:TODO_Note_(Margin)
-#End
-#
-#InsetLayout MakeTableOfToDos
-#      ObsoletedBy           List_of_TODOs
-#End
-#
-#InsetLayout Todo[Inline]
-#      ObsoletedBy           Flex:TODO_Note_(inline)
-#End
-#
-#InsetLayout Todo[margin]
-#      ObsoletedBy           Flex:TODO_Note_(Margin)
-#End
-#
-#InsetLayout MissingFigure
-#      ObsoletedBy           Flex:Missing_Figure
-#End
+InsetLayout Flex:TODO
+       ObsoletedBy           Flex:TODO_Note_(Margin)
+End
+
+InsetLayout Flex:Todo[Inline]
+       ObsoletedBy           Flex:TODO_Note_(inline)
+End
+
+InsetLayout Flex:Todo[margin]
+       ObsoletedBy           Flex:TODO_Note_(Margin)
+End
+
+InsetLayout Flex:MissingFigure
+       ObsoletedBy           Flex:Missing_Figure
+End