Tariq Rashid wrote:

>     * i want to maintain ONLY a .lyx file and the associated .eps figures
> 
>     * want to autogenerate (using a Makefile?) a postscript file, a pdf file
> and
>         html documentation from this lyx source.


then write a script which runs lyx in batchmode (look at the docs)
and exports
1. to tex
2. to ps
3. to pdf

then run latex2html or any other converter on the tex-file


>     * figures must appear in all the output formats


sure

>     * links must also work in the html output, would be nice if they worked
> in the pdf


need some tricks, because it's not implemented yet

http://www.lyx.org/help/html/url.php3

>         output too (eg linked references, table of contents)
>     * equations and complicated structures should appear in all formats -
> even if
>         they are represented by a bitmap (eg html)


depends to your tex->html converter how they look in html

> I've tried various combinations and various options and none seem perfect.
> i'm a little confused. there appears to be three pdf export options in lyx.


ps2pdf - works almost, but -> http://www.lyx.org/help/pdf/pdf.php3#fonts
pdflatex - works not with pacjages which write postscript
        code, like psfrag
dvipdf - same as before


Herbert


-- 
http://www.lyx.org/help/

Reply via email to