Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 606 Bytes

latexdiff-workflow

Latexdiff

A workflow to show the diff between two versions of a latex document.

It uses:

  • actions/checkout to get the two versions (master and v1 tag) of the latex document
  • latexdiff to generate the difference between the two documents
  • latex-action to build the pdf from the latex difference file

The result is uploaded as an artifact.