lyx_mirror/lib/layouts/stdrefprefix.inc

39 lines
608 B
PHP
Raw Normal View History

# 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.
2015-11-13 18:01:27 +00:00
Format 57
IfStyle Part
RefPrefix part
End
IfStyle Chapter
RefPrefix chap
End
IfStyle Section
RefPrefix sec
End
IfStyle Subsection
RefPrefix subsec
End
IfStyle Subsubsection
RefPrefix subsec
End
IfStyle Paragraph
RefPrefix par
End
IfStyle Subparagraph
RefPrefix par
End