{cleanup} concerns deleting ancillary files that are generated by (La)TeX; these include .aux, .log, .toc, .lof, .lot, .bbl, etc
0
votes
0answers
157 views
SublimeText2 — plugin / keymap for cleanup ('latexmk -c')
The original question (which has since been edited numerous times) was the beginning of my ongoing quest to deal with the LaTeX auxiliary files using TexLive (MacTeX) on OSX (Snow Leopard and Mountain ...
3
votes
1answer
241 views
Can I use latexmk -C for cleaning up only, and compile with another tool?
Can I compile my document with other tools and use latexmk -C only for cleaning up?
One application could be to use it then in the clean: section of a Makefile that uses pdflatex for make pdf.
47
votes
5answers
3k views
Tool for cleaning LaTeX code
Is there something like indent for LaTeX? I have a collaborator that is using Scientific Workplace and the code it produces is totally messed up; I know I shouldn't expect miracles, but any machine ...
0
votes
1answer
443 views
Is there a beamer auto-indent program? [duplicate]
Possible Duplicate:
Tool for cleaning LaTeX code
Beamer presentation files are very structures, they have sections, in which you find subsections, which include frames that have titles and ...
5
votes
2answers
3k views
Having pdflatex clean up after itself in WinEdt?
How do I get pdflatex (via WinEdt) to remove all the extra output files (e.g., .lof, .blg, etc.) after compiling my .tex/.bib/.etc to a .pdf?
If there is a solution, I suspect it will come via ...
3
votes
2answers
554 views
How to clean up .table and .gnuplot using latexmk
I'm using latexmk as my building assistance. I'm also trying to use it as the clean-up contractor... In .latexmkrc I added:
$pdf_previewer = "open -a /Applications/Skim.app";
$clean_ext = "rel paux ...
2
votes
1answer
2k views
Clean-up temporary files after PDF is generated [duplicate]
Possible Duplicate:
Deleting external/auxiliary files?
Is anyone aware of a way of how to cleanup temporary files generated by pdflatex during the generation of the PDF file? I came across ...
2
votes
0answers
120 views
Automatic source document formatting [duplicate]
Possible Duplicate:
Tool for cleaning LaTeX code
This might not be a TeX question, strictly speaking but I'm sure this is the right forum to ask this: Is there a tool that can format the ...
2
votes
1answer
813 views
Autoformat latex source [duplicate]
Possible Duplicate:
Tool for cleaning LaTeX code
I got a simple question.
I just got hold of a, very "ugly" latex document. By ugly I mean, that the source code is almost unreadable.
Is ...
2
votes
1answer
612 views
Can I set Vim w/ vim-latexsuite to clean up aux files after compile?
I can't find the appropriate setting in gVim. Is there a way to manually edit my setting file to clean aux files after compile?
Thanks!