• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Reference Documentation: PDF Publishing with GNU Troff


Commit MetaInfo

Révisiondd12773e6d814652c773c81827ea44a1f2749be0 (tree)
l'heure2023-05-03 02:05:30
AuteurKeith Marshall <keith@user...>
CommiterKeith Marshall

Message de Log

Eliminate a macro loading order dependency.

* tmac/opmode.tmac [!rPDFOPMODE] (OPMODE): Define it, otherwise...
[rPDFOPMODE] (OPMODE): ...alias it, to make them equivalent.

Change Summary

Modification

diff -r 91410559a5dd -r dd12773e6d81 tmac/opmode.tmac
--- a/tmac/opmode.tmac Tue May 02 18:05:05 2023 +0100
+++ b/tmac/opmode.tmac Tue May 02 18:05:30 2023 +0100
@@ -30,9 +30,12 @@
3030 .if r OPMODE .nx
3131 .
3232 .\" 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.
3436 .\"
35-.nr OPMODE 1
37+.ie r PDFOPMODE .aln OPMODE PDFOPMODE
38+.el .nr OPMODE 1
3639 .
3740 .\" .OP [<output-phase>]
3841 .\"