mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
Convert to new format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15652 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c07d1814ac
commit
9f4cc3c9f0
File diff suppressed because it is too large
Load Diff
@ -5,6 +5,7 @@
|
|||||||
# $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $
|
# $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
|
Format 2
|
||||||
Input stdcounters.inc
|
Input stdcounters.inc
|
||||||
|
|
||||||
# General textclass parameters
|
# General textclass parameters
|
||||||
@ -13,7 +14,6 @@ Sides 1
|
|||||||
SecNumDepth 2
|
SecNumDepth 2
|
||||||
TocDepth 2
|
TocDepth 2
|
||||||
DefaultStyle Standard
|
DefaultStyle Standard
|
||||||
MaxCounter Counter_Section
|
|
||||||
|
|
||||||
# This is just to show how to declare the default font.
|
# This is just to show how to declare the default font.
|
||||||
# The defaults are exactly those shown here.
|
# The defaults are exactly those shown here.
|
||||||
@ -51,7 +51,7 @@ Style Itemize
|
|||||||
ParSep 0.3
|
ParSep 0.3
|
||||||
Align Left
|
Align Left
|
||||||
AlignPossible Left
|
AlignPossible Left
|
||||||
LabelType Static
|
LabelType Itemize
|
||||||
LabelString *
|
LabelString *
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ Style Enumerate
|
|||||||
ParSep 0.3
|
ParSep 0.3
|
||||||
Align Left
|
Align Left
|
||||||
AlignPossible Left
|
AlignPossible Left
|
||||||
LabelType Counter_EnumI
|
LabelType Enumerate
|
||||||
End
|
End
|
||||||
|
|
||||||
# Description style definition
|
# Description style definition
|
||||||
@ -275,8 +275,9 @@ Style Section
|
|||||||
ParSep 0.7
|
ParSep 0.7
|
||||||
Align Left
|
Align Left
|
||||||
AlignPossible Left
|
AlignPossible Left
|
||||||
LabelType Counter_Section
|
LabelType Counter
|
||||||
LabelString "Section "
|
LabelCounter section
|
||||||
|
LabelString "Section \arabic{section}"
|
||||||
OptionalArgs 1
|
OptionalArgs 1
|
||||||
|
|
||||||
Font
|
Font
|
||||||
@ -288,6 +289,8 @@ Style Section
|
|||||||
LabelFont
|
LabelFont
|
||||||
Color latex
|
Color latex
|
||||||
EndFont
|
EndFont
|
||||||
|
LabelStringAppendix "\Alph{section}"
|
||||||
|
TocLevel 1
|
||||||
End
|
End
|
||||||
|
|
||||||
# Section* style definition
|
# Section* style definition
|
||||||
@ -313,8 +316,9 @@ Style Subsection
|
|||||||
ParSep 0.5
|
ParSep 0.5
|
||||||
Align Left
|
Align Left
|
||||||
AlignPossible Left
|
AlignPossible Left
|
||||||
LabelType Counter_Subsection
|
LabelType Counter
|
||||||
LabelString "Subsection "
|
LabelCounter subsection
|
||||||
|
LabelString "Subsection \arabic{section}.\arabic{subsection}"
|
||||||
OptionalArgs 1
|
OptionalArgs 1
|
||||||
|
|
||||||
# standard font definition
|
# standard font definition
|
||||||
@ -327,6 +331,8 @@ Style Subsection
|
|||||||
LabelFont
|
LabelFont
|
||||||
Color latex
|
Color latex
|
||||||
EndFont
|
EndFont
|
||||||
|
LabelStringAppendix "\arabic{section}.\arabic{subsection}"
|
||||||
|
TocLevel 2
|
||||||
End
|
End
|
||||||
|
|
||||||
# Subsection* style definition
|
# Subsection* style definition
|
||||||
@ -433,7 +439,7 @@ End
|
|||||||
# Bibliography style definition
|
# Bibliography style definition
|
||||||
Style Bibliography
|
Style Bibliography
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
LatexType Item_Environment
|
LatexType Bib_Environment
|
||||||
LatexName thebibliography
|
LatexName thebibliography
|
||||||
NextNoIndent 1
|
NextNoIndent 1
|
||||||
LeftMargin MM
|
LeftMargin MM
|
||||||
|
Loading…
Reference in New Issue
Block a user