yiansu / latex-project-diff

A tool to generate pdf-diff between two latex projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tool to generate a pdf-diff file between two latex projects

How to use it

USAGE: ./projectdiff.sh OLD_PROJECT_DIR NEW_PROJECT_DIR DIFF_PROJECT_DIR [entry_document_name]

Example: ./projectdiff.sh Project_Old Project_New Project_Diff example

See the example in example-diff.pdf.

Assumption

Both old and new latex projects use the same entry document.

Dependency

You're expecting to have a LaTeX system distribution installed on your machine, which automatically installs all necessary tools for you such as pdflatex, bibtex and latexdiff.

About

A tool to generate pdf-diff between two latex projects

License:MIT License


Languages

Language:TeX 64.4%Language:Shell 31.0%Language:Makefile 4.6%