mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 19:40:10 +00:00
Add NoCounter to layouts that need it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37195 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d32ed4ff4e
commit
a9411446ee
@ -14,9 +14,13 @@ Preamble
|
|||||||
EndPreamble
|
EndPreamble
|
||||||
|
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle SpecialSection
|
NoStyle SpecialSection
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
@ -57,6 +57,7 @@ ProvidesModule theorems-std
|
|||||||
Input theorems.inc
|
Input theorems.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
|
|
||||||
|
@ -107,9 +107,13 @@ Input stdfloats.inc
|
|||||||
Input stdcounters.inc
|
Input stdcounters.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
|
|
||||||
|
|
||||||
Style Subtitle
|
Style Subtitle
|
||||||
|
@ -122,9 +122,13 @@ NoStyle Quotation
|
|||||||
NoStyle Quote
|
NoStyle Quote
|
||||||
NoStyle Verse
|
NoStyle Verse
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
|
|
||||||
|
|
||||||
Input aapaper.inc
|
Input aapaper.inc
|
||||||
|
@ -165,8 +165,11 @@ Input stdfloats.inc
|
|||||||
Input stdcounters.inc
|
Input stdcounters.inc
|
||||||
|
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle List
|
NoStyle List
|
||||||
NoStyle Bibliography
|
NoStyle Bibliography
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ Input stdsections.inc
|
|||||||
Input stdstarsections.inc
|
Input stdstarsections.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,10 +51,13 @@ Input stdstarsections.inc
|
|||||||
|
|
||||||
# don't use the following styles
|
# don't use the following styles
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,4 +10,6 @@ Input agu_stdclass.inc
|
|||||||
|
|
||||||
# Exclude higher, or equal, sections:
|
# Exclude higher, or equal, sections:
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
|
@ -47,6 +47,7 @@ Input stdstarsections.inc
|
|||||||
Input stdlayouts.inc
|
Input stdlayouts.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,8 +47,11 @@ Input stdlists.inc
|
|||||||
Input amsdefs.inc
|
Input amsdefs.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
#NoStyle Paragraph*
|
#NoStyle Paragraph*
|
||||||
#NoStyle Subparagraph*
|
#NoStyle Subparagraph*
|
||||||
|
@ -295,8 +295,10 @@ Input stdfloats.inc
|
|||||||
Input stdcounters.inc
|
Input stdcounters.inc
|
||||||
|
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Section*
|
NoStyle Section*
|
||||||
NoStyle Subsection*
|
NoStyle Subsection*
|
||||||
|
@ -12,6 +12,7 @@ SecNumDepth 3
|
|||||||
TocDepth 3
|
TocDepth 3
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,12 +19,16 @@ Input stdcounters.inc
|
|||||||
Input stdinsets.inc
|
Input stdinsets.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Paragraph*
|
NoStyle Paragraph*
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,4 +15,6 @@ End
|
|||||||
|
|
||||||
# Exclude higher, or equal, sections:
|
# Exclude higher, or equal, sections:
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
|
@ -15,5 +15,8 @@ End
|
|||||||
|
|
||||||
# Exclude higher, or equal, sections:
|
# Exclude higher, or equal, sections:
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Section
|
NoStyle Section
|
||||||
|
NoCounter section
|
||||||
|
@ -8,4 +8,6 @@ Input db_stdclass.inc
|
|||||||
|
|
||||||
# Exclude higher, or equal, sections:
|
# Exclude higher, or equal, sections:
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
|
@ -45,6 +45,7 @@ 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
|
||||||
|
@ -47,6 +47,7 @@ Input stdstarsections.inc
|
|||||||
Input stdlayouts.inc
|
Input stdlayouts.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,8 +15,10 @@ Input stdclass.inc
|
|||||||
Input numarticle.inc
|
Input numarticle.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Verse
|
NoStyle Verse
|
||||||
|
|
||||||
Sides 1
|
Sides 1
|
||||||
|
@ -18,8 +18,10 @@ Input stdclass.inc
|
|||||||
Input numarticle.inc
|
Input numarticle.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Verse
|
NoStyle Verse
|
||||||
|
|
||||||
Sides 1
|
Sides 1
|
||||||
|
@ -50,6 +50,7 @@ Input stdsections.inc
|
|||||||
Input stdstarsections.inc
|
Input stdstarsections.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
Style Title
|
Style Title
|
||||||
|
@ -15,6 +15,7 @@ Columns 2
|
|||||||
|
|
||||||
# There are no chapters in an article.
|
# There are no chapters in an article.
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
SecNumDepth 3
|
SecNumDepth 3
|
||||||
|
@ -51,7 +51,9 @@ Input stdlists.inc
|
|||||||
Input stdlayouts.inc
|
Input stdlayouts.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Verse
|
NoStyle Verse
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,15 +19,20 @@ ClassOptions
|
|||||||
End
|
End
|
||||||
|
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Section*
|
NoStyle Section*
|
||||||
NoStyle Subsection*
|
NoStyle Subsection*
|
||||||
NoStyle Subsubsection
|
NoStyle Subsubsection
|
||||||
|
NoCounter subsubsection
|
||||||
NoStyle Subsubsection*
|
NoStyle Subsubsection*
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
|
|
||||||
|
|
||||||
Style Title
|
Style Title
|
||||||
|
@ -94,8 +94,10 @@ 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
|
||||||
|
@ -9,6 +9,7 @@ Format 30
|
|||||||
Input stdclass.inc
|
Input stdclass.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
SecNumDepth 3
|
SecNumDepth 3
|
||||||
|
@ -39,6 +39,7 @@ Input stdciteformats.inc
|
|||||||
|
|
||||||
# There are no chapters in a paper.
|
# There are no chapters in a paper.
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
# All the section headings now use sans serif
|
# All the section headings now use sans serif
|
||||||
|
@ -81,8 +81,10 @@ 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*
|
||||||
|
|
||||||
|
|
||||||
|
@ -100,8 +100,10 @@ End
|
|||||||
Input stdstarsections.inc
|
Input stdstarsections.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
|
|
||||||
Input stdlayouts.inc
|
Input stdlayouts.inc
|
||||||
|
@ -10,6 +10,7 @@ SecNumDepth 3
|
|||||||
TocDepth 3
|
TocDepth 3
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Addchap
|
NoStyle Addchap
|
||||||
NoStyle Addchap*
|
NoStyle Addchap*
|
||||||
|
@ -337,8 +337,11 @@ Style Bibliography
|
|||||||
End
|
End
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
#NoStyle Paragraph*
|
#NoStyle Paragraph*
|
||||||
#NoStyle Subparagraph*
|
#NoStyle Subparagraph*
|
||||||
|
@ -54,10 +54,13 @@ Input stdstarsections.inc
|
|||||||
|
|
||||||
# don't use the following styles
|
# don't use the following styles
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Part*
|
NoStyle Part*
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ Format 30
|
|||||||
Input stdclass.inc
|
Input stdclass.inc
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
PageStyle empty
|
PageStyle empty
|
||||||
|
@ -45,13 +45,19 @@ End
|
|||||||
|
|
||||||
NoStyle Abstract
|
NoStyle Abstract
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Section
|
NoStyle Section
|
||||||
|
NoCounter section
|
||||||
NoStyle Subsection
|
NoStyle Subsection
|
||||||
|
NoCounter subsection
|
||||||
NoStyle Subsubsection
|
NoStyle Subsubsection
|
||||||
|
NoCounter subsubsection
|
||||||
NoStyle Subsubsection*
|
NoStyle Subsubsection*
|
||||||
NoStyle Paragraph
|
NoStyle Paragraph
|
||||||
|
NoCounter paragraph
|
||||||
NoStyle Paragraph*
|
NoStyle Paragraph*
|
||||||
NoStyle Subparagraph
|
NoStyle Subparagraph
|
||||||
|
NoCounter subparagraph
|
||||||
NoStyle Subparagraph*
|
NoStyle Subparagraph*
|
||||||
|
|
||||||
Style Chapter
|
Style Chapter
|
||||||
|
@ -15,7 +15,9 @@ Sides 1
|
|||||||
PageStyle plain
|
PageStyle plain
|
||||||
|
|
||||||
NoStyle Part
|
NoStyle Part
|
||||||
|
NoCounter part
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
|
NoCounter chapter
|
||||||
NoStyle Chapter*
|
NoStyle Chapter*
|
||||||
|
|
||||||
Style Part
|
Style Part
|
||||||
|
Loading…
x
Reference in New Issue
Block a user