> "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
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
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,
> 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
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
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 '$$
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