Re: Export to PDF and other formats

2000-07-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> Remove them. As far as I know, they were never used. Dekel> Wrong. The dvi_to_ps_command lyxrc variable is used when a Dekel> Postscript file is created. To put it differently: I guess most people do not chenge them and are pleased with

Re: Export to PDF and other formats

2000-07-23 Thread Dekel Tsur
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). > > T

Re: Export to PDF and other formats

2000-07-23 Thread Dekel Tsur
On Sun, Jul 23, 2000 at 09:35:15PM +0200, Asger K. Alstrup Nielsen wrote: > Do you implement a shortest-path graph-searching algorithm such that it > can automatically combine several single convertions into one complex? > > I.e. LyX -> GIF, which can be done as LyX -> LaTeX -> PS -> GIF. Yes,

Re: Export to PDF and other formats

2000-07-23 Thread Asger K. Alstrup Nielsen
> 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). Neat. The external inset was moving in this direction with "killer" conversion scripts which could convert basically any graphics format file int

Re: Export to PDF and other formats

2000-07-23 Thread Baruch Even
On Sat, 22 Jul 2000, 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'" > \convert

Re: Export to PDF and other formats

2000-07-22 Thread Jose Abilio Oliveira Matos
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 '$$

Export to PDF and other formats

2000-07-22 Thread Dekel Tsur
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 t