]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdrefprefix.inc
Add frontispiece layout to KOMA classes
[lyx.git] / lib / layouts / stdrefprefix.inc
index 3efe8194f8d05582decff0b45466141554f515b7..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 54
+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
+ModifyStyle Subsection
        RefPrefix subsec
 End
 
-IfStyle Subsubsection
+ModifyStyle Subsubsection
        RefPrefix subsec
 End
 
-IfStyle Paragraph
+ModifyStyle Paragraph
        RefPrefix par
 End
 
-IfStyle Subparagraph
+ModifyStyle Subparagraph
        RefPrefix par
 End