]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/customHeadersFooters.module
Add tableaux to outliner
[lyx.git] / lib / layouts / customHeadersFooters.module
index da5f0fde89295ce0dba37c03494c2889a025987e..55f05f66d8a807dee0b052d2d024bb2c35a10c7b 100644 (file)
@@ -4,25 +4,29 @@
 #NOTE: To use this module you must set the 'Headings style' in 
 #      the menu Document Settings -> Page Layout to 'fancy'!
 #DescriptionEnd
+#Author: Uwe Stöhr
 
-Format 33
+Format 63
 
 Style "Left Header"
-  Category             FrontMatter
+  Category             Header/Footer
   Margin               First_Dynamic
   LatexType            command
   LabelType            Static
   LabelSep             xx
   LatexName            lhead
   LabelString          "Left Header:"
-  OptionalArgs         1
+  Argument 1
+    LabelString                "Even Header"
+    Tooltip            "Alternative text for the even header"
+  EndArgument
   KeepEmpty            1
   ParSkip              0
   TopSep               0
   BottomSep            0
   ParSep               0
   LabelFont
-         Color         Green
+    Color              Green
   EndFont
 End
 
@@ -32,30 +36,27 @@ Style "Center Header"
   LabelString          "Center Header:"
 End
 
-
 Style "Right Header"
   CopyStyle            "Left Header"
   LatexName            rhead
   LabelString          "Right Header:"
 End
 
-
 Style "Left Footer"
   CopyStyle            "Left Header"
   LatexName            lfoot
   LabelString          "Left Footer:"
 End
 
-
 Style "Center Footer"
   CopyStyle            "Left Header"
   LatexName            cfoot
   LabelString          "Center Footer:"
 End
 
-
 Style "Right Footer"
   CopyStyle            "Left Header"
   LatexName            rfoot
   LabelString          "Right Footer:"
 End
+