-
DescriptionI have following format:
latex: default
pdf:
documentclass: scrartcl and the # Test
abc When I run Some observations:
How do I tell I use Quarto version 1.5.54 in a devcontainer running debian bookworm. |
Beta Was this translation helpful? Give feedback.
Answered by
Steinthal
Jul 18, 2024
Replies: 1 comment
-
Use See "All Formats" in the Quarto documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
skwde
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
--to <format>
, e.g.quarto preview test.qmd --to pdf
See "All Formats" in the Quarto documentation.