From: Juergen Spitzmueller Date: Mon, 26 Mar 2012 10:33:37 +0000 (+0200) Subject: Beamer supports \subsubsection. Add to layout. X-Git-Tag: 2.0.4~162^2~5 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0ee5c1919a138d00904ee9f1813a4df978c3fc20;p=features.git Beamer supports \subsubsection. Add to layout. --- diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout index 1f8acb4e2c..03f01d7eb5 100644 --- a/lib/layouts/beamer.layout +++ b/lib/layouts/beamer.layout @@ -222,6 +222,50 @@ Style Subsection* OptionalArgs 0 End +# Subsubsection style definition +Style Subsubsection + Category Section + Margin First_Dynamic + LatexType Command + LatexName lyxframeend{}\subsubsection + NeedProtect 1 + NextNoIndent 1 + LabelSep xx + ParSkip 0.4 + TopSep 2 + BottomSep 0.25 + ParSep 0.5 + Align Left + LabelType Counter + LabelCounter subsubsection + LabelString "Subsection \arabic{section}.\arabic{subsection}.\arabic{subsubsection}" + RefPrefix sub + OptionalArgs 1 + + # standard font definition + Font + Family Roman + Series Bold + Size large + EndFont + + LabelFont + Color latex + EndFont + LabelStringAppendix "\arabic{section}.\arabic{subsection}.\arabic{subsubsection}" + TocLevel 2 +End + +# Subsubsection* style definition +Style Subsubsection* + CopyStyle Subsubsection + Category Unnumbered + Margin Static + LatexName lyxframeend{}\subsubsection* + LabelType No_Label + OptionalArgs 0 +End + # Frame control definition Style BeginFrame Category Frames diff --git a/status.20x b/status.20x index 01649ea1a7..2ac34bf984 100644 --- a/status.20x +++ b/status.20x @@ -24,7 +24,7 @@ What's new * DOCUMENT INPUT/OUTPUT -- +- Add support for \subsubsection and \subsubsection* in beamer layout. * TEX2LYX IMPROVEMENTS