From 0ee5c1919a138d00904ee9f1813a4df978c3fc20 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 26 Mar 2012 12:33:37 +0200 Subject: [PATCH] Beamer supports \subsubsection. Add to layout. --- lib/layouts/beamer.layout | 44 +++++++++++++++++++++++++++++++++++++++ status.20x | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) 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 -- 2.39.5