groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: [pdfroff] Deduce "--no-toc-relocation" from input stream.


From: Keith Marshall
Subject: [groff] 01/01: [pdfroff] Deduce "--no-toc-relocation" from input stream.
Date: Mon, 13 Oct 2014 10:39:23 +0000

keithmarshall pushed a commit to branch master
in repository groff.

commit 04fd212e6405d73da8bca85f91f841158985a639
Author: Keith Marshall <address@hidden>
Date:   Mon Oct 13 11:39:02 2014 +0100

    [pdfroff] Deduce "--no-toc-relocation" from input stream.
    
    * NEWS: Add notification; document the effect of changes, as recorded
    in contrib/pdfmark/ChangeLog.
---
 ChangeLog |    7 +++++++
 NEWS      |   17 +++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 36b3805..c441b51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-10-13  Keith Marshall  <address@hidden>
+
+       For pdfroff, deduce "--no-toc-relocation" from input stream.
+
+       * NEWS: Add notification; document the effect of changes, as recorded
+       in contrib/pdfmark/ChangeLog.
+
 2014-10-12  Ingo Schwarze  <address@hidden>
 
        [mdoc] Support `Mdocdate' CVS keyword substitution.
diff --git a/NEWS b/NEWS
index bb33ae5..2c758d5 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,23 @@ o Another preprocessor from Bernd Warken to pretty-print 
Pinyin syllables like
   `guo2wang2' as `guówáng'.
 
 
+Pdfroff
+-------
+
+o The pdfroff utility script now activates its `--no-toc-relocation' option
+  by default, unless a request similar to:
+
+     .if !dpdf:href.map .tm pdfroff-option:set toc_relocation=enabled
+
+  is invoked during input file processing; (`.if !dpdf:href.map ...' ensures
+  that the effect of the `.tm' request is restricted to the document setup
+  phase of processing, when `-mpdfmark' is active).
+
+  The bundled spdf.tmac macro package, which implicitly activates `-mpdfmark'
+  for `ms' macro users, ensures that TOC relocation is appropriately enabled,
+  when the `.TC' macro is invoked.
+
+
 Macro Packages
 --------------
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]