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