mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix several layout related problems revealed by -dbg tclass.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37265 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
96bcf145d9
commit
924ac8a5a1
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
Format 31
|
Format 31
|
||||||
Input stdclass.inc
|
Input stdclass.inc
|
||||||
|
Input theorems-ams.module
|
||||||
Input theorems-bytype.module
|
Input theorems-bytype.module
|
||||||
Input theorems-ams-extended-bytype.module
|
Input theorems-ams-extended-bytype.module
|
||||||
|
|
||||||
@ -21,7 +22,6 @@ NoStyle Paragraph
|
|||||||
NoCounter paragraph
|
NoCounter paragraph
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
NoCounter subparagraph
|
NoCounter subparagraph
|
||||||
NoStyle SpecialSection
|
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Section*
|
NoStyle Section*
|
||||||
@ -29,7 +29,6 @@ NoStyle Subsection*
|
|||||||
NoStyle Subsubsection*
|
NoStyle Subsubsection*
|
||||||
NoStyle Paragraph*
|
NoStyle Paragraph*
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
NoStyle SpecialSection*
|
|
||||||
NoStyle List
|
NoStyle List
|
||||||
NoStyle LyX-Code
|
NoStyle LyX-Code
|
||||||
NoStyle Verse
|
NoStyle Verse
|
||||||
|
@ -20,16 +20,12 @@ Input stdinsets.inc
|
|||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
NoCounter chapter
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
NoCounter part
|
NoCounter part
|
||||||
NoStyle Part*
|
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
NoCounter paragraph
|
NoCounter paragraph
|
||||||
NoStyle Paragraph*
|
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
NoCounter subparagraph
|
NoCounter subparagraph
|
||||||
NoStyle Subparagraph*
|
|
||||||
|
|
||||||
|
|
||||||
DefaultFont
|
DefaultFont
|
||||||
|
@ -45,7 +45,6 @@ Input stdsections.inc
|
|||||||
Input stdstarsections.inc
|
Input stdstarsections.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
NoCounter chapter
|
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
Input stdtitle.inc
|
Input stdtitle.inc
|
||||||
|
@ -153,11 +153,11 @@ InsetLayout Thanks_Reference
|
|||||||
LyxType custom
|
LyxType custom
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName thanksref
|
LatexName thanksref
|
||||||
|
MultiPar 0
|
||||||
CustomPars 0
|
CustomPars 0
|
||||||
Decoration Classic
|
Decoration Classic
|
||||||
LabelString "Thanks Ref"
|
LabelString "Thanks Ref"
|
||||||
ForcePlain 1
|
ForcePlain 1
|
||||||
MultiPar 0
|
|
||||||
BgColor background
|
BgColor background
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ End
|
|||||||
|
|
||||||
|
|
||||||
Style FrontMatter
|
Style FrontMatter
|
||||||
CopyStyle LaTeX
|
# CopyStyle LaTeX
|
||||||
LaTeXType Command
|
LaTeXType Command
|
||||||
LaTeXName setfrontmatter
|
LaTeXName setfrontmatter
|
||||||
InTitle 1
|
InTitle 1
|
||||||
|
@ -132,8 +132,8 @@ Style Subsubsection
|
|||||||
End
|
End
|
||||||
|
|
||||||
Counter definition
|
Counter definition
|
||||||
TocLevel 3
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Definition
|
Style Definition
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
LatexName definition
|
LatexName definition
|
||||||
|
@ -129,8 +129,8 @@ End
|
|||||||
|
|
||||||
Counter definition
|
Counter definition
|
||||||
Within section
|
Within section
|
||||||
TocLevel 3
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Definition
|
Style Definition
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
LatexName definition
|
LatexName definition
|
||||||
|
@ -94,10 +94,8 @@ End
|
|||||||
Input stdstarsections.inc
|
Input stdstarsections.inc
|
||||||
|
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
NoCounter part
|
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
NoCounter chapter
|
|
||||||
|
|
||||||
|
|
||||||
# Some standard things
|
# Some standard things
|
||||||
|
@ -81,10 +81,8 @@ Input stdstarsections.inc
|
|||||||
|
|
||||||
# remove the layouts that do not make sense.
|
# remove the layouts that do not make sense.
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
NoCounter chapter
|
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
NoCounter subparagraph
|
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Style Petit
|
|||||||
RightMargin MMM
|
RightMargin MMM
|
||||||
Font
|
Font
|
||||||
Size Small
|
Size Small
|
||||||
FontEnd
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Front_Matter
|
Style Front_Matter
|
||||||
|
@ -87,7 +87,7 @@ Style Petit
|
|||||||
RightMargin MMM
|
RightMargin MMM
|
||||||
Font
|
Font
|
||||||
Size Small
|
Size Small
|
||||||
FontEnd
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
# Additional math environments
|
# Additional math environments
|
||||||
|
@ -17,7 +17,6 @@ PageStyle plain
|
|||||||
NoStyle Part
|
NoStyle Part
|
||||||
NoCounter part
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
NoCounter chapter
|
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
Style Part
|
Style Part
|
||||||
|
Loading…
Reference in New Issue
Block a user