-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm trying the template for the first time. I followed the instructions for manual build and got all the required tools. Here's my error message (running make
on an unmodified template):
$ make
pandoc --resource-path=doc/resources --filter pandoc-include-code --template=template.tex -C --bibliography=bibliography.bib -o paper.pdf doc/paper/part-00.md doc/paper/references.md
pandoc-include-code: Error in $: Incompatible API versions: encoded with [1,22] but attempted to decode with [1,17,0,5].
CallStack (from HasCallStack):
error, called at ./Text/Pandoc/JSON.hs:113:48 in pandoc-types-1.17.0.5-EZHALKSo3NEDnJzqSltHVK:Text.Pandoc.JSON
Error running filter pandoc-include-code:
Filter returned error status 1
make: *** [Makefile:45: paper.pdf] Error 83
It seems that the relevant error is the one coming from pandoc-include-code. However, I don't understand what it means. Here are my versions:
pandoc-2.13
pandoc-include-code-1.2.0.2
codespell-1.16.0
LaTeX (Tex-live):
pdfTeX 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian)
kpathsea version 6.3.1
Copyright 2019 Han The Thanh (pdfTeX) et al.
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.37; using libpng 1.6.37
Compiled with zlib 1.2.11; using zlib 1.2.11
Compiled with xpdf version 4.01
This is on Ubuntu 20.04.