From 893b65e5d4c0b7cb8ebbfca9ee6b090b9a4a182c Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 14 Jun 2020 03:02:26 +0000 Subject: CTAN sync 202006140302 --- support/latexdiff/doc/latexdiff-man.pdf | Bin 282069 -> 282140 bytes support/latexdiff/latexdiff | 12 +++++++----- support/latexdiff/latexdiff-fast | 12 +++++++----- support/latexdiff/latexdiff-so | 12 +++++++----- support/latexdiff/latexdiff-vc | 8 ++++---- support/latexdiff/latexdiff-vc.1 | 2 +- support/latexdiff/latexdiff.1 | 2 +- support/latexdiff/latexrevise | 2 +- support/latexdiff/latexrevise.1 | 2 +- 9 files changed, 29 insertions(+), 23 deletions(-) (limited to 'support') diff --git a/support/latexdiff/doc/latexdiff-man.pdf b/support/latexdiff/doc/latexdiff-man.pdf index d5a97b67cd..ebf545df91 100644 Binary files a/support/latexdiff/doc/latexdiff-man.pdf and b/support/latexdiff/doc/latexdiff-man.pdf differ diff --git a/support/latexdiff/latexdiff b/support/latexdiff/latexdiff index b8fde01b78..9c2f45e957 100755 --- a/support/latexdiff/latexdiff +++ b/support/latexdiff/latexdiff @@ -3,7 +3,7 @@ # latexdiff - differences two latex files on the word level # and produces a latex file with the differences marked up. # -# Copyright (C) 2004-16 F J Tilmann (tilmann@gfz-potsdam.de) +# Copyright (C) 2004-20 F J Tilmann (tilmann@gfz-potsdam.de) # # Repository/issue tracker: https://github.com/ftilmann/latexdiff # CTAN page: http://www.ctan.org/pkg/latexdiff @@ -23,7 +23,9 @@ # Detailed usage information at the end of the file # - +# Version 1.3.1.1 +# - remove spurious \n to fix error: Unknown regexp modifier "/n" at .../latexdiff line 1974, near "=~ " (see github issue #201) +# # Version 1.3.1 # Bug fixes: # - remove some uninitialised variable $2 warnings in string substitution in flatten function in case included file is not found @@ -201,8 +203,8 @@ my ($algodiffversion)=split(/ /,$Algorithm::Diff::VERSION); my ($versionstring)=< make no change file does not exist $newpage=""; } diff --git a/support/latexdiff/latexdiff-fast b/support/latexdiff/latexdiff-fast index a6a7d9164d..ec3f618dab 100755 --- a/support/latexdiff/latexdiff-fast +++ b/support/latexdiff/latexdiff-fast @@ -3,7 +3,7 @@ # latexdiff - differences two latex files on the word level # and produces a latex file with the differences marked up. # -# Copyright (C) 2004-16 F J Tilmann (tilmann@gfz-potsdam.de) +# Copyright (C) 2004-20 F J Tilmann (tilmann@gfz-potsdam.de) # # Repository/issue tracker: https://github.com/ftilmann/latexdiff # CTAN page: http://www.ctan.org/pkg/latexdiff @@ -23,7 +23,9 @@ # Detailed usage information at the end of the file # - +# Version 1.3.1.1 +# - remove spurious \n to fix error: Unknown regexp modifier "/n" at .../latexdiff line 1974, near "=~ " (see github issue #201) +# # Version 1.3.1 # Bug fixes: # - remove some uninitialised variable $2 warnings in string substitution in flatten function in case included file is not found @@ -762,8 +764,8 @@ my ($algodiffversion)=split(/ /,$Algorithm::Diff::VERSION); my ($versionstring)=< make no change file does not exist $newpage=""; } diff --git a/support/latexdiff/latexdiff-so b/support/latexdiff/latexdiff-so index 81387135c5..45e5188bcc 100755 --- a/support/latexdiff/latexdiff-so +++ b/support/latexdiff/latexdiff-so @@ -3,7 +3,7 @@ # latexdiff - differences two latex files on the word level # and produces a latex file with the differences marked up. # -# Copyright (C) 2004-16 F J Tilmann (tilmann@gfz-potsdam.de) +# Copyright (C) 2004-20 F J Tilmann (tilmann@gfz-potsdam.de) # # Repository/issue tracker: https://github.com/ftilmann/latexdiff # CTAN page: http://www.ctan.org/pkg/latexdiff @@ -23,7 +23,9 @@ # Detailed usage information at the end of the file # - +# Version 1.3.1.1 +# - remove spurious \n to fix error: Unknown regexp modifier "/n" at .../latexdiff line 1974, near "=~ " (see github issue #201) +# # Version 1.3.1 # Bug fixes: # - remove some uninitialised variable $2 warnings in string substitution in flatten function in case included file is not found @@ -658,8 +660,8 @@ my ($algodiffversion)=split(/ /,$Algorithm::Diff::VERSION); my ($versionstring)=< make no change file does not exist $newpage=""; } diff --git a/support/latexdiff/latexdiff-vc b/support/latexdiff/latexdiff-vc index 9843238c45..b50a52722f 100755 --- a/support/latexdiff/latexdiff-vc +++ b/support/latexdiff/latexdiff-vc @@ -3,7 +3,7 @@ # latexdiff-vc - wrapper script for applying latexdiff to rcs managed files # and for automatised creation of postscript or pdf from difference file # -# Copyright (C) 2005-16 F J Tilmann (tilmann@gfz-potsdam.de) +# Copyright (C) 2005-20 F J Tilmann (tilmann@gfz-potsdam.de) # # Repository: https://github.com/ftilmann/latexdiff # CTAN page: http://www.ctan.org/pkg/latexdiff @@ -71,7 +71,7 @@ use strict ; use warnings ; my $versionstring=<0 ) { # make file list (last arguments), initial arguments have to be passed to latexdiff # We assume an argument is a valid file rather than a latexdiff argument -# if it has extension .tex, .bbl or .flt (output of flatex) +# if it has extension .tex, .bbl or .flt (output of flatex), and does not start with a - or -- @files=($file2); while( $file1=pop @ARGV ) { - if ( $file1 =~ /\.(tex|bbl|flt)$/ ) { + if ( $file1 =~ /\.(tex|bbl|flt)$/ && $file1 !~ /^-/) { # $file1 looks like a valid file name and is prepended to file list unshift @files, $file1 ; } else { diff --git a/support/latexdiff/latexdiff-vc.1 b/support/latexdiff/latexdiff-vc.1 index c8340e7104..7a031cf151 100644 --- a/support/latexdiff/latexdiff-vc.1 +++ b/support/latexdiff/latexdiff-vc.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "LATEXDIFF-VC 1" -.TH LATEXDIFF-VC 1 "2020-05-27" "perl v5.22.1" " " +.TH LATEXDIFF-VC 1 "2020-06-13" "perl v5.22.1" " " .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/support/latexdiff/latexdiff.1 b/support/latexdiff/latexdiff.1 index f624ca652d..1de1d3fd85 100644 --- a/support/latexdiff/latexdiff.1 +++ b/support/latexdiff/latexdiff.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "LATEXDIFF 1" -.TH LATEXDIFF 1 "2020-05-26" "perl v5.22.1" " " +.TH LATEXDIFF 1 "2020-06-13" "perl v5.22.1" " " .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/support/latexdiff/latexrevise b/support/latexdiff/latexrevise index f7f88f1b95..2d809fb156 100755 --- a/support/latexdiff/latexrevise +++ b/support/latexdiff/latexrevise @@ -32,7 +32,7 @@ use strict; use warnings; my $versionstring=<