>In any case, would any of you have any idea about the error I am seeing
>(happens after the inlined-ref .tex is created, possibly when it is
being
>copied):
>
>../../../src/support/FileName.cpp(254): Could not move file /tmp/
>lyx_tmpdir.T12182/lyx_tmpbuf0/tmpfile.out to /tmp/lyx_tmpdir.T12182
>/lyx_tmpbuf0/issues-with-single-band-eff-mass-TISE-approach.tex
>Error: Cannot convert file
>

Does tmpfile.out exist ?

Why is this in your script:

 if len(sys.argv) > 3:
        outputfile = str(sys.argv[2])

It seems that if you call InlineBib.py with only two parameters, the
second parameter is ignored. That means that the script does not output
to tmpfile.out and that this file does not exist.

Vincent

Reply via email to