mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
dbe0096c12
This solves a macro conflict between subfloat's \subref and our own \subref definition (bug #7550) File format change.
39 lines
608 B
HTML
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
|