lyx_mirror/lib/layouts/stdrefprefix.inc
2013-06-04 19:48:19 +02:00

39 lines
602 B
HTML

# Standard RefPrefix definitions.
# This defines the label prefixes for use with refstyle.sty.
#
# Author: Richard Heck <rgheck@comcast.net>
#
# Note that this file is included in stdsections.inc, which is included
# in stdclass.inc, so any file that includes either of these will get
# the standard RefPrefix definitions.
Format 48
IfStyle Part
RefPrefix part
End
IfStyle Chapter
RefPrefix chap
End
IfStyle Section
RefPrefix sec
End
IfStyle Subsection
RefPrefix sub
End
IfStyle Subsubsection
RefPrefix sub
End
IfStyle Paragraph
RefPrefix par
End
IfStyle Subparagraph
RefPrefix par
End