diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-28 22:52:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-28 22:52:08 +0000 |
commit | 856ff1f6f5b3f90f70a7026ffa5076cc55a120f5 (patch) | |
tree | d9ee191e234b068181d0db29fa6a55b41bc04988 /Master/texmf-dist/doc/man/man1/latexdiff-vc.1 | |
parent | 41b890981336d35e8af90cc4fef09ad6570b56b8 (diff) |
latexdiff (28dec21)
git-svn-id: svn://tug.org/texlive/trunk@61434 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/latexdiff-vc.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/latexdiff-vc.1 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/man/man1/latexdiff-vc.1 b/Master/texmf-dist/doc/man/man1/latexdiff-vc.1 index 7a031cf1510..d484c79d6eb 100644 --- a/Master/texmf-dist/doc/man/man1/latexdiff-vc.1 +++ b/Master/texmf-dist/doc/man/man1/latexdiff-vc.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) +.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== @@ -46,7 +46,7 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" -.\" If the F register is turned on, we'll generate index entries on stderr for +.\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. @@ -56,12 +56,12 @@ .. .nr rF 0 .if \n(.g .if rF .nr rF 1 -.if (\n(rF:(\n(.g==0)) \{ -. if \nF \{ +.if (\n(rF:(\n(.g==0)) \{\ +. if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. -. if !\nF==2 \{ +. if !\nF==2 \{\ . nr % 0 . nr F 2 . \} @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "LATEXDIFF-VC 1" -.TH LATEXDIFF-VC 1 "2020-06-13" "perl v5.22.1" " " +.TH LATEXDIFF-VC 1 "2021-12-27" "perl v5.30.0" " " .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -211,9 +211,10 @@ The generic usage of this function is : \f(CW\*(C`latexdiff\-vc \-\-flatten \-r With \f(CW\*(C`\-\-flatten=keep\-intermediate\*(C'\fR, the intermediate revision snapshots are kept in the current directory (Default is to store them in a temporary directory and delete them after generating the diff file.) .IP "\fB\-\-only\-changes\fR" 4 .IX Item "--only-changes" -Post-process the output such that only pages with changes on them are displayed. This requires the use of subtype \s-1ZLABEL \s0 +Post-process the output such that only pages with changes on them are displayed. This requires the use of subtype \s-1ZLABEL\s0 in latexdiff, which will be set automatically, but any manually set \-s option will be overruled (also requires zref package to -be installed). (note that this option must be combined with \-\-ps or \-\-pdf to make sense) +be installed). This option also disables internal links (as implemented by hyperref package) and graphics markup. +(note that this option must be combined with \-\-ps or \-\-pdf to make sense) .IP "\fB\-\-force\fR" 4 .IX Item "--force" Overwrite existing diff files without asking for confirmation. Default |