mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
4345331870
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).
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
|