emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH] org-export-pdf-remove-logfiles extensions


From: GT
Subject: Re: [Orgmode] [PATCH] org-export-pdf-remove-logfiles extensions
Date: Thu, 26 Nov 2009 10:28:21 +0900
User-agent: Wanderlust/2.15.7 (Almost Unreal)

My first mail on the list! Love org-mode by the way.

>> XeLaTeX[1,2] produces some more files than pdflatex. These are:
>> .nav, .snm, .vrb. All named the same as the base file. The list in
>> org-export-as-pdf should be extended or even made customisable.

I second you on this one! That would be nice if the "log" files list was 
customizable.

I use xelatex and bibtex which leads to additional garbage files such as ".blg" 
and ".bbl".

For the moment, I am cleaning the mess with a unix "rm" command at the end of 
the latex/bibtex processing, like this:

(setq org-latex-to-pdf-process '("xelatex -interaction nonstopmode %s" "bibtex 
%b" "xelatex -interaction nonstopmode %s" "xelatex -interaction nonstopmode %s" 
"rm *blg *bbl"))

best regards,


GT




reply via email to

[Prev in Thread] Current Thread [Next in Thread]