quarto-dev / quarto-dev/quarto-cli
Referenced LaTeX table placed in {.column-margin} causes render error
Aperta
@cscheid ci sta già lavorando.
Dal 18/2/2024.
bug
crossref
latex
- Lingua principale
- JavaScript
- Stelle
- 6k
- Fork
- 458
- Merge medio
- 1g 9h
- PR unite (30g)
- 41
Descrizione
Bug description
When surrounding the working example in this comment
https://github.com/quarto-dev/quarto-cli/discussions/6734#discussioncomment-6919437
with :::{.column-margin} it no longer renders to PDF.
Good Code
---
format: pdf
---
See @tbl-1
::: {#tbl-1}
```{=latex}
\begin{tabular}{ll|l}
a & b & c \\
\hline
1 & 2 & 3 \\
\end{tabular}
```
This is a table caption.
:::
Bad Code
---
format: pdf
---
See @tbl-1
::::::{.column-margin}
::: {#tbl-1}
```{=latex}
\begin{tabular}{ll|l}
a & b & c \\
\hline
1 & 2 & 3 \\
\end{tabular}
```
This is a table caption.
:::
::::::
Error
ERROR:
compilation failed- error
LaTeX Error: Not in outer par mode.
Quarto check output
Did a git pull on 2024-02-18. (9d91693f9)
[✓] Checking tools....................OK
TinyTeX: v2024.02
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /home/sasja/.TinyTeX/bin/x86_64-linux
Version: 2023
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.