Skip to content

Conversation

@danielburgmann
Copy link
Contributor

The Eisvogel template has fixed an incompatibility with pandoc in Wandmalfarbe/pandoc-latex-template#435 and released version 3.3.0. Please update.

The Eisvogel template has fixed an incompatibility with pandoc in Wandmalfarbe/pandoc-latex-template#435 and released version 3.3.0. Please update.
@xavivars
Copy link

Sorry, I did not see this PR open, and created an issue for the same thing: #311

@xavivars
Copy link

Is this line not needed anymore?

ARG EISVOGEL_VERSION=3.2.0

@tarleb
Copy link
Member

tarleb commented Dec 16, 2025

Thanks!

The ARG does seem useless and can be remove.

@tarleb tarleb merged commit 5183ab0 into pandoc:main Dec 16, 2025
1 check passed
@xavivars
Copy link

Do new images need to be built?

@danielburgmann
Copy link
Contributor Author

danielburgmann commented Dec 18, 2025

Yes, because the update fixes an incompatibility of the eisvogel template with a bugfix brought up in pandoc: jgm/pandoc#11201
With the current image I experience LaTeX errors on tables.

@danielburgmann
Copy link
Contributor Author

Given the example markdown as test.md

# testtable

| h1 |
|----|
| x  |

The docker run

docker run \
--rm \
--volume ${PWD}:/data \
--user "$(id -u):$(id -g)" \
${PANDOC_IMAGE} \
  --template eisvogel \
  /data/test.md \
  -o /data/test-output.pdf

would run with export PANDOC_IMAGE=ghcr.io/pandoc/extra:3.7.0.2-ubuntu, but break with export PANDOC_IMAGE=ghcr.io/pandoc/extra:3.8.3-ubuntu

@tarleb
Copy link
Member

tarleb commented Dec 20, 2025

I've triggered a rebuild of the pandoc/extra:3.8.3 images, they should now come with Eisvogel 3.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants