Skip to content

Quarto PDF rendering Error - Not in outer par mode #9581

Closed Answered by mcanouil
franzeder asked this question in Q&A
Discussion options

You must be logged in to vote

I have open an issue for this.

Workaround is to ensure a position is set:

---
title: Minimal Example
format: pdf
---

Text

::: {.column-margin}
![Example of an Image](https://placehold.co/600x400.png){#fig-example-image fig-pos="H"}
:::

Edit: alternatively, the div syntax fro cross-reference would also work

---
format: pdf
---

::: {.column-margin #fig-example-image}
![](https://placehold.co/600x400.png)

Example of an Image
:::

Replies: 2 comments 1 reply

This comment has been hidden.

@franzeder

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies
2 participants