Command line .lyx to .tex converter?

2000-05-02 Thread Fred Obermeier
Hi, I've been using LyX since 0.12.0 Beta and it has worked quite well. Is there any way to convert *.lyx files into *.tex from a command line. I'd like to have a Makefile do this conversion, and I see no command line options that can do this. Thanks, Fred W. Obermeier [EMAIL PROTECTED]

Re: Command line .lyx to .tex converter?

2000-05-02 Thread Andre Poenitz
> I've been using LyX since 0.12.0 Beta and it has worked quite well. > Is there any way to convert *.lyx files into *.tex from a command > line. I'd like to have a Makefile do this conversion, and I see > no command line options that can do this. There is lyx --export latex .lyx since 1999-11-

Re: Command line .lyx to .tex converter?

2000-05-03 Thread Juergen Vigna
On 03-May-2000 Andre Poenitz wrote: >> I've been using LyX since 0.12.0 Beta and it has worked quite well. >> Is there any way to convert *.lyx files into *.tex from a command >> line. I'd like to have a Makefile do this conversion, and I see >> no command line options that can do this. > > The

Re: Command line .lyx to .tex converter?

2000-05-03 Thread Andre Poenitz
> Well the black magic is easy (the following with bash): > (Xvfb :1 -once -terminate &);rm myfile.tex; lyx -display :1 --export latex myfile.lyx > This works everywhere (obviously you have to have the Xvfb command), xterminal > on a text-console an xterminal, ... Could this go in the recently

Re: Command line .lyx to .tex converter?

2000-05-03 Thread mike . ressler
On Wed, 3 May 2000, Andre Poenitz wrote: > > Well the black magic is easy (the following with bash): > > > (Xvfb :1 -once -terminate &);rm myfile.tex; lyx -display :1 --export latex >myfile.lyx > > > This works everywhere (obviously you have to have the Xvfb command), xterminal > > on a text-c