X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fsectionbox.module;h=017a1c9265e1f5563e1358f14b368e945765ba6d;hb=adefdf8eebb9aebccdd472482579e55758857f66;hp=c1d289578584b7ab45e001a4d7e6f7189ccd4664;hpb=4a0976ceeb82083200945d858a9ea4436d3431ec;p=lyx.git diff --git a/lib/layouts/sectionbox.module b/lib/layouts/sectionbox.module index c1d2895785..017a1c9265 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 45 +Format 104 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" @@ -30,21 +32,27 @@ InsetLayout Flex:SectionBox AutoInsert 1 Tooltip "Insert the section box header here" Font - Size Large - Series Bold + Size Large + Series Bold EndFont + DocBookTag title + DocBookTagType paragraph + DocBookArgumentBeforeMainTag true EndArgument + 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