On Sat, Jul 22, 2000 at 08:35:50PM +0100, Jose Abilio Oliveira Matos wrote:
> On Sat, Jul 22, 2000 at 06:55:33PM +0300, Dekel Tsur wrote:
> > I am working on an Export class that allows exporting a lyx file to
> > an arbitrary format (this includes the requested feature of exporting to PDF).
> > The class is configured from lyxrc, e.g.,
> > \converter dvi ps "dvips '$$FName' -o '$$OutName'"
> > \converter ps pdf "ps2pdf '$$FName' '$$OutName'"
> >
> > I have two questions:
> >
> > 1. The \converter command make the old \dvi_to_ps_command etc. commands
> > obsolete. Should I remove these commands, or keep them as an alias to the
> > \converter command?
>
> And what did you think regarding linux to xxx,
> with xxx in {latex, dvi, ps, html}?
>
> The same apply for docbook...
Yes, I do plan to support linuxdoc/docbook -> xxx conversions.