X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fscrclass.inc;h=471d9c0be2e8068b87ba991f50278341f6c967fe;hb=d8a6e0ab70962134792c5eca585fdcd013204649;hp=4e6dbcfc4a81d103b0f3513914ed8d2bbba1f858;hpb=b0aa0db10aae4a51d48f060e642f05542e89f370;p=lyx.git diff --git a/lib/layouts/scrclass.inc b/lib/layouts/scrclass.inc index 4e6dbcfc4a..471d9c0be2 100644 --- a/lib/layouts/scrclass.inc +++ b/lib/layouts/scrclass.inc @@ -8,13 +8,14 @@ # Labeling is now used also in non-KOMA classes -Format 42 +Format 43 SecNumDepth 2 TocDepth 2 DefaultStyle Standard Provides subscript 1 Style Standard + Category MainText LatexName dummy ParIndent MM ParSkip 0.4 @@ -40,6 +41,7 @@ Style Description End Style Labeling + Category List LatexName labeling # overwrite the preamble code definition Preamble @@ -150,7 +152,7 @@ End Style Minisec - Category Section + Category Sectioning LatexType Command LatexName minisec NeedProtect 1 @@ -260,49 +262,44 @@ End Input stdlayouts.inc -Style Captionabove - Category Captions - Margin First_Dynamic - LatexType Command - LatexName caption - NeedProtect 1 - LabelSep xx - ParSkip 0.4 - TopSep 0.5 - Align Center - LabelType Sensitive - LabelString "Senseless!" + +InsetLayout Caption:Above + LabelString above + LaTeXType command + LatexName captionabove Argument 1 LabelString "Short Title|S" Tooltip "The caption as it appears in the list of figures/tables" EndArgument - LabelFont - Series Bold - EndFont - LatexName captionabove + HTMLStyle + div.float-caption { + text-align: center; + border: 2px solid black; + padding: 1ex; + margin: 1ex; + } + EndHTMLStyle + HTMLAttr "class='float-caption float-caption-above'" End -Style Captionbelow - Category Captions - Margin First_Dynamic - LatexType Command - LatexName caption - NeedProtect 1 - LabelSep xx - ParSkip 0.4 - TopSep 0.5 - Align Center - LabelType Sensitive - LabelString "Senseless!" +InsetLayout Caption:Below + LabelString below + LaTeXType command + LatexName captionbelow Argument 1 LabelString "Short Title|S" Tooltip "The caption as it appears in the list of figures/tables" EndArgument - LabelFont - Series Bold - EndFont - LatexName captionbelow + HTMLStyle + div.float-caption { + text-align: center; + border: 2px solid black; + padding: 1ex; + margin: 1ex; + } + EndHTMLStyle + HTMLAttr "class='float-caption float-caption-below'" End