Skip to content

How to have a two-column layout to be non-float when compiled to PDF? #11849

Answered by mcanouil
tamas-ferenci asked this question in Q&A
Discussion options

You must be logged in to vote

The figure is needed to allow the whole "layout" to be a cross-reference for instance when you want to make composite figure/table/whatever.

The answer to add H or whatever:

---
format: pdf
---

::: {layout-ncol="2" fig-pos="H"}

::: {#first-column}
{{< lipsum >}}
:::

::: {#second-column}
![Image]({{< placeholder >}})
:::

:::

Replies: 4 comments 11 replies

Comment options

You must be logged in to vote
4 replies
@tamas-ferenci
Comment options

@mcanouil
Comment options

@tamas-ferenci
Comment options

@tamas-ferenci
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tamas-ferenci
Comment options

Comment options

You must be logged in to vote
6 replies
@tamas-ferenci
Comment options

@tamas-ferenci
Comment options

@mcanouil
Comment options

Answer selected by tamas-ferenci
@tamas-ferenci
Comment options

@mcanouil
Comment options

@tamas-ferenci
Comment options

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 layout
2 participants