]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdrefprefix.inc
Make Word Wrap property confiurable by language
[lyx.git] / lib / layouts / stdrefprefix.inc
index 9a79b18f382e9bed5a993da3eabcf224a1179531..9da80c4501eb4ac6c80a5b0f999f855a5cfccf97 100644 (file)
@@ -7,32 +7,32 @@
 # in stdclass.inc, so any file that includes either of these will get
 # the standard RefPrefix definitions.
 
-Format 48
+Format 74
 
-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