]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdrefprefix.inc
852e46868dc740deedeaa7eda3412f39c5a189e0
[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 68
11
12 ModifyStyle Part
13         RefPrefix part
14 End
15
16 ModifyStyle Chapter
17         RefPrefix chap
18 End
19
20 ModifyStyle Section
21         RefPrefix sec
22 End
23
24 ModifyStyle Subsection
25         RefPrefix subsec
26 End
27
28 ModifyStyle Subsubsection
29         RefPrefix subsec
30 End
31
32 ModifyStyle Paragraph
33         RefPrefix par
34 End
35
36 ModifyStyle Subparagraph
37         RefPrefix par
38 End