Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ftilmann committed Dec 27, 2021
1 parent d8bb361 commit af22466
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Makefile for preparing files for distribution
VERSION=1.3.1.1
VERSION=1.3.2


.PHONY: distribution release test mkdirs clean cleanall cleantest webmanual
Expand Down
8 changes: 4 additions & 4 deletions latexdiff
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ my ($algodiffversion)=split(/ /,$Algorithm::Diff::VERSION);


my ($versionstring)=<<EOF ;
This is LATEXDIFF 1.3.2a (Algorithm::Diff $Algorithm::Diff::VERSION, Perl $^V)
(c) 2004-2020 F J Tilmann
This is LATEXDIFF 1.3.2 (Algorithm::Diff $Algorithm::Diff::VERSION, Perl $^V)
(c) 2004-2021 F J Tilmann
EOF

# Hash with defaults for configuration variables. These marked undef have default values constructed from list defined in the DATA block
Expand Down Expand Up @@ -4844,8 +4844,8 @@ I<latexdiff-fast> requires the I<diff> command to be present.
=head1 AUTHOR
Version 1.3.0
Copyright (C) 2004-2018 Frederik Tilmann
Version 1.3.2
Copyright (C) 2004-2021 Frederik Tilmann
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
Expand Down
6 changes: 3 additions & 3 deletions latexdiff-vc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Detailed usage information at the end of the file
#
# TODO/IDEAS: - option to call external pre-processing codes
# version 1.3.2a:
# 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: --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
Expand Down Expand Up @@ -79,8 +79,8 @@ use strict ;
use warnings ;

my $versionstring=<<EOF ;
This is LATEXDIFF-VC 1.3.1.1
(c) 2005-2020 F J Tilmann
This is LATEXDIFF-VC 1.3.2
(c) 2005-2021 F J Tilmann
EOF

# output debug and intermediate files, set to 0 in final distribution
Expand Down
9 changes: 5 additions & 4 deletions latexrevise
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
#
# Detailed usage information at the end of the file
# Note: version number now keeping up with latexdiff
# Version 1.3.2a Functionality -c option: if comment to be deleted is the last in the line replace new line by space character. This is done to avoid errors or unintended line breaks from empty lines after deletion (which are implicit \par)
# Introduce option -r / --replace which removes markup of the form \replaced{new text}{old text} in the changes package
# Version 1.3.2
# - Functionality -c option: if comment to be deleted is the last in the line replace new line by space character. This is done to avoid errors or unintended line breaks from empty lines after deletion (which are implicit \par)
# - Introduce option -r / --replace which removes markup of the form \replaced{new text}{old text} in the changes package
# Version 1.3.1 (Bug fix) Remove some deprecation warnings due to uncommented left parentheses
# Version 1.0.2 Option --version
# Version 1.0.1 no changes to latexrevise
Expand All @@ -35,7 +36,7 @@ use strict;
use warnings;

my $versionstring=<<EOF ;
This is LATEXREVISE 1.3.2a
This is LATEXREVISE 1.3.2
(c) 2005-2021 F J Tilmann
EOF

Expand Down Expand Up @@ -550,7 +551,7 @@ leave content of the environment in the text.
For constructions C<\\cmd{..}{..}>, remove the command, leave the
content of first argument, and delete second argument, i.e. turn
C<\cmd{abc}{def} into C<abc>.
C<\cmd{abc}{def}> into C<abc>.
Expand Down

0 comments on commit af22466

Please sign in to comment.