lyx_mirror/lib/layouts/stdrefprefix.inc
Scott Kostyshak adefdf8eeb Revert "Update layouts"
This reverts commit 7c041af642.

We will hold this back until we fix the issue discussed here:

  https://marc.info/?l=lyx-devel&m=171733833610242&w=2
2024-06-03 10:37:02 -04:00

39 lines
644 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 104
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