lyx_mirror/lib/layouts/stdrefprefix.inc
Richard Heck 5142d1c86a Now update layout format.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35614 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-12 15:41:55 +00:00

39 lines
601 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 29
IfStyle Part
RefPrefix part
End
IfStyle Chapter
RefPrefix cha
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