José Matos wrote:
On Monday 09 October 2006 14:32, Guy Hindell wrote:
Hi there - a couple of questions.
First, I have lyx integrated into our build environment so that it
exports to latex (lyx -export pdflatex) and runs pdflatex as part of a
software build. This means I have users (developers) who run lyx without
being aware of it as part of their build in order to generate
documentation. The problem is, lyx doesn't seem to generate its user
config (in LYX_USERDIR_14 or wherever) when doing an export - it only
does this when started interactively - and this causes the pdflatex run
to fail. Any solution?
AFAIR, this should be fixed in 1.4.4.
Thanks, I'll give it a try. On a related subject (I think I asked about
this here w.r.t. v1.3 a while back, maybe more than a year ago), is it
possible to get the exported files to be produced in some directory
other than the one where the top level .lyx file sits? Or, to put it
another way...
cd /mybuilddir
lyx --export latex /mysrcdir/mydoc.lyx
and have the .tex files created in mybuilddir rather than mysrcdir.
guy