From 6c1bc1510b5453f55b86bca5d94a23c208940eab Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Tue, 3 Nov 2020 11:05:57 -0800 Subject: [PATCH] Clarify manual on `--track-changes`. Closes #6801. --- MANUAL.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 41eb33853..297c109e7 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -665,18 +665,18 @@ header when requesting a document from a URL: : Specifies what to do with insertions, deletions, and comments produced by the MS Word "Track Changes" feature. `accept` (the - default), inserts all insertions, and ignores all - deletions. `reject` inserts all deletions and ignores - insertions. Both `accept` and `reject` ignore comments. `all` puts - in insertions, deletions, and comments, wrapped in spans with - `insertion`, `deletion`, `comment-start`, and `comment-end` - classes, respectively. The author and time of change is - included. `all` is useful for scripting: only accepting changes - from a certain reviewer, say, or before a certain date. If a - paragraph is inserted or deleted, `track-changes=all` produces a - span with the class `paragraph-insertion`/`paragraph-deletion` - before the affected paragraph break. This option only affects the - docx reader. + default) processes all the insertions and deletions. + `reject` ignores them. Both `accept` and `reject` ignore comments. + `all` includes all insertions, deletions, and comments, wrapped + in spans with `insertion`, `deletion`, `comment-start`, and + `comment-end` classes, respectively. The author and time of + change is included. `all` is useful for scripting: only + accepting changes from a certain reviewer, say, or before a + certain date. If a paragraph is inserted or deleted, + `track-changes=all` produces a span with the class + `paragraph-insertion`/`paragraph-deletion` before the + affected paragraph break. This option only affects the docx + reader. `--extract-media=`*DIR*