]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/customHeadersFooters.module
Update tex2lyx test files
[lyx.git] / lib / layouts / customHeadersFooters.module
index d1bb9d7df309cd24dbad3008e5f76a0e89c72fbd..17c334492525ebc7f52382b15454102c86ca80d2 100644 (file)
@@ -1,14 +1,15 @@
 #\DeclareLyXModule[fancyhdr.sty]{Custom Header/Footerlines}
 #DescriptionBegin
-#Adds environments to define header and footer lines
-#NOTE: To use this module you must set the "Headings style" in 
-#      the menu Document Settings -> Page Layout to "fancy"!
+#Adds environments to define header and footer lines.
+#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 30
+Format 40
 
 Style "Left Header"
-  Category             FrontMatter
+  Category             Header/Footer
   Margin               First_Dynamic
   LatexType            command
   LabelType            Static
@@ -32,30 +33,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
+