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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.