Replies: 1 comment 1 reply
-
It is happening because of |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I just updated to 3.6.2. When I convert to beamer with
--citeproc
, it appears that pandoc puts\usepackage{biblatex}
in the.tex
file. Has this always been the case? The problem is that I include this in my header file with an option, so now the latex compile fails.I need to include it in my header file because I have some packages that have to be included before biblatex. It looks like it is coming from here: https://github.com/jgm/pandoc/blame/2b6554c475e6e6e500b8cbb39c90b28cc122c423/data/templates/common.latex#L255
I have
biblatex: true
in myyaml
file, which I assume is why it is showing up. I have been using this yaml file for years and never had this. I assume that I need thebiblatex:true
for my beamer to compile correctly. Is that correct?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions