]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdrefprefix.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / stdrefprefix.inc
index 58b15bc51e09d3c7ad7f3db2d4240b85e85e6592..504c261aefed48a264afa72238fb4e13a16afa7e 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 29
+Format 98
 
-IfStyle Part
+ModifyStyle Part
        RefPrefix part
 End
 
-IfStyle Chapter
-       RefPrefix cha
+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