-
DescriptionI have the preamble ---
title: "My Title"
author:
- name: Me
format:
pdf:
documentclass: scrartcl
--- When converting my quarto pandoc -o mydoc.tex --standalone mydoc.qmd However, Pandoc says
and the preamble of the LaTeX file uses the What's the correct incantation? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 28, 2024
Replies: 1 comment 1 reply
-
Add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dpo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
keep-tex: true
in your frontmatter (https://quarto.org/docs/output-formats/pdf-basics.html#latex-output).