]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdrefprefix.inc
DocBook: implement Hollywood layout.
[lyx.git] / lib / layouts / stdrefprefix.inc
index b31b0af4b340900a357390e6bf935e3a4725a4c5..5ec2ca72ffda6c3d3b2f579eedc8bee91e4698f9 100644 (file)
@@ -7,32 +7,32 @@
 # in stdclass.inc, so any file that includes either of these will get
 # the standard RefPrefix definitions.
 
-Format 26
+Format 85
 
-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