Created
February 28, 2024 01:34
-
-
Save anselmobattisti/ee43e0ce472a6aae4e229d6b2ab94973 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# To run the latexdiff in a Docker environment | |
# 1 - Download the image | |
docker pull iphoneintosh/latex-docker:latest | |
# 2 - Run the latexdiff | |
docker run --rm -v .:/data iphoneintosh/latex-docker:latest latexdiff original.tex rev.tex > diff.tex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment