emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: GT <tuxliste@gmail.com>
To: =?ISO-2022-JP-2?B?GyQoRCkoGyhCdWthc3o=?= Stelmach
	<lukasz.stelmach@iem.pw.edu.pl>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] org-export-pdf-remove-logfiles extensions
Date: Thu, 26 Nov 2009 10:28:21 +0900	[thread overview]
Message-ID: <84y6lu847e.wl%tuxliste@gmail.com> (raw)
In-Reply-To: <87fx82ecjk.fsf_-_@dasa3.iem.pw.edu.pl>

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	other threads:[~2009-11-26  1:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-25 12:56 [BUG] org-export-pdf-remove-logfiles extensions Łukasz Stelmach
2009-11-25 13:27 ` Carsten Dominik
2009-11-25 14:24   ` Sébastien Vauban
2009-11-25 16:07     ` Łukasz Stelmach
2009-11-26  0:31       ` Łukasz Stelmach
2009-11-25 14:05 ` Carsten Dominik
2009-11-25 17:31   ` [PATCH] " Łukasz Stelmach
2009-11-26  1:28     ` GT [this message]
2009-11-26  6:36     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84y6lu847e.wl%tuxliste@gmail.com \
    --to=tuxliste@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lukasz.stelmach@iem.pw.edu.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).