Reference Documentation: PDF Publishing with GNU Troff
リビジョン | dd12773e6d814652c773c81827ea44a1f2749be0 (tree) |
---|---|
日時 | 2023-05-03 02:05:30 |
作者 | ![]() |
コミッター | Keith Marshall |
Eliminate a macro loading order dependency.
* tmac/opmode.tmac [!rPDFOPMODE] (OPMODE): Define it, otherwise...
[rPDFOPMODE] (OPMODE): ...alias it, to make them equivalent.
@@ -30,9 +30,12 @@ | ||
30 | 30 | .if r OPMODE .nx |
31 | 31 | . |
32 | 32 | .\" Generic output mode control flag; pdfmark.tmac will bind this to |
33 | -.\" its own internal PDFOPMODE flag. | |
33 | +.\" its own internal PDFOPMODE flag, provided pdfmark.tmac is loaded | |
34 | +.\" AFTER opmode.tmac, but in the event that pdfmark.tmac is loaded | |
35 | +.\" first, establish the complementary binding here. | |
34 | 36 | .\" |
35 | -.nr OPMODE 1 | |
37 | +.ie r PDFOPMODE .aln OPMODE PDFOPMODE | |
38 | +.el .nr OPMODE 1 | |
36 | 39 | . |
37 | 40 | .\" .OP [<output-phase>] |
38 | 41 | .\" |