>>>>> "Andre" == Andre Berger <[EMAIL PROTECTED]> writes:

Andre> Hi, I'm looking for any variables that could help me splitting
Andre> the path to a LyX document into a) the directory the file is in
Andre> and b) the name of the file without the extension ".lyx".

Andre> Background: I'm not happy with latex2html exporting .html files
Andre> to a directory the ".lyx" file is in, but not putting the
Andre> images in this directory. Right now I have

We have a bug open for that here:
http://bugzilla.lyx.org/show_bug.cgi?id=871

If we have some input on what new flags would be useful on (more
importantly) if we get useful converters using that, I would be very
happy.


Andre> \converter latex html "rm -rf /tmp/lyx-html 2>/dev/null &&
Andre> latex2html --init_file /etc/latex2html.conf $$i && mkdir -p
Andre> /tmp/lyx-html && chmod 0777 /tmp/lyx-html && cp
Andre> ../lyx_tmpbuf0/*.{html,*g*} /tmp/lyx-html/" ""

Aren't there some latex2html command line options to do this kind of
stuff?

JMarc

Reply via email to