-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental support for redline PDFs
This adds experimental support for generating redline PDFs, using `latexdiff` as the driver. As with many automated diff tools that don't record every individual edit, this struggles with large section rewrites, hence "experimental", but hopefully provides a more visual form of inspecting redlines. In order to get latexdiff working effectively (e.g. using a more recent version), this also requires updating the base Pandoc image to get the newer texlive repositories and tools, which also necessitates updating the base template. In practice, however, there should be no visual distinction. As the tooling is largely written as a Bash entrypoint for Docker, the GitHub inputs are renamed to be friendlier to accessing those in Bash, making this a breaking change from previous versions. It also moves to explicitly provide output variables for the generated files, rather than implicitly assuming a particular `GITHUB_WORKSPACE` layout/output. This should make it more robust going forward and further isolate downstream projects of future changes.
- Loading branch information
Showing
5 changed files
with
88 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters