http://bugzilla.lyx.org/show_bug.cgi?id=4827

Any objections to doing the attached change in branch and trunk?
(the rationale is given in detail in the above report)

Jürgen
Index: lib/layouts/apa.layout
===================================================================
--- lib/layouts/apa.layout	(Revision 24659)
+++ lib/layouts/apa.layout	(Arbeitskopie)
@@ -296,15 +296,57 @@
 Input stdcounters.inc
 
 NoStyle Part
-NoStyle Section
-NoStyle Subsection
-NoStyle Subsubsection
+NoStyle Part*
 NoStyle Chapter
-NoStyle Paragraph
-NoStyle Subparagraph
 NoStyle Chapter*
 
+Style Section*
+	Obsoletedby           Section
+End
 
+Style Subsection*
+	Obsoletedby           Subsection
+End
+
+Style Subsubsection*
+	Obsoletedby           Subsubsection
+End
+
+Style Paragraph*
+	Obsoletedby           Paragraph
+End
+
+Style Subparagraph*
+	Obsoletedby           Subparagraph
+End
+
+
+Style Section
+	LabelType             No_Label
+	Align                 Center
+End
+
+
+Style Subsection
+	LabelType             No_Label
+End
+
+
+Style Subsubsection
+	LabelType             No_Label
+End
+
+
+Style Paragraph
+	LabelType             No_Label
+End
+
+
+Style Subparagraph
+	LabelType             No_Label
+End
+
+
 Style Itemize
 	Margin                Static
 	LatexType             Item_Environment

Reply via email to