Latex format link #4685
Unanswered
fabricelallemand15
asked this question in
Q&A
Replies: 2 comments
-
Two thing to make this work:
Two options for you: ---
title: "sample"
format:
html: default
pdf:
keep-tex: true
latex: default
--- or ---
title: "test_html"
format:
html: default
pdf: default
latex:
output-file: "mydoc.tex"
--- Either of these should do it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, it works with |
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
I use Quarto pre-release for multi format publishing. I get links to pdf version of my web pages, but I would also be able to get a link to the tex file generated by quarto with the option
keep-tex: true
.I tried to write
format-links: [pdf, tex]
, but it doesn't work.Is there a way to do that automatically?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions