Reference Documentation: PDF Publishing with GNU Troff
修訂 | c43427d15754707a8239591b4d7bb328f8855452 (tree) |
---|---|
時間 | 2022-03-29 00:43:31 |
作者 | ![]() |
Commiter | Keith Marshall |
Always set the PHASE indicator when formatting body text.
* pdfroff.sh (BODY_FORMAT): Do not clear it, when...
[--no-toc-relocation]: ...this option is active; we require...
[-rPHASE=2]: ...this, even when PHASE=1 is omitted.
@@ -3,7 +3,7 @@ | ||
3 | 3 | # |
4 | 4 | # Function: Format PDF Output from groff Markup |
5 | 5 | # |
6 | -# Copyright (C) 2005-2021 Free Software Foundation, Inc. | |
6 | +# Copyright (C) 2005-2022 Free Software Foundation, Inc. | |
7 | 7 | # Written by Keith Marshall (keith.d.marshall@ntlworld.com) |
8 | 8 | # |
9 | 9 | # This file is part of groff. |
@@ -332,7 +332,7 @@ | ||
332 | 332 | ;; |
333 | 333 | |
334 | 334 | --no-toc-relocation) |
335 | - TC_DATA="" TOC_FORMAT="" BODY_FORMAT="" | |
335 | + TC_DATA="" TOC_FORMAT="" | |
336 | 336 | ;; |
337 | 337 | |
338 | 338 | --no-kill-null-pages) |
@@ -604,7 +604,7 @@ | ||
604 | 604 | # option, when no enabling request is detected in the document |
605 | 605 | # control stream. |
606 | 606 | # |
607 | - TC_DATA="" TOC_FORMAT="" BODY_FORMAT="" | |
607 | + TC_DATA="" TOC_FORMAT="" | |
608 | 608 | fi |
609 | 609 | # |
610 | 610 | # Re-enable progress reporting, if necessary ... |