lyx_mirror/lib/layouts/InStar.module
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

29 lines
844 B
Plaintext

#\DeclareLyXModule{Title and Preamble Hacks}
#DescriptionBegin
#Provides two new styles:
#1. An 'In Preamble' style that puts whatever is entered into it into the preamble.
# This can be used, if one wishes, to include preamble code in the body of the
# LyX document.
#2. An 'In Title' style that will put its contents into the body of the LaTeX
# document, but before \maketitle is issued. This is useful for making branches
# and notes in title-related material. (If you put these in a Standard layout,
# this signals to LyX to output \maketitle, which may then come too early.)
#DescriptionEnd
#Author: Richard Heck <rgheck@lyx.org>
Format 65
Style "In Preamble"
CopyStyle Standard
Category FrontMatter
InPreamble 1
ForceLocal -1
End
Style "In Title"
CopyStyle Standard
Category FrontMatter
InTitle 1
ForceLocal -1
End