add for org latex export additional logfiles to remove

This commit is contained in:
2022-12-08 21:10:55 +01:00
parent a62de9d264
commit 48a4ef89dd

View File

@@ -1097,6 +1097,22 @@ Uses function `my-org-headline-string-element'"
;; ("captionpos" "t") ;; not working, see org-latex-caption-above
))
(setq org-latex-caption-above '(table src-block))
(setq org-latex-logfiles-extensions
'("aux" "bcf" "blg" "fdb_latexmk" "fls" "figlist" "idx" "log" "nav" "out"
"ptc" "run.xml" "snm" "toc" "vrb" "xdv"
"lof" "lot" "lol"
"bbl" ;; biblatex package, biber; biblatex auxiliary file
"ist" ;; glossaries package; makeindex style file
"alg" "acr" "acn" ;; glossaries package; acronyms
"glg" "gls" "glo" ;; glossaries package; glossary
"los.glg" "los.gls" "los.glo" ;; glossaries package; list of symbols
;; "nlg" "not" "ntn" ;; glossaries package; notation
"idx" "ind" "ilg" ;; imakeidx package; index
;; minitoc
"mtc" ;; minitoc package; temp file
"maf" ;; minitoc package; list of discardable auxiliary files used by minitoc
"mtc0" ;; minitoc package; table of contents for a chapter
))
(defun my-org-latex-export-to-pdf
(&optional async subtreep visible-only body-only ext-plist)