Replies: 2 comments 12 replies
-
I am interested in this question as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you fixed it out? I am curious about it as well. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a thesis. There is a table that I have generated using
gtsummary
. My output is a pdf through Quarto markdown.At the end of the workflow I want to make it output
as_latex()
. The table itself looks perfect, but I want to avoid it splitting across different pages (the table itself is not too long for a single page). Essentially I want to create a floating environment in the same way as a LaTeX document, but I am unsure how to do that in this context.Code for my table:
I asked about this from the point of view of Quarto but they said it wasn't something that could be facilitated from their point of view, but that I should try here directly.
Any idea how I would do this?
Beta Was this translation helpful? Give feedback.
All reactions