Skip to content

Create pdf link file to see difference between two pdf files

Notifications You must be signed in to change notification settings

ikrom96git/latexdiff_readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Welcome to Latexdiff!

This project demonstrates how to use the Git pipeline to create a PDF showing all changes made in comparison to some earlier commit, leveraging latexdiff.

The default setting is to produce the difference between the current commit and the penultimate change in the LaTeX file.

To manually set which two versions should be compared, one can set the variable via the push command.

Important

  • You may need to change the directory and file name if they are different from cwd and main.tex.

    It can be changed in the following .github-ci.yml file.

    Location: .github/workflows/.github-ci.yml

  • The only changes that need to be made:

    env:
      # Edit here with the names of your LaTeX file and directory (can use ".")
      DIR: .
      FILE: main
  • Update the links to the PDF files in the README.md file:

https://github.com/username/repository_name/raw/build/main_tex_name.pdf}

https://github.com/username/repository_name/raw/build/diffversion.pdf

THE OUTPUT

Here is the current PDF:

Here is the version showcasing all the differences to the penultimate commit:

About

Create pdf link file to see difference between two pdf files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages