lyx_mirror/lib/layouts/numarticle.inc
Jean-Marc Lasgouttes f86fc8d88c The counters labelstring patch. Part 3: adapt some layout files and documentation
* numarticle.inc:
	* numreport.inc: 
	* stdcounter.inc:
	* stdsections.inc:
	* stdstarsections.inc:
	* stdclass.inc:
	* scrbook.layout:
	* amsmath.inc: adapt: remove most of the LabelString in layouts,
	add the necessary stuff to counters.

	* lib/doc/Customization.lyx: document the new stuff.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19604 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-16 11:16:07 +00:00

17 lines
302 B
PHP

# Author : André Pönitz
# This include file contains label definitions for an article-like numbering.
Format 4
# appendix applies to sections.
Counter
Name section
Within "none"
LabelString "\arabic{section}"
LabelStringAppendix "\Alph{section}"
End