]> git.lyx.org Git - lyx.git/blob - lib/layouts/sectionbox.module
remerge he.po
[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 104
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                 DocBookTag     IGNORE
26         EndArgument
27         Argument 2
28                 LabelString    "Heading"
29                 MenuString     "Section Box Heading"
30                 Mandatory      1
31                 Decoration     conglomerate
32                 AutoInsert     1
33                 Tooltip        "Insert the section box header here"
34                 Font
35                     Size       Large
36                     Series     Bold
37                 EndFont
38                 DocBookTag     title
39                 DocBookTagType paragraph
40                 DocBookArgumentBeforeMainTag  true
41         EndArgument
42         ResetsFont         true
43         DocBookTag         section
44         DocBookItemTag     para
45 End
46
47 InsetLayout Flex:SubsectionBox
48         CopyStyle          Flex:SectionBox
49         LabelString        "Subsection Box"
50         LatexName          subsectionbox
51 End
52
53 InsetLayout Flex:SubsubsectionBox
54         CopyStyle          Flex:SectionBox
55         LabelString        "Subsubsection Box"
56         LatexName          subsubsectionbox
57 End
58