Skip to content
Discussion options

You must be logged in to vote

Unfortunately there's no great workaround just right now (I hope to to do it in the next few days). If you can get your code to not emit \begin{table} (ie, to start at the \begin{tabular}... part, then you can wrap that in a div, like so:


::: {#tbl-mytable}

```{=latex}
\begin{tabular}
...
\end{tabular}
```

A caption for the table.
:::

As you can see in @tbl-mytable, it's a table.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@skriptum
Comment options

@cscheid
Comment options

Answer selected by skriptum
@skriptum
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
tables Issues with Tables including the gt integration latex LaTeX engines related libraries and technologies
2 participants