]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdrefprefix.inc
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / stdrefprefix.inc
index 9196de98e63505bd757e0472d9c57109138602ed..467919f0daef1640e3785a5ec7839a13319f29a4 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 33
+Format 93
 
-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