• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

Reference Documentation: PDF Publishing with GNU Troff


コミットメタ情報

リビジョンdd12773e6d814652c773c81827ea44a1f2749be0 (tree)
日時2023-05-03 02:05:30
作者Keith Marshall <keith@user...>
コミッターKeith Marshall

ログメッセージ

Eliminate a macro loading order dependency.

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

変更サマリ

差分

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 .\"