]> git.lyx.org Git - lyx.git/blob - lib/layouts/minimalistic.module
Disable the "Single instance" check box if the lyxpipe has not been set up.
[lyx.git] / lib / layouts / minimalistic.module
1 #\DeclareLyXModule{Minimalistic}
2 #DescriptionBegin
3 # Redefines several insets (Index, Branch, URL) as being Minimalistic. 
4 #DescriptionEnd
5
6 Format 30
7
8 InsetLayout Index
9                 Decoration   minimalistic
10                 Font
11                         Color               Green
12                         Size                Small
13                 EndFont
14                 LabelFont
15                         Color               Green
16                         Size                Small
17                 EndFont
18 End
19
20 InsetLayout Branch
21   Decoration            minimalistic
22 End
23
24 InsetLayout URL
25         Decoration            minimalistic
26         LabelString           URL
27 End
28
29