Browse Source

doc: unrecognized options are passed to latexdiff

master
Matthieu Moy 9 years ago
parent
commit
1e9a3d2282
  1. 9
      git-latexdiff

9
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
}

Loading…
Cancel
Save