lyx_mirror/lib/layouts/stdrefprefix.inc
Enrico Forestieri 31b7c18358 Update layouts
2021-02-13 15:16:58 +01:00

39 lines
643 B
HTML

# Standard RefPrefix definitions.
# This defines the label prefixes for use with refstyle.sty.
#
# Author: Richard Kimberly Heck <rikiheck@lyx.org>
#
# 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 93
ModifyStyle Part
RefPrefix part
End
ModifyStyle Chapter
RefPrefix chap
End
ModifyStyle Section
RefPrefix sec
End
ModifyStyle Subsection
RefPrefix subsec
End
ModifyStyle Subsubsection
RefPrefix subsec
End
ModifyStyle Paragraph
RefPrefix par
End
ModifyStyle Subparagraph
RefPrefix par
End