vincentarelbundock / tinytable

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

Broken in Quarto: `options(tinytable_theme_placement_latex_float = "H")` #312

Closed vincentarelbundock closed 3 months ago

vincentarelbundock commented 4 months ago

Inserts an extra H before the table. This is because Quarto handles the table when there's a label, so we should not add an extra H ourselves.

vincentarelbundock commented 3 months ago

Maybe this means when a code chunk produces a table, in which case Quarto does some special handling.