Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-03-01 Thread rgheck
On 03/01/2010 09:25 AM, Manoj Rajagopalan wrote: To submit the patch, what should I do? I remember Richard mentioning that this script could reside in lib/scripts/ and that configure.py needed to be modified. Looking at the file it seems I need add only one line in the last line of the function c

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-03-01 Thread Manoj Rajagopalan
On Saturday 27 February 2010 01:55:07 pm Vincent van Ravesteijn - TNW wrote: > >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): Co

RE: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-27 Thread Vincent van Ravesteijn - TNW
>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 >/l

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-27 Thread Manoj Rajagopalan
On Friday 26 February 2010 11:02:30 am rgheck wrote: > On 02/26/2010 10:55 AM, Vincent van Ravesteijn - TNW wrote: > >> I have attached InlineBib.py (which is a modified version of the > > > > earlier script). > > > > Some remarks about this script: > > > > def CreateBbl(n): #Creates .aux and

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-26 Thread rgheck
On 02/26/2010 10:55 AM, Vincent van Ravesteijn - TNW wrote: I have attached InlineBib.py (which is a modified version of the earlier script). Some remarks about this script: def CreateBbl(n): #Creates .aux and .bbl from .tex #- argument = "latex " + n[:-4]#n[:-4] is the na

RE: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-26 Thread Vincent van Ravesteijn - TNW
> I have attached InlineBib.py (which is a modified version of the earlier script). Some remarks about this script: def CreateBbl(n): #Creates .aux and .bbl from .tex #- argument = "latex " + n[:-4]#n[:-4] is the name of the file without extension #- os.system(argument) argumen

Re: Feature proposal: inline bibtex formatted refs [discovered bug?]

2010-02-26 Thread Manoj Rajagopalan
On Wednesday 24 February 2010 10:21:35 pm rgheck wrote: > Come to think of it, there's an even easier way to do this: Just define > the ltx2 format, as before, but now use an appropriate modification of > IncludeBib.py as a LaTeX --> ltx2 *converter*. I think you can just > remove the LyxToTeX s