为了正确显示和排版,在我们的项目中统一空白字符的使用标准非常重要。据我理解,在 SFM 中,节号应始终从新行开始,这意味着节号前始终会有一个空格。
\s1 Wayyoowwan Torba \p
\v 13 \wj “Yaa barsiistota seeraatii fi . . .
似乎有两个例外情况:在某些情况下可以移除该空格,具体来说是在开括号 [ 或圆括号 ( 之后。
\p [\v 14 \wj “Yaa barsiistota seeraatii fi Fariisota fakkeessitoota nana, isiniif wayyoo!
然而,对于大多数字符,Paratext 会在字符后自动插入空格,但在非格式化视图中除外。在这个例子中,使用了 U+231E:左下角符号(BOTTOM LEFT CORNER),它像方括号 [ 一样使用。它可以紧挨着 \v 放置,在非格式化视图中显示为 . . .
प्रवेश करने देते हो. ⌞\v 14 धिक्कार है तुम पर
但在其他视图中会显示空格,并且如果运行 Advanced>Standardize whitespace 方法,SFM 中会插入新行。
प्रवेश करने देते हो. ⌞ \v 14 धिक्कार है तुम पर पाखंडी, फ़रीसियो,
在这个来自阿拉伯语系语言的例子中,由于 U+231E 不会镜像,因此使用了 U+231F:右下角符号(BOTTOM RIGHT CORNER):
⌟ \v 16 ئەوەی گوێی هەیە بۆ بیستن با گوێ بگرێت.⌞»
在这两种情况下,\v 前都插入了换行/空格,而本不应添加。
在 \v 前添加换行/空格的标准是什么?换句话说,哪些字符可以紧挨着放在 \v 之前? 是否有办法将字符添加到允许在 \v 前出现且中间无空格的字符列表中?
It is important to standardize the use of white space in our projects for correct display and typesetting. My understanding is that verse numbers should always start on a new line in the SFM with the result that there is always a space before them.
\s1 Wayyoowwan Torba \p
\v 13 \wj “Yaa barsiistota seeraatii fi . . .
There seem to be two excepts to that rule: It is possible to remove that space in certain instances, specifically following an opening bracket [ or parenthesis (
\p [\v 14 \wj “Yaa barsiistota seeraatii fi Fariisota fakkeessitoota nana, isiniif wayyoo!
However, for most characters a space is automatically inserted after the character in Paratext except in unformatted view. In this example a U+231E: BOTTOM LEFT CORNER is used like a square bracket [. It can be place immediately before \v unformatted view . . .
प्रवेश करने देते हो. ⌞\v 14 धिक्कार है तुम पर
but a space is displayed in other views and a new line will be inserted in the SFM if the Advanced>Standardize whitespace method is run.
प्रवेश करने देते हो. ⌞ \v 14 धिक्कार है तुम पर पाखंडी, फ़रीसियो,
In this example from an Arabic script language a U+231F: BOTTOM RIGHT CORNER is used since U+231E is not mirroring:
⌟ \v 16 ئەوەی گوێی هەیە بۆ بیستن با گوێ بگرێت.⌞»
In both cases a newline/space is inserted before the \v where one should not be added.
What is the standard for when a newline/space is added before \v? In other words, what characters may be placed immediately before a \v? Is there a way to add characters to the list of characters that may precede \v without an intervening space?
机器翻译自 English 显示原文