-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Take a look at the LaTeX/PDF partials: https://quarto.org/docs/journals/templates.html#template-partials. ```{=latex}
\begingroup
\raggedright
\printbibliography[heading=none]
\endgroup
``` |
Beta Was this translation helpful? Give feedback.
-
Derp! I already replace re: raw blocks - I've seen these used but the only place this syntax seems to show up in the docs is on the Docusaurus page. Can you explain why this is preferred for PDF output? Also, unless I misunderstand, It would be good to update these docs: |
Beta Was this translation helpful? Give feedback.
Take a look at the LaTeX/PDF partials: https://quarto.org/docs/journals/templates.html#template-partials.
In particular
biblio.tex
that you can modify to your needs rather than adding RAW LaTeX as you did.Note that you should enclose your raw code in raw blocks.