> Is there anyway to run LyX w/o running the GUI?

Unfortunately not. The GUI stuff is spilled all over the
place, so running LyX without GUI simply does not work. However ...

> I check my work into a
> CVS repository and I'd like to script it so each checked in version is
> automatically converted to LaTeX, postscript & text.

... if you have an X server running, this should be possible nowadays.
There is an --export command line switch, so you could type

  lyx --export latex  <yourfile.lyx>
  lyx --export postscript <yourfile.lyx>
  lyx --export ascii <yourfile.lyx>

This will bring up the GUI for a second or two, but you do not have to
type or click anything.

Andre'


-- 
Andr� P�nitz ......................... [EMAIL PROTECTED]

Reply via email to