-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Use the latest pandoc-latex-environment version in pandoc/extra/requirements.txt #220
Comments
yes what was actually meant is |
@tarleb : Seems like moving to pipx broke something. The filter is not found in the latest image I believe the problem comes form this commit:
Version 3.1 works fine
|
Sorry, my bad. I don't really know how to install this properly, the previous installation method lead to a build error. I don't know much about pip, unfortunately. |
@tarleb I am very confused by this new In other images, I tend to use |
Ok so pipx install the filter in
I guess we just need to add |
I'm ok with either of these options 😄 Do you want to write a fix, or should I try? |
Option 3: we re-write this as a Lua filter. Then we wouldn't need to install Python, but would need to find a way to make it easy to use. Of the other two options, I think I lean towards I'm going to spend some time on #127, maybe that will help. |
yes afaik the In other words, in previous versions we were already "breaking system packages" 😈 . We were simply breaking them silently and nobody ever complained about it. I can try to fix that later today or tomorrow... |
And btw the lua-filters are pretty cool, it would be a nice addition to the extra image. But I think rewriting the |
…nvironment-version-in-pandocextrarequirementstxt Fix #220 : Allow pandoc-latex-environment minor upgrades
Hi all, my team and I discovered that the
pandoc/extra
image is using a very old (2 years+) version ofpandoc-latex-environment
, looks like the 1.1.0.0 version:dockerfiles/common/extra/requirements.txt
Line 8 in 61b1fbf
The latest of
pandoc-latex-environment
appears to be 1.1.6.2 (from July 2023)... I think the fix here is to simply modify the==
to>=
The text was updated successfully, but these errors were encountered: