X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdstarsections.inc;h=c04c0eb1e7a4ab27aa6725816ed93b3f6f555425;hb=61a9f04754921abb28d9189c4449ae170d0b994f;hp=e8e21b268f7c870c3233ea2ad968f538a67b94a5;hpb=28f4beaefac5839f6ba7fae615d46a6ba107486d;p=lyx.git diff --git a/lib/layouts/stdstarsections.inc b/lib/layouts/stdstarsections.inc index e8e21b268f..c04c0eb1e7 100644 --- a/lib/layouts/stdstarsections.inc +++ b/lib/layouts/stdstarsections.inc @@ -1,71 +1,87 @@ # Standard textclass definition file. Taken from initial LyX source code # Author : Matthias Ettrich -# Transposed by Pascal André +# Transposed by Pascal André # Heavily modifed and enhanced by several developers. # This include files contains all non numbered versions of the -# sectionning-related commands that are useful for article-like +# sectioning-related commands that are useful for article-like # document classes, but not for letters. It should be Input after -# modying the style of the regular sectionning layouts. +# modifying the style of the regular sectioning layouts. +Format 60 Style Part* - CopyStyle Part - Margin Static - LatexName part* - LabelType No_Label + CopyStyle Part + Category Unnumbered + Margin Static + LatexName part* + LabelType No_Label + LabelCounter "" + ResetArgs 1 End Style Chapter* - CopyStyle Chapter - Margin Static - LatexName chapter* - LabelType No_Label - OptionalArgs 0 + CopyStyle Chapter + Category Unnumbered + Margin Static + LatexName chapter* + LabelType No_Label + LabelCounter "" + ResetArgs 1 End Style Section* - CopyStyle Section - Margin Static - LatexName section* - LabelType No_Label - OptionalArgs 0 + CopyStyle Section + Category Unnumbered + Margin Static + LatexName section* + LabelType No_Label + LabelCounter "" + ResetArgs 1 End Style Subsection* - CopyStyle Subsection - Margin Static - LatexName subsection* - LabelType No_Label - OptionalArgs 0 + CopyStyle Subsection + Category Unnumbered + Margin Static + LatexName subsection* + LabelType No_Label + LabelCounter "" + ResetArgs 1 End Style Subsubsection* - CopyStyle Subsubsection - Margin Static - LatexName subsubsection* - LabelType No_Label - OptionalArgs 0 + CopyStyle Subsubsection + Category Unnumbered + Margin Static + LatexName subsubsection* + LabelType No_Label + LabelCounter "" + ResetArgs 1 End Style Paragraph* - CopyStyle Paragraph - Margin Static - LatexName paragraph* - LabelType No_Label - OptionalArgs 0 + CopyStyle Paragraph + Category Unnumbered + Margin Static + LatexName paragraph* + LabelType No_Label + LabelCounter "" + ResetArgs 1 End Style Subparagraph* - CopyStyle Subparagraph - Margin Static - LatexName subparagraph* - LabelType No_Label - OptionalArgs 0 + CopyStyle Subparagraph + Category Unnumbered + Margin Static + LatexName subparagraph* + LabelType No_Label + LabelCounter "" + ResetArgs 1 End