[tex-live] latexdiff packaging problems
Daniel Becker
daniel.becker at uni-rostock.de
Thu Dec 17 16:17:18 CET 2009
Dear TL-maintainers,
thanks a lot for adding latexdiff to TeXLive. It is great to have this tool now easily available. I use it with the
"engine" (in TeXShop-speech) below.
Daniel
#!/bin/tcsh
# creates a version of a .tex file that has differences marked up
# assumes that a version filename-oldversion.tex exists
set path= ($path /usr/texbin /usr/local/bin)
set filename = "$1"
set newname = "${filename:r}.tex"
set oldname = "${filename:r}-oldversion.tex"
set diffname = "${filename:r}-differences.tex"
#run latexdiff on a file foo.tex and create foo-differences.tex
latexdiff --type=CULINECHBAR "$oldname" "$newname" > "$diffname"
#open the diff-file
open "$diffname"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4647 bytes
Desc: not available
URL: <http://tug.org/pipermail/tex-live/attachments/20091217/a00e1b64/attachment.bin>
More information about the tex-live
mailing list