]> git.lyx.org Git - lyx.git/blob - lib/layouts/sectionbox.module
c1d289578584b7ab45e001a4d7e6f7189ccd4664
[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 45
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 End
38
39 InsetLayout Flex:SubsectionBox
40         CopyStyle             Flex:SectionBox
41         LabelString           "Subsection Box"
42         LatexName             subsectionbox
43 End
44
45 InsetLayout Flex:SubsubsectionBox
46         CopyStyle             Flex:SectionBox
47         LabelString           "Subsubsection Box"
48         LatexName             subsubsectionbox
49 End
50