mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9ae4b659dc
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
)
39 lines
636 B
HTML
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
|