Section titles appear after tables (PDF) #2264
Unanswered
mattocci27
asked this question in
Q&A
Replies: 1 comment 4 replies
-
How are you creating your table in the Quarto document ? Just asking because it can be created different ways, including with Computation (like with a R package). Depending on the option, the tool that generate the LaTeX table is not the same so it would help know more about this. Thank you ! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Section titles appear after tables because Quarto produces tex files starting tables with
\begin{table}
instead of\begin{table}[h!]
. I can edit tex files but it is easier if Quarto can directly generate tex files starting tables with\begin{table}[h!]
. Are there any easy way to place section titles before tables?Reference:
https://tex.stackexchange.com/questions/354897/section-title-appears-after-the-table
Beta Was this translation helpful? Give feedback.
All reactions