]> 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 8bf5eb521136e9f732a4b61e8ed9081dc21afb65..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 25
+Format 74
 
-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