lyx_mirror/lib/layouts/stdrefprefix.inc
Juergen Spitzmueller 9ae4b659dc Collapsable -> Collapsible (part 4)
The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.

See #10678 for discussion

This last part updates the layout format and changes collapsable color.

This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).

(cherry picked from commit 4345331870)
2017-10-16 11:24:49 +02:00

39 lines
636 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 65
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