]> git.lyx.org Git - lyx.git/blob - lib/layouts/InStar.module
bump layout formats
[lyx.git] / lib / layouts / InStar.module
1 #\DeclareLyXModule{Title and Preamble Hacks}
2 #\DeclareCategory{Fixes & Hacks}
3 #DescriptionBegin
4 #Provides two new styles:
5 #1. An 'In Preamble' style that puts whatever is entered into it into the preamble.
6 #   This can be used, if one wishes, to include preamble code in the body of the
7 #   LyX document.
8 #2. An 'In Title' style that will put its contents into the body of the LaTeX 
9 #   document, but before \maketitle is issued. This is useful for making branches
10 #   and notes in title-related material. (If you put these in a Standard layout,
11 #   this signals to LyX to output \maketitle, which may then come too early.)
12 #DescriptionEnd
13 #Author: Richard Heck <rgheck@lyx.org>
14
15 Format 74
16
17 Style "In Preamble"
18         CopyStyle Standard
19         Category FrontMatter
20         InPreamble 1
21         ForceLocal -1
22 End
23
24 Style "In Title"
25         CopyStyle Standard
26         Category FrontMatter
27         InTitle 1
28         ForceLocal -1
29 End