Skip to content
Discussion options

You must be logged in to vote

I am guessing you are talking about LaTeX/PDF format, see below an example.

---
title: "Quarto Playground"
format:
  pdf:
    documentclass: article
    classoption: twoside
---

This is a playground for Quarto.

## Page 1

{{< lipsum 2 >}}

::: {.aside}
{{< lipsum 1 >}}
:::

{{< pagebreak >}}

## Page 2
  
{{< lipsum 2 >}}

::: {.aside}
{{< lipsum 1 >}}
:::

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Comment options

You must be logged in to vote
0 replies
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