lyx_mirror/lib/layouts/stdrefprefix.inc
Juergen Spitzmueller dbe0096c12 Rename ref prefix "sub:" to "subsec:"
This solves a macro conflict between subfloat's \subref and our own
\subref definition (bug #7550)

File format change.
2015-05-24 13:50:21 +02:00

39 lines
608 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 54
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