Skip to content

Instantly share code, notes, and snippets.

@anselmobattisti
Created February 28, 2024 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anselmobattisti/ee43e0ce472a6aae4e229d6b2ab94973 to your computer and use it in GitHub Desktop.
Save anselmobattisti/ee43e0ce472a6aae4e229d6b2ab94973 to your computer and use it in GitHub Desktop.
# 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