Beamer supports \subsubsection. Add to layout.

This commit is contained in:
Juergen Spitzmueller 2012-03-26 12:33:37 +02:00
parent ae06825513
commit 0ee5c1919a
2 changed files with 45 additions and 1 deletions

View 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

View File

@ -24,7 +24,7 @@ What's new
* DOCUMENT INPUT/OUTPUT
-
- Add support for \subsubsection and \subsubsection* in beamer layout.
* TEX2LYX IMPROVEMENTS