emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Re: customising org-latex-to-pdf-process for bibtex
@ 2011-03-01 17:26 Thomas S. Dye
  2011-03-01 18:45 ` Nick Dokos
  2011-03-01 18:58 ` Carsten Dominik
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas S. Dye @ 2011-03-01 17:26 UTC (permalink / raw)
  To: carsten.dominik; +Cc: Org-mode mailing list


[-- Attachment #1.1: Type: text/plain, Size: 523 bytes --]

Aloha Carsten,

Does Org-mode use the wasysym package for its integral symbols?  If  
not, potential clashes with the amsmath package could be avoided by  
loading it with the nointegrals option:  \loadpackage[nointegrals] 
{wasysym}.  This is a fairly standard way to load wasysym (which I  
should have recalled for Suvayu's recent problem, thanks Eric for  
remembering).

All the best,
Tom
> Hi Eric,  Thomas,
>
> is there a problem in the default setup of LaTeX export that needs  
> to be
> addressed?
>
> - Carsten


[-- Attachment #1.2: Type: text/html, Size: 992 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread
* customising org-latex-to-pdf-process for bibtex
@ 2011-02-25 23:30 suvayu ali
       [not found] ` <4DCBF55A-B3B5-4268-9456-3F2F7651581D@tsdye.com>
  0 siblings, 1 reply; 6+ messages in thread
From: suvayu ali @ 2011-02-25 23:30 UTC (permalink / raw)
  To: org-mode mailing list

Hi everyone,

I am trying to use bibtex with pdf export for my thesis. So I tried
customising =org-latex-to-pdf-process= so that bibtex is run before
pdflatex. So from the customise buffer I set it to something like this:

pdflatex -interaction nonstopmode -output-directory %o %f
bibtex %b
pdflatex -interaction nonstopmode -output-directory %o %f
pdflatex -interaction nonstopmode -output-directory %o %f

I also tried these,

pdflatex -interaction nonstopmode -output-directory %o %b
bibtex %b
pdflatex -interaction nonstopmode -output-directory %o %b
pdflatex -interaction nonstopmode -output-directory %o %b

But none of these run bibtex properly. For now I am exporting to latex
everytime I change the bibliography and run bibtex from the terminal.
For subsequent pdf exports the default values then give me a proper pdf
with all the citations displayed correctly.

Any thoughts on what I am doing wrong?

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-03-02  8:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-01 17:26 Re: customising org-latex-to-pdf-process for bibtex Thomas S. Dye
2011-03-01 18:45 ` Nick Dokos
2011-03-01 18:58 ` Carsten Dominik
2011-03-02  8:13   ` Ulf Stegemann
  -- strict thread matches above, loose matches on Subject: below --
2011-02-25 23:30 suvayu ali
     [not found] ` <4DCBF55A-B3B5-4268-9456-3F2F7651581D@tsdye.com>
2011-02-26  2:10   ` Suvayu Ali
2011-02-28 16:06     ` Eric S Fraga
2011-02-28 20:45       ` Suvayu Ali
2011-03-01  4:31         ` Thomas S. Dye
2011-03-01  8:52           ` Eric S Fraga
2011-03-01 12:33             ` Carsten Dominik
2011-03-01 12:49               ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).