summaryrefslogtreecommitdiff
path: root/support/latexdiff/latexdiff-vc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-10 03:01:41 +0000
committerNorbert Preining <norbert@preining.info>2022-11-10 03:01:41 +0000
commit7ffc72f568b89a4914168cd6921510d226a48620 (patch)
treea5a1bfc5ecf8332877d82472c767a9db0b29fc15 /support/latexdiff/latexdiff-vc
parent5de83ec843cdc88e6adc42b1fe3f0ec48c52b7f3 (diff)
CTAN sync 202211100301
Diffstat (limited to 'support/latexdiff/latexdiff-vc')
-rwxr-xr-xsupport/latexdiff/latexdiff-vc7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/latexdiff/latexdiff-vc b/support/latexdiff/latexdiff-vc
index 849ad1de21..697d1e29b7 100755
--- a/support/latexdiff/latexdiff-vc
+++ b/support/latexdiff/latexdiff-vc
@@ -27,7 +27,7 @@
#
# TODO/IDEAS: - option to call external pre-processing codes
# version 1.3.2:
-# - bug fix: when setting config variables with the command lines it is now possible to use quotes to includes spaces in the value, e.g. "-c LATEX=pdflatex --shell-escape'
+# - bug fix: when setting config variables with the command lines it is now possible to use quotes to includes spaces in the value, e.g. -c LATEX="pdflatex --shell-escape"
# - bug fix: --only-changes is not compatible with graphics markup. --graphics-markup=none is now set automatically
# - when --pdf or --postscript is select, then replace tildes in version names with underscores in output file (e.g. diffHEAD_1 instead of diff HEAD~1. This is necessary because pdflatex strips ~n strings at the end of the filename, when generating output file names
@@ -147,7 +147,8 @@ if ( $help ) {
}
if ( $version ) {
- die $versionstring ;
+ print STDERR $versionstring ;
+ exit 0;
}
if ( $so ) {
@@ -867,7 +868,7 @@ or send them to I<tilmann -- AT -- gfz-potsdam.de>. Include the version number
=head1 AUTHOR
-Version 1.2.1
+Version 1.3.2
Copyright (C) 2005-2017 Frederik Tilmann
This program is free software; you can redistribute it and/or modify