General ⇒ Clean the temp files after compile Latex?
Clean the temp files after compile Latex?
Hi all,
I wonder if we can auto delete the temp file as *bak, *mtc,... after compiling finished.
I use MikTex. Windows.
Solve:I think to clean the temp files: log, bak...after compiling.
You must creat bat file with content:
del *bak
del *log
......
Sincerely.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Clean the temp files after compile Latex?
Re: Clean the temp files after compile Latex?
Vietex is a useful tex editor of Vietnamese.
Re: Clean the temp files after compile Latex?
Re: Clean the temp files after compile Latex?
Thank you very much.
I think that I should write a bat file.
The content of bat file:
del *log
del *bak
.....
Sincerely.