Hi everyone! I'm writing a document in Romanian and I have to make some changes in the default bibliography style. Instead of in-text et al must be si colab. Anyways, I managed to solve this problem while writing in plain latex (Overleaf). However, I cannot manage to do it in RMarkdown.
It seems @gsapijaszko could have found the root of the issue. rmarkdown is using Pandoc and its template to generate the PDF. The template in Pandoc will do
\usepackage{biblatex}
after the part about the header includes. See
Header include part line 379 and biblatex loading 399.
So that is probably why.
It seems an issue with Pandoc. You would need a custom template to allow this : defining new entries in preamble.
Years working with latex . I personally found R *down very useful, however the way how the .tex file is build (and what's inside before \begin{document} is a bit strange.
We welcome any feedback on that! Most of the content come from the Pandoc's template that we use.
We'll be happy to take into account any feedback for *down ecosystem or even for Pandoc directly.
Please feel free to open an issue in one of the repo or contact me directly.
Feedback from experienced users is really important to improve the tools !