]> git.lyx.org Git - lyx.git/blob - lib/layouts/sectionbox.module
0b4696ba0caf94415caf32b102f889902f5d34a0
[lyx.git] / lib / layouts / sectionbox.module
1 #\DeclareLyXModule[sectionbox.sty]{Section Boxes}
2 #DescriptionBegin
3 #Defines Boxes with section header. Mainly intended for
4 #the SciPoster class.
5 #DescriptionEnd
6
7 # Author: Jürgen Spitzmüller <spitz@lyx.org>
8
9 Format 68
10
11 InsetLayout Flex:SectionBox
12         LyXType               custom
13         LabelString           "Section Box"
14         LatexType             environment
15         LatexName             sectionbox
16         Decoration            classic
17         MultiPar              true
18         CustomPars            true
19         Requires              sectionbox
20         Argument 1
21                 LabelString    "Width"
22                 MenuString     "Section Box Width|S"
23                 Tooltip        "Width of the section Box"
24         EndArgument
25         Argument 2
26                 LabelString    "Heading"
27                 MenuString     "Section Box Heading"
28                 Mandatory      1
29                 Decoration     conglomerate
30                 AutoInsert     1
31                 Tooltip        "Insert the section box header here"
32                 Font
33                     Size       Large
34                     Series     Bold
35                 EndFont
36         EndArgument
37         ResetsFont             true
38 End
39
40 InsetLayout Flex:SubsectionBox
41         CopyStyle             Flex:SectionBox
42         LabelString           "Subsection Box"
43         LatexName             subsectionbox
44 End
45
46 InsetLayout Flex:SubsubsectionBox
47         CopyStyle             Flex:SectionBox
48         LabelString           "Subsubsection Box"
49         LatexName             subsubsectionbox
50 End
51