On 10/03/2011 02:48 AM, Tommaso Cucinotta wrote:
1) the output file-name is somewhat weird, as compared to the other
LyX converters; specifically:
$ ./src/lyx -e html ~/odg.lyx
causes the output to go into ~/odg.html.LyXconv/odg.html (and the
kk.png image to be placed in the same folder), but when
converting to latex:
$ ./src/lyx -e latex ~/odg.lyx
then the output will go to ~/odg.tex (and all needed files
exported to
the same folder, i.e., ~/). Same thing happens now when exporting
to xhtml. So, I'd like to see a common behaviour here.
This behavior is controlled by the copier. The point is that we do not wish
to clutter the file directory with what might be dozens of files.
Another issue
is that exporting two LyX files from the same directory might easily lead to
one's over-writing files exported by the other.
Richard