X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fscrclass.inc;h=312e9ccabac9e5c813504a544bbc5993a1d86ff5;hb=47886ebbb1c72a103b3ed68ae8b7313b96a149bf;hp=773504ae81aa827fab082b2895726e8cbe5f868b;hpb=9e5eebc14cd06f58000a4bd1903f157b65a3ab19;p=lyx.git diff --git a/lib/layouts/scrclass.inc b/lib/layouts/scrclass.inc index 773504ae81..312e9ccaba 100644 --- a/lib/layouts/scrclass.inc +++ b/lib/layouts/scrclass.inc @@ -2,21 +2,31 @@ # Base definitions for the KOMA script layouts. # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/23. # Update for Koma Script Release >=2.8q -# Juergen Spitzmueller , 2003/2/08. +# Juergen Spitzmueller , 2003/2/08. # Mapped List to Labeling -# Guenter Milde +# Guenter Milde , 2009-02-02 +# Labeling is now used also in non-KOMA classes -Format 6 +Format 54 SecNumDepth 2 TocDepth 2 DefaultStyle Standard +Provides subscript 1 Style Standard + Category MainText LatexName dummy ParIndent MM ParSkip 0.4 AlignPossible Block, Left, Right, Center + # FIXME This ought to be set dynamically. + HTMLStyle + div.standard { + text-indent: 2em; + margin-bottom: 2ex; + } + EndHTMLStyle End Input stdinsets.inc @@ -24,6 +34,14 @@ Input stdlists.inc Input stdcounters.inc Input stdfloats.inc + +# Adapt enumii counter display to KOMA default +Counter enumii + Within enumi + LabelString "\alph{enumii})" +End + + Style Description LabelFont Family Sans @@ -31,17 +49,13 @@ Style Description End Style Labeling - CopyStyle List + Category List LatexName labeling # overwrite the preamble code definition Preamble EndPreamble End -Style List - Obsoletedby Labeling -End - Input stdsections.inc Style Part @@ -52,6 +66,10 @@ End Style Chapter + LabelType Static + LabelSep xxx + Margin Dynamic + Align Left Font Family Sans Size Largest @@ -60,6 +78,7 @@ End Style Section + Align Left Font Family Sans EndFont @@ -67,6 +86,7 @@ End Style Subsection + Align Left Font Family Sans EndFont @@ -74,6 +94,7 @@ End Style Subsubsection + Align Left Font Family Sans EndFont @@ -81,6 +102,7 @@ End Style Paragraph + Align Left Font Family Sans EndFont @@ -88,6 +110,7 @@ End Style Subparagraph + Align Left LeftMargin "" Font Family Sans @@ -99,18 +122,33 @@ Input stdstarsections.inc Style Addpart CopyStyle Part* LatexName addpart + Argument 1 + LabelString "Short Title|S" + Tooltip "The part as it appears in the table of contents/running headers" + InsertCotext 1 + EndArgument End Style Addchap CopyStyle Chapter* LatexName addchap + Argument 1 + LabelString "Short Title|S" + Tooltip "The chapter as it appears in the table of contents/running headers" + InsertCotext 1 + EndArgument End Style Addsec CopyStyle Section* LatexName addsec + Argument 1 + LabelString "Short Title|S" + Tooltip "The section as it appears in the table of contents/running headers" + InsertCotext 1 + EndArgument End @@ -127,6 +165,7 @@ End Style Minisec + Category Sectioning LatexType Command LatexName minisec NeedProtect 1 @@ -151,6 +190,14 @@ Style Title EndFont End +Style Subtitle + CopyStyle Title + LatexName subtitle + Font + Size Large + EndFont +End + Style Author Font @@ -228,45 +275,55 @@ End Input stdlayouts.inc -Style Captionabove - Margin First_Dynamic - LatexType Command - LatexName caption - NeedProtect 1 - LabelSep xx - ParSkip 0.4 - TopSep 0.5 - Align Center - LabelType Sensitive - LabelString "Senseless!" - OptionalArgs 1 - LabelFont - Series Bold - EndFont - LatexName captionabove -End - -Style Captionbelow - Margin First_Dynamic - LatexType Command - LatexName caption - NeedProtect 1 - LabelSep xx - ParSkip 0.4 - TopSep 0.5 - Align Center - LabelType Sensitive - LabelString "Senseless!" - OptionalArgs 1 - LabelFont - Series Bold - EndFont +InsetLayout Caption:Above + LabelString above + LaTeXType command + LatexName captionabove + NeedProtect 1 + MultiPar false + Argument 1 + LabelString "Short Title|S" + Tooltip "The caption as it appears in the list of figures/tables" + InsertCotext 1 + EndArgument + HTMLStyle + div.float-caption { + text-align: center; + border: 2px solid black; + padding: 1ex; + margin: 1ex; + } + EndHTMLStyle + HTMLAttr "class='float-caption float-caption-above'" +End + + +InsetLayout Caption:Below + LabelString below + LaTeXType command LatexName captionbelow + NeedProtect 1 + MultiPar false + Argument 1 + LabelString "Short Title|S" + Tooltip "The caption as it appears in the list of figures/tables" + InsertCotext 1 + EndArgument + HTMLStyle + div.float-caption { + text-align: center; + border: 2px solid black; + padding: 1ex; + margin: 1ex; + } + EndHTMLStyle + HTMLAttr "class='float-caption float-caption-below'" End Style Dictum + Category MainText Margin Right_Address_Box LatexType Command LatexName dictum @@ -274,7 +331,10 @@ Style Dictum BottomSep 1.5 ParSep 1.5 Align Left - OptionalArgs 1 + Argument 1 + LabelString "Dictum Author" + Tooltip "The author of this dictum" + EndArgument Font Size Normal EndFont