Uwe Stöhr wrote:
>> It's correct that Lyx doesn't allow spaces and other special
>> characters in the file dialog, because the \includegraphics command
>> used in the background doesn't allow them in image filenames. It
>> seems to be a restriction of the LaTeX-package "graphicx".
>
> Not so.
Some more quoting of convertDefault.sh's args. Also committing now...
--
AngusIndex: src/insets/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/ChangeLog,v
retrieving revision 1.552.2.23
diff -u -p -r1.552.2.23 Ch
Attached are patches to quote the graphics conversion commands correctly,
to not remove these quotes on Windows when converting the command string
to an array of args and to protect the lyxerr output when spawning the
child inside a lyxerr.debugging(FILES) block.
Once again, these patches are not
These patches send convertDefault.sh's error messages to STDERR rather than
STDOUT. They're trivial, so I'm applying 'em now.
--
AngusIndex: lib/ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revi
It was pointed out on the users list that the aligned environment is not
available in the math menu. This patch fixes that. OK to apply?
Georg
diff -p -r -U 3 -X excl.tmp lyx-1.4-clean/lib/ChangeLog lyx-1.4-cvs/lib/ChangeLog
--- lyx-1.4-clean/lib/ChangeLog 2005-04-10 18:21:20.0 +0200
+++
Angus Leeming wrote:
* auto-saving of your document every X minutes without blocking your
editing session.
This last is an ideal candidate for a separate thread and there's no real
reason why it shouldn't make its way into the 1.4.x port to Windows.
However, I don't really regard it as high priorit