]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdrefprefix.inc
Update layouts to 2.2.0alpha1 format
[lyx.git] / lib / layouts / stdrefprefix.inc
1 # Standard RefPrefix definitions. 
2 # This defines the label prefixes for use with refstyle.sty.
3 #
4 # Author: Richard Heck <rgheck@comcast.net>
5 #
6 # Note that this file is included in stdsections.inc, which is included
7 # in stdclass.inc, so any file that includes either of these will get
8 # the standard RefPrefix definitions.
9
10 Format 57
11
12 IfStyle Part
13         RefPrefix part
14 End
15
16 IfStyle Chapter
17         RefPrefix chap
18 End
19
20 IfStyle Section
21         RefPrefix sec
22 End
23
24 IfStyle Subsection
25         RefPrefix subsec
26 End
27
28 IfStyle Subsubsection
29         RefPrefix subsec
30 End
31
32 IfStyle Paragraph
33         RefPrefix par
34 End
35
36 IfStyle Subparagraph
37         RefPrefix par
38 End