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