keithmarshall pushed a commit to branch master in repository groff. commit ace5315015af12e4248ac58bc483dad6c5211d0b Author: Keith Marshall <keithmarsh...@users.sourceforge.net> Date: Tue Oct 14 13:00:49 2014 +0100
Minor update to NEWS for pdfroff. * NEWS (pdfroff): Note use of PHASE register, and not pdf:href.map, to choose when to emit toc_relocation control record. --- ChangeLog | 7 +++++++ NEWS | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c441b51..19aa0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-10-14 Keith Marshall <keith.d.marsh...@ntlworld.com> + + Minor update to NEWS for pdfroff. + + * NEWS (pdfroff): Note use of PHASE register, and not pdf:href.map, + to choose when to emit toc_relocation control record. + 2014-10-13 Keith Marshall <keith.d.marsh...@ntlworld.com> For pdfroff, deduce "--no-toc-relocation" from input stream. diff --git a/NEWS b/NEWS index 2c758d5..cc615f0 100644 --- a/NEWS +++ b/NEWS @@ -57,11 +57,12 @@ 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 + .if !\n[PHASE] .tm pdfroff-option:set toc_relocation=enabled - is invoked during input file processing; (`.if !dpdf:href.map ...' ensures + is invoked during input file processing; (`.if !\n[PHASE] ...' ensures that the effect of the `.tm' request is restricted to the document setup - phase of processing, when `-mpdfmark' is active). + phase of processing, as pdfroff sets it to 1 or 2 in the output phase, + but leaves it unset in the setup phase). The bundled spdf.tmac macro package, which implicitly activates `-mpdfmark' for `ms' macro users, ensures that TOC relocation is appropriately enabled, _______________________________________________ Groff-commit mailing list Groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit