-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Dependencies #5
Comments
Problems Updating PPUpdating PP and fixing the PP macros has now been moved to Issue #33 I've tried updating PP from The problem seems to be related to Shell scripts invocation, because the reported error is:
It seems an issue with missing path slashes, possibly affecting only Bash for Windows, unless there was a change in how PP handles special characters escaping. Because the PP macros were taken from the pandoc-goodies repository, the ought to be fixed in their upstream project, rather than here — which could take some time since the pandoc-goodies repo hasn't been updated to the latest pandoc and PP versions for a long time, and would require some major revamping. Since the currently used PP version ( |
Update `download.bat` to fetch the latest version of all 3rd party tools except PP: (closes #5) - pandoc v2.10.1 (x86_64) - pandoccrossref v0.3.7.0a (x86_64) - Highlight v3.57 (x86_64) - GitHub HTML5 Pandoc Template v2.2 PP couldn't be update to v2.14.1 because the macros break (see #33). - Update documentation and licenses accordingly.
This merge updates all 3rd party tools dependencies, except PP which breaks our PP macros (see #5).
This merge updates all 3rd party tools dependencies, except PP which breaks our PP macros (see #5). Rebuild Italian PML Spec HTML doc using updated tools and pandoc template.
Update `download.bat` to fetch the latest version of all third party tools: (closes #5) - pandoc v2.10.1 (x86_64) - pandoccrossref v0.3.7.0a (x86_64) - PP v2.14.1 (x86_64) - Highlight v3.57 (x86_64) Fix PP macros to work with latest PP. (solves #33) Update GitHub HTML5 Pandoc Template to v2.2. Update documentation and licenses accordingly.
This repository hasn't been updated for quite a while, so at some point we might want to ensure its usability with the latest dependencies versions.
v2.1
(x86) →v2.10.1
v2.2.2
(x86_64) →v2.14.1
— (download page)We'll have to skip the PP update until they are fixed.
v0.3.0.0
(x86) →v0.3.7.0a
v3.42
(x86_64) →v3.57
— (download page)v2.0
) to the latest version from pandoc-goodies (v2.2
) to ensure full compatibility with current pandoc version (see $table-of-contents$ instead of $toc$ pandoc-goodies#10).download.bat
script accordingly.Although this isn't strictly necessary (end users can always download the exact versions of the dependencies via the
download.bat
script offered in the repo) it's still preferable to keep the assets up-to-date with the latest tools.The text was updated successfully, but these errors were encountered: