Path to this page:
./
textproc/tex-latexdiff,
Determine and mark up significant differences between LaTeX files
Branch: CURRENT,
Version: 1.3.3,
Package name: tex-latexdiff-1.3.3,
Maintainer: pkgsrc-usersLatexdiff is a Perl script for visual mark up and revision of
significant differences between two LaTeX files. Various
options are available for visual markup using standard LaTeX
packages such as color. Changes not directly affecting visible
text, for example in formatting commands, are still marked in
the LaTeX source. A rudimentary revision facilility is provided
by another Perl script, latexrevise, which accepts or rejects
all changes. Manual editing of the difference file can be used
to override this default behaviour and accept or reject
selected changes only.
Required to run:[
lang/perl5] [
print/kpathsea]
Master sites: (Expand)
Version history: (Expand)
- (2023-04-01) Updated to version: tex-latexdiff-1.3.3
- (2022-06-28) Updated to version: tex-latexdiff-1.3.2nb1
- (2022-04-14) Updated to version: tex-latexdiff-1.3.2
- (2021-05-25) Updated to version: tex-latexdiff-1.3.1.1nb1
- (2021-02-15) Updated to version: tex-latexdiff-1.3.1.1
- (2020-09-01) Updated to version: tex-latexdiff-1.3.0nb2
CVS history: (Expand)
2023-04-01 13:44:56 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-latexdiff{,-doc}: update to 1.3.3
changes unknown
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-04-14 04:08:44 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-latexdiff{,-doc}: update to 1.3.2
# latexdiff
## API adaptions:
- latexdiff now completes with exit code 0 after --help or --version command
## New features / feature extensions
- extend CUSTOMDIFCMD related postprocessing to deal properly with multiline
commands, or a sequence of several commands in the same line
- support for additional macros from import package (\import, \inputfrom,
\includefrom, \subimport, \subinputfrom, \subincludefrom).
- replace default driver dvips->pdftex
## Bug fixes:
- fix bug by replacing \hspace{0pt} after \mbox{..} auxiliary commands with \
\hskip0pt
(IMPORTANT as old way apparently breaks latexdiff output under default setting
with recent versions pdflatex)
- fix issue affecting proper markup of text commands which are not also safe \
cmds and
have multiple arguments
- fix issue by adding \eqref (amsmath package) to the list of safe commands
- fix bug reported in mangled verbatim line environment
- more ways to process \frac correctly with atomic arguments.
- fix a bug in biblatex mode, which prevented proper processing of modified \
\textcite
- -h string fix: add -driver option
# latexdiff-vc
## Bug fixes:
- when setting config variables with the command lines it is now possible to use
quotes to include spaces in the value, e.g. `-c LATEX="pdflatex \
--shell-escape"`
- as --only-changes is not compatible with graphics markup, --graphics-markup=none
is now set automatically when this option is selected
- 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
# latexrevise
## New features
- Introduce option -r / --replace which removes markup of the form
\replaced{new text}{old text} in the changes package
- 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 interpreted as \par)
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-02-15 04:46:44 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-latexdiff{,-doc}: update to 1.3.1.1
changes unknown
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|