From 100036e6e8821a404cb4e594e24be8a8580561d1 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 26 Mar 2012 12:12:14 +0200 Subject: [PATCH] Beamer supports \subsubsection. Add to layout. OK for branch? --- lib/layouts/beamer.layout | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout index 8e6f76f7a2..c9c1c37fee 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 -- 2.39.2