lyx_mirror/lib/scripts
Richard Heck d841355b7e Fix bug 5316 properly. The fix is to make the routine that reads a counter
update an existing counter rather than overwrite it.

This turns out to be more complicated than it might seem. There are two 
large parts to the patch. One moves the counter read routine out of TextClass
and into the Counter and Counters classes. The other changes the syntax of 
counters from:
	Counter
		Name whatever
	....
to:
	Counter whatever
	....
This allows us to get the name of the counter right away, so we can decide
whether it is an old one or a new one. So the layout format had to be 
changed (again), with corresponding layout2layout code.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26779 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-06 14:37:28 +00:00
..
clean_dvi.py
convertDefault.py According to Pavel: 2008-07-21 10:54:12 +00:00
csv2lyx.py Replace condition with an exception (code more robust) and add comment the reason 2008-09-18 18:21:41 +00:00
date.py
ext_copy.py Fix bug 4094: HTML export issue with FAT32 on Linux. 2007-08-04 03:04:23 +00:00
fen2ascii.py
fig2pdftex.py fig2pdftex: Fix for windows 2008-06-15 07:31:42 +00:00
fig2pstex.py
fig_copy.py
layout2layout.py Fix bug 5316 properly. The fix is to make the routine that reads a counter 2008-10-06 14:37:28 +00:00
legacy_lyxpreview2ppm.py ** proper implementation of pLaTeX by Tetsuya Makimura and me, fixes many remaining problems and bugs with language "japanese" (bugs 4863, 4290, 4700 and partially 4697) ** 2008-08-18 17:26:09 +00:00
listerrors
lyxpreview2bitmap.py * lib/scripts/lyxpreview2bitmap.py: 2008-07-02 16:07:51 +00:00
lyxpreview_tools.py *** Extend preview scripts to also handle PDF output (bug 2165) *** 2008-07-02 14:42:04 +00:00
lyxpreview-platex2bitmap.py ** proper implementation of pLaTeX by Tetsuya Makimura and me, fixes many remaining problems and bugs with language "japanese" (bugs 4863, 4290, 4700 and partially 4697) ** 2008-08-18 17:26:09 +00:00
tex_copy.py fix typo 2007-04-23 18:10:24 +00:00
TeXFiles.py * lib/scripts/TeXFiles.py: 2008-04-15 14:04:40 +00:00