Anders Host-Madsen <ahostmadsen <at> yahoo.com> writes: > It seems I can only run one of the exports. Too bad. My idea > was that if you always save pdf and latex, you can > view the pdf on platforms that do not have LyX, and > edit the LaTeX. My main usage scenario would be > an iPad, but it could also apply if you use a computer > that does not have LyX installed.
Another possible approach is to define a new file format (Tools | File Handling | File Formats) and a new converter (Tools | File Handling | Converters) from LaTeX (pdflatex) to the new format. In the "Converter:" field, supply the name of a script that first archives the .tex file, then runs pdflatex (and bibtex?) against it, then archives the .pdf file somewhere. Then you just have to export to the new format in the command sequence (after saving the buffer).
