Re: .lyx to .tex/.dvi/.ps in batch mode?
> > I need to put some lyx documents under version control and would like > to generate printed versions with a makefile. So I would need some > way to process lyx source from the command line option. According to > man page there are none. Is there a way to do this? Not yet. > The same problem with xfig, need to make .eps files from .fig!!?? Use fig2dev (from the transfig package(?)) Andre' -- Andre' Poenitz, TU Chemnitz, Fakultaet fuer Mathematik [EMAIL PROTECTED] ... +49 3727 58 1381 -- +++ the lyx project user mailing list +++ To unsubscribe from this list send mail to [EMAIL PROTECTED] with the **Subject** unsubscribe.
Re: .lyx to .tex/.dvi/.ps in batch mode?
Mikko Harjula wrote: > I need to put some lyx documents under version control and would like > to generate printed versions with a makefile. So I would need some > way to process lyx source from the command line option. According to > man page there are none. Is there a way to do this? > > The same problem with xfig, need to make .eps files from .fig!!?? > > -- > +++ the lyx project user mailing list +++ > To unsubscribe from this list send mail to > [EMAIL PROTECTED] > with the **Subject** unsubscribe. Hi I do this with the help of a small Perl script. First you have to start Lyx like "Lyx myfile.lyx" and wait until this process is completed. O of course you have to enable the Lyx -server in lyxrc. Then you can write any buffer command in the inpipe e.g. "LXCMD:user:buffer-export latex" to get a nice Latex file. So and last but no least you have to kill Lyx (don't shut your screen :) ). This works for me to produce Latex files from Lyx files. If you have more then one file you just have to repeat this process. Soeren -- +++ the lyx project user mailing list +++ To unsubscribe from this list send mail to [EMAIL PROTECTED] with the **Subject** unsubscribe.
.lyx to .tex/.dvi/.ps in batch mode?
I need to put some lyx documents under version control and would like to generate printed versions with a makefile. So I would need some way to process lyx source from the command line option. According to man page there are none. Is there a way to do this? The same problem with xfig, need to make .eps files from .fig!!?? -- +++ the lyx project user mailing list +++ To unsubscribe from this list send mail to [EMAIL PROTECTED] with the **Subject** unsubscribe.
Re: .lyx to .tex/.dvi/.ps in batch mode?
> "Mikko" == Mikko Harjula <[EMAIL PROTECTED]> writes: Mikko> I need to put some lyx documents under version control and Mikko> would like to generate printed versions with a makefile. So I Mikko> would need some way to process lyx source from the command line Mikko> option. According to man page there are none. Is there a way Mikko> to do this? Not easily. The only possibility would be to start an iconic LyX and send it commands via the lyxserver. This does not seem simple to me, though. Mikko> The same problem with xfig, need to make .eps files from Mikko> .fig!!?? Use fig2dev. JMarc -- +++ the lyx project user mailing list +++ To unsubscribe from this list send mail to [EMAIL PROTECTED] with the **Subject** unsubscribe.