X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fsectionbox.module;h=889ba30f80ea877a9d4903462917365c0f04194b;hb=9ca91b25664221978c336527002e66a7d18c95ef;hp=69db3a0d26a0e4a5e0c06e9fd07f02a98099ba89;hpb=8d8ee12e6481a2d9687228a4a5f9dd44a21a052e;p=features.git diff --git a/lib/layouts/sectionbox.module b/lib/layouts/sectionbox.module index 69db3a0d26..889ba30f80 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 66 +Format 95 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