Skip to content

Instantly share code, notes, and snippets.

@jadephilipoom
Last active February 9, 2022 04:52
Show Gist options
  • Select an option

  • Save jadephilipoom/2d585e8e64ce101b0be5 to your computer and use it in GitHub Desktop.

Select an option

Save jadephilipoom/2d585e8e64ce101b0be5 to your computer and use it in GitHub Desktop.

Revisions

  1. jadephilipoom revised this gist Dec 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pdfdiff.bash
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    wdiff -n -w $'~~' -x $'~~' -y $'\\textcolor{blue}{' -z '}' base.md new.md | pandoc -o diff.pdf; evince diff.pdf
    wdiff -n -w $'~~' -x $'~~' -y $'\\textcolor{blue}{' -z '}' base.md new.md | pandoc -o diff.pdf
  2. jadephilipoom renamed this gist Dec 2, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. jadephilipoom created this gist Dec 2, 2015.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    wdiff -n -w $'~~' -x $'~~' -y $'\\textcolor{blue}{' -z '}' base.md new.md | pandoc -o diff.pdf; evince diff.pdf