]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdrefprefix.inc
Add frontispiece layout to KOMA classes
[lyx.git] / lib / layouts / stdrefprefix.inc
index f5e4c875f44d10b5a4b91a05a929133a3ca0a7d8..1b616ff9ba3f41b2b4f3cd24603c300224e0e3ca 100644 (file)
@@ -1,38 +1,38 @@
 # Standard RefPrefix definitions. 
 # This defines the label prefixes for use with refstyle.sty.
 #
-# Author: Richard Heck <rgheck@comcast.net>
+# Author: Richard Kimberly Heck <rikiheck@lyx.org>
 #
 # Note that this file is included in stdsections.inc, which is included
 # in stdclass.inc, so any file that includes either of these will get
 # the standard RefPrefix definitions.
 
-Format 30
+Format 90
 
-IfStyle Part
+ModifyStyle Part
        RefPrefix part
 End
 
-IfStyle Chapter
+ModifyStyle Chapter
        RefPrefix chap
 End
 
-IfStyle Section
+ModifyStyle Section
        RefPrefix sec
 End
 
-IfStyle Subsection
-       RefPrefix sub
+ModifyStyle Subsection
+       RefPrefix subsec
 End
 
-IfStyle Subsubsection
-       RefPrefix sub
+ModifyStyle Subsubsection
+       RefPrefix subsec
 End
 
-IfStyle Paragraph
+ModifyStyle Paragraph
        RefPrefix par
 End
 
-IfStyle Subparagraph
+ModifyStyle Subparagraph
        RefPrefix par
 End