--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

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

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

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

(one line)

but that is rather bad. What I really want is a directory in the one
the ".lyx" file is in, make a directory named after the file (w/o
".lyx"), and have the complete HTML structure in this directory.

-Andre

--9jxsPFA5p3P2qPhR
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+8NtKmlbrvn+0waMRAsKTAJ92Tr9ZFR0aODH7o+uJhS0yEb8TAACdFMFw
8MGAVVMiNphVrmo/KoB9VZw=
=/hud
-----END PGP SIGNATURE-----

--9jxsPFA5p3P2qPhR--

Reply via email to