]> git.lyx.org Git - features.git/commitdiff
Beamer supports \subsubsection. Add to layout.
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Mar 2012 10:33:37 +0000 (12:33 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Mar 2012 10:33:37 +0000 (12:33 +0200)
lib/layouts/beamer.layout
status.20x

index 1f8acb4e2c26a6a64e7ede68d356d9cb0bfd9741..03f01d7eb56a95b7fdb4e3a4b964a4bd74847943 100644 (file)
@@ -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
index 01649ea1a73d88b34f22a7606b1d1f6021bee137..2ac34bf98412171401824914dfd1e82e58eb939a 100644 (file)
@@ -24,7 +24,7 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- 
+- Add support for \subsubsection and \subsubsection* in beamer layout.
 
 
 * TEX2LYX IMPROVEMENTS