Re: Space in path to graphics

2005-04-17 Thread Herbert Voss
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.

[PATCH 13x,14x] more quoting conversion commands

2005-04-17 Thread Angus Leeming
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

[PATCH 13x,14x] quoting conversion commands

2005-04-17 Thread Angus Leeming
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

[PATCH 13x,14x] convertDefault.sh errors to STDERR

2005-04-17 Thread Angus Leeming
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

[patch] Add missing math environments to the math_insert menu

2005-04-17 Thread Georg Baum
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 +++

Re: [PATCH 13x] 'fully functional' Win32 port

2005-04-17 Thread Michael Schmitt
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