From: Michael Olson Date: Wed, 17 Jun 2009 18:37:27 +0000 (-0700) Subject: muse-latex: Remove additional cruft files from beamer. X-Git-Tag: v3.20~10 X-Git-Url: https://repo.or.cz/w/muse-el.git/commitdiff_plain/114e8af2c16d1c069bf86ec9ccaf3042fd00b3f8 muse-latex: Remove additional cruft files from beamer. --- diff --git a/lisp/muse-latex.el b/lisp/muse-latex.el index 5f91b17..4e6ae0a 100644 --- a/lisp/muse-latex.el +++ b/lisp/muse-latex.el @@ -76,7 +76,8 @@ This should be a format string." :type 'string :group 'muse-latex) -(defcustom muse-latex-pdf-cruft '(".aux" ".toc" ".out" ".log") +(defcustom muse-latex-pdf-cruft + '(".aux" ".log" ".nav" ".out" ".snm" ".toc" ".vrb") "Extensions of files to remove after generating PDF output successfully." :type 'string :group 'muse-latex)