I use a latex template and the --citeproc filter to convert from .md to .pdf parsing references. In my latex template I have the following code generating the references environment.

$if(csl-refs)$
\newenvironment{CSLReferences}%
$endif$

However the first reference in the pdf always has a 10 appearing before the citation. If I convert the .md file to a .tex the references environment begins as follows.

\begin{CSLReferences}{1}{0}

If I remove those 1 and 0 and compile from .tex to .pdf the 10 disappears, but I have to do it manually. How do I fix this?

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/308d5ea1-b759-495a-83d3-5f757729999an%40googlegroups.com.