處理此問題的另一種方法是使用 in environment 表達式:
in "environment-X": "find-Y" > "replace-with-Z"
如有必要,您可以進一步將該更改限制在特定書卷中:
at 1KI in "\\io1 .+?\\ior": " ma in̰a Izrayel" > " ma\u2028in̰a Izrayel"
請注意,如果您認為稍微縮排/擠壓後可能都能放在一行內,您也可以對找到的 \sq 擠壓文本 \sq* 套用自訂字元樣式,例如:
at 1TH in "\\io1 .+?\\ior": "(ခရစ်ယာန် အကျင့်သီလ ဇာပိုင် ဖြစ်ရဖို့လည်းဆိုစာကို သွန်သင်ခြင်း)" > "\\sq \1\\sq*"
因此,當需要調整時,您有幾個選項可用。
Another way of handling this would be to use the in environment expression:
in "environment-X": "find-Y" > "replace-with-Z"
And if necessary, you could go further and restrict that change to a specific book as well:
at 1KI in "\\io1 .+?\\ior": " ma in̰a Izrayel" > " ma\u2028in̰a Izrayel"
Note that you could also apply a custom-made character style to \sq squeeze the text \sq* that it finds if you think it might just all fit on one line with a bit of shrink/squeeze, for example:
at 1TH in "\\io1 .+?\\ior": "(ခရစ်ယာန် အကျင့်သီလ ဇာပိုင် ဖြစ်ရဖို့လည်းဆိုစာကို သွန်သင်ခြင်း)" > "\\sq \1\\sq*"
So, there are a few options available to you to adjust things when needed.
機器翻譯自 English