Browse Source

more comprehensive list of options taking argument

extracted from the code of latexdiff.
master
Matthieu Moy 10 years ago
parent
commit
6ff02c0cb9
  1. 10
      git-latexdiff

10
git-latexdiff

@ -327,7 +327,15 @@ while test $# -ne 0; do
fi fi
else else
case "$1" in case "$1" in
"-t"|"-s"|"-f"|"-e"|"-p"|"-A"|"-a"|"-X"|"-x"|"--config"|"-c"|"-L")
'--type'|'-t'|'--subtype'|'-s'|'--floattype'|'-f'|\
'--config'|'-c'|'--preamble'|'-p'|'--encoding'|'-e'|\
'--label'|'-L'|'--exclude-safecmd'|'-A'|\
'--replace-safecmd'|'--append-safecmd'|'-a'|\
'--exclude-textcmd'|'-X'|'--replace-textcmd'|\
'--append-textcmd'|'-x'|'--replace-context1cmd'|\
'--append-context1cmd'|'--replace-context2cmd'|\
'--append-context2cmd'|'--packages'|'--math-markup'|\
'--driver')
# Options taking an immediate argument in # Options taking an immediate argument in
# latexdiff => add both the option and its # latexdiff => add both the option and its
# argument. # argument.

Loading…
Cancel
Save