X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fsectionbox.module;h=41844109a920b8d11b136718c36d75c4a6553b9c;hb=051c5f27284f00c20e95c5732bcfb04632c7cb18;hp=5e0ed54c8ded762d92180adf846826e9d1917dd0;hpb=a33157331bba8215e4c55f40dd36e4d3ac0c6c00;p=lyx.git diff --git a/lib/layouts/sectionbox.module b/lib/layouts/sectionbox.module index 5e0ed54c8d..41844109a9 100644 --- a/lib/layouts/sectionbox.module +++ b/lib/layouts/sectionbox.module @@ -1,4 +1,5 @@ #\DeclareLyXModule[sectionbox.sty]{Section Boxes} +#\DeclareCategory{Boxes} #DescriptionBegin #Defines Boxes with section header. Mainly intended for #the SciPoster class. @@ -6,21 +7,22 @@ # Author: Jürgen Spitzmüller -Format 63 +Format 99 InsetLayout Flex:SectionBox - LyXType custom - LabelString "Section Box" - LatexType environment - LatexName sectionbox - Decoration classic - MultiPar true - CustomPars true - Requires sectionbox + LyXType custom + LabelString "Section Box" + LatexType environment + LatexName sectionbox + Decoration classic + MultiPar true + CustomPars true + Requires sectionbox Argument 1 LabelString "Width" MenuString "Section Box Width|S" Tooltip "Width of the section Box" + DocBookTag IGNORE EndArgument Argument 2 LabelString "Heading" @@ -33,19 +35,24 @@ InsetLayout Flex:SectionBox Size Large Series Bold EndFont + DocBookTag title + DocBookTagType paragraph + DocBookArgumentBeforeMainTag true EndArgument - ResetsFont true + ResetsFont true + DocBookTag section + DocBookItemTag para End InsetLayout Flex:SubsectionBox - CopyStyle Flex:SectionBox - LabelString "Subsection Box" - LatexName subsectionbox + CopyStyle Flex:SectionBox + LabelString "Subsection Box" + LatexName subsectionbox End InsetLayout Flex:SubsubsectionBox - CopyStyle Flex:SectionBox - LabelString "Subsubsection Box" - LatexName subsubsectionbox + CopyStyle Flex:SectionBox + LabelString "Subsubsection Box" + LatexName subsubsectionbox End