-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix llncs.tex #1
Comments
BTW: The original link to pandoc is here: jgm/pandoc@0fe635d |
Did you try the other templates now? Did it work out? I just started with pandoc and thought I could use this project as a template but for now I am kind of debugging from one error to the next one. Currently:
|
Hi @thomas-schuster, I'm sorry my templates and workflow aren't working for you out of the box. |
Hi,
I found your code super-useful for setting up my own Markdown-centric research workflow. Now, there are a few caveats as Pandoc has evolved quite a bit.
First of all, you must insert the following code, taken from mpark/wg21#54 (comment), below line 142 of templates/llncs.tex:
This is because Pandoc has changed and now requires these additional variables. Likely, you will also have to apply this to the ACM and IEEE templates, but I haven't tried that yet.
Second, the
citeproc
filter is now (2.11.4) part of pandoc and no longer an external component; hence, the build instructions in the makefile must be changed like so (this is my local version, not exactly yours):Third, the pandoc-crossref binaries work only with a matching pandoc version. Unfortunately, if you use
conda
as a package manager, as of today, the available versions for both don't match and the 0.3.9.0 version ofpandoc--crossref
available from conda-forge does not run on OSX Big Sur.I solved this by installing the latest binary locally as part of my workflow and use the local path, like so:
The text was updated successfully, but these errors were encountered: