Columns not rendering in .pdf #1669
Unanswered
giorgiopaulon
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
This is probably much too late for you, but maybe it will help someone else. It seems that the .columns-syntax does not work with pdf articles. (It works with beamer, though.) I found here that the following works for pdf articles:
This also worked for html and docx. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
The layout feature is documented on <quarto.org>:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I am working on a Quarto template that can render many features across several output types, i.e., .pdf, .docx and .HTML. One of the features that I am not able to export correctly is a list of items in a column environment. This shows correctly in the HTML but not in the .pdf generated by Quarto (as seen in the pictures below).
I attach below a reproducible example. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions