vincentarelbundock / tinytable

Simple and Customizable Tables in `R`
https://vincentarelbundock.github.io/tinytable
GNU General Public License v3.0
196 stars 16 forks source link

Delete logfiles generated by tinytex #277

Closed etiennebacher closed 3 months ago

etiennebacher commented 3 months ago

Close #260

I started with a basic implementation, let me know if you want to make this behavior opt-in.

vincentarelbundock commented 3 months ago

Looks great to me, thanks. I added two global options to give power users more control:

options(tinytable_save_pdf_engine = "pdflatex")
options(tinytable_save_pdf_clean = FALSE)
vincentarelbundock commented 3 months ago

Let me know what you think. I'm happy to merge when you're ready.

etiennebacher commented 3 months ago

Also, is this worth a NEWS bullet?

vincentarelbundock commented 3 months ago

Thanks for the code and comments. This is a very nice addition. Merged.