From 1e9a3d22826ad6167a15c67978cee4b39ce5b484 Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Mon, 18 Apr 2016 10:50:45 +0200 Subject: [PATCH] doc: unrecognized options are passed to latexdiff --- git-latexdiff | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/git-latexdiff b/git-latexdiff index d5716d7..58240db 100755 --- a/git-latexdiff +++ b/git-latexdiff @@ -128,6 +128,15 @@ Options: --latexpand OPT pass option OPT to latexpand. Use multiple times like --latexpand OPT1 --latexpand OPT2 to pass multiple options. --latexdiff-flatten use --flatten from latexdiff instead of latexpand + +Unrecognized options are passed unmodified to latexdiff. + +Examples: + +Pass --type=CHANGEBAR to latexdiff to get changebars in the margins +instead of red+trike/blue+underline diff: + + git latexdiff --type=CHANGEBAR HEAD^ EOF }