• R/O
  • SSH

提交

标签
No Tags

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

修订版00105ad9d39711d6c5d5546d1056b7b2bd11c259 (tree)
时间2022-03-29 00:43:31
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Maintain separation of in-document pdfroff hints.

* pdfroff.sh (pdfroff-option:set): Quote collected hints, as returned
by sed, to preserve separating newlines; without this, all hints will
be evaluated as if representing a single, possibly malformed command,
which is unlikely to have the desired effect.

更改概述

差异

diff -r c43427d15754 -r 00105ad9d397 pdfroff.sh
--- a/pdfroff.sh Mon Mar 28 16:43:31 2022 +0100
+++ b/pdfroff.sh Mon Mar 28 16:43:31 2022 +0100
@@ -591,7 +591,7 @@
591591 # Evaluate any processing options which may have been specified
592592 # as a result of parsing the document source ...
593593 #
594- eval `$SED -n '/^ *pdfroff-option:set */s///p' $WRKFILE`
594+ eval "`$SED -n '/^ *pdfroff-option:set */s///p' $WRKFILE`"
595595 #
596596 # ... (which is currently supported to enable "toc-relocation",
597597 # only when the document actually relies on it, and if it is not