Skip to content
Discussion options

You must be logged in to vote

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.

```{=latex}
\begingroup
\raggedright
\printbibliography[heading=none]
\endgroup
```

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by olearydj
Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies
2 participants