Hi Dokos,
I am sorry for the mistake, but what happened, in my original files, the
references are all correct but when I thought of giving examples in the
email, I did not put correct references.
Anyways, thanks for your valuable input.
-
*Sanjib Sikder
*Ph.D. Fellow
Sanjib Sikder wrote:
> HI,
>
> (setq org-latex-to-pdf-process '("texi2dvi --pdf --clean --verbose --batch
> %f"))
>
> I have incorporated above line in my .emacs file. Now the C-c C-e p is not
> showing the error
> "Undefined citation" but the problem is still there. In place of refrences, I
Yagnesh Raghava Yakkala wrote:
> Seems problem with texi2dvi, unable to handle spaces in the path
> ("Ubuntu One" has space).I haven't followed the discussion. I am not
> sure why you have texi2dvi in the processes list.
texi2dvi is supposed to take care of things like how many times one
has to
Hello Sanjib,
Sanjib Sikder writes:
> HI Yagnesh,
>
> I have tried with
>
> (setq org-latex-to-pdf-process
> '("pdflatex -interaction nonstopmode %b"
> "/usr/bin/bibtex %b"
> "pdflatex -interaction nonstopmode %b"
> "pdflatex -interaction nonstopmode %b"))
>
> and the problem seems solved.
>
>
HI Yagnesh,
I have tried with
(setq org-latex-to-pdf-process
'("pdflatex -interaction nonstopmode %b"
"/usr/bin/bibtex %b"
"pdflatex -interaction nonstopmode %b"
"pdflatex -interaction nonstopmode %b"))
and the problem seems solved.
I can see there are two instance
Hello Sanjib,
Sanjib Sikder writes:
> HI,
>
> Just now I have found that now I am not even getting the pdf. I am pasting the
> error messages below.
>
> /usr/bin/texi2dvi: Processing /home/sanjib/Ubuntu
> One/EmacsFilesUO/OrgFilesUO/PhD_IITB/TestSciDocu.tex ...
> /usr/bin/texi2dvi: BIBINPUTS='.
HI,
Just now I have found that now I am not even getting the pdf. I am pasting
the error messages below.
/usr/bin/texi2dvi: Processing /home/sanjib/Ubuntu
One/EmacsFilesUO/OrgFilesUO/PhD_IITB/TestSciDocu.tex ...
/usr/bin/texi2dvi: BIBINPUTS='.:/home/sanjib/Ubuntu
One/EmacsFilesUO/OrgFilesUO/PhD_I
HI,
(setq org-latex-to-pdf-process '("texi2dvi --pdf --clean --verbose --batch
%f"))
I have incorporated above line in my .emacs file. Now the C-c C-e p is not
showing the error "Undefined citation" but the problem is still there. In
place of refrences, I am getting questions marks.
Thanks for y
Aloha Sanjib Sikder,
It looks like BibTeX hasn't processed your document.
See the variable org-latex-to-pdf-process. By default I believe it just
calls pdflatex several times. You can either insert a call to bibtex,
or use a script, like this:
(setq org-latex-to-pdf-process '("texi2dvi --pdf --