0
74 次瀏覽
一個翻譯專案正在將資料匯入 Paratext,他們希望保留經文中的目前縮排格式。
該專案中至少有 15 層縮排。
以下是其外觀可能呈現方式的範例:

1 大衛的詩篇。
    耶和華是我的牧者,
                      我必不致缺乏。 
                 2 他使我躺臥在青草地上;
                    領我赴可安歇的水邊。 
                         3 他使我的靈魂甦醒;
                    為他的名,引導我走義路。 
                        4 我雖然行過死蔭的幽谷,
                            也不怕遭害,
                                因為你與我同在;
                                    你的杖,你的竿,
                                        都安慰我。

是否有內建的標準方法來標記此類縮排?
是否必須使用 custom.sty 樣式表?
機器翻譯自 English
Paratext (194 點) 提出 | 74 次瀏覽

1 個回答

0

根據你所寫的內容,我會這樣撰寫:

\m \v 1 大衛的詩篇。
\p 耶和華是我的牧者,
\q2 我必不致缺乏。 
\q1 \v 2 他使我躺臥在青草地上;
\q2 領我赴可安歇的水邊。 
\q3 \v 3 他使我的靈魂甦醒;
\q2 為他的名,引導我走義路。 
\q3 \v 4 我雖然行過死蔭的幽谷,
\q4 也不怕遭害,
\zq5 因為你與我同在;
\zq6 你的杖,你的竿,
\zq7 都安慰我。

你可能必須使用 custom.sty 來重新定義 \q1-\q4 的某些特徵,因為它們的外觀可能與預期不同。此外,你還需要在那裡定義新的標記 \zq5-\zq???。當然,你也會希望確認負責排版你的聖經的人員同意並遵循你的新標記(請參閱此回覆的其餘部分)。

但是,我會強烈反對「專案中至少有 15 層縮排」這種說法。為什麼?你有考慮過這在印刷品上實際看起來會是什麼樣子嗎?

1) 許多資助書籍實際印刷的機構對聖經的版面設計有嚴格規定,因為他們希望節省成本。因此,他們的規定傾向於盡量節省頁面。這意味著字體要小、縮排要短,並盡量減少空白空間。

2) 即使金錢不是問題,我認為你上述的提案在印刷品上會看起來相當醜陋,我願意假設並表示,我說的話代表了大多數排版人員的看法。那種瀑布式的排版,下方留有大量空白,看起來並不美觀,我也不確定它有助於理解。

機器翻譯自 English
(1.9k 點) 提出
感謝你的回答。我必須向翻譯人員進一步詢問關於縮排的細節。完全有可能我沒有完全理解,雖然有 15 個「層級」,但可能並非以縮排來表示。

這是一個新的開放授權翻譯,可能主要會在桌面電腦上使用。新約中沒有太多縮排。所以也許這些不會像我假設的那樣顯示。

我無法想像 15 層縮排在手機上能正常運作。我理解這與希伯來文舊約中短語的層級有關。

團隊提出了在 custom.sty 樣式表中使用此標記的方法:

\Marker zei
\Endmarker zei*
\Name zei...zei* - 釋義縮排編號
\Description 指示釋義縮排值的數字
\TextType Other
\StyleType Character
\FontSize 9
\Color 16711935

我猜測,如果數字不需要顯示但用於其他用途,可以透過添加 "\TextProperties Nonpublishable" 來改進。

我在 usfm.sty 樣式表中看到了 mi 標記,認為那是一個可以在 custom.sty 中替換的標記。
以下是來自 usfm.sty 的標記定義

\Marker mi
\Name mi - 段落 - 縮排 - 無首行縮排
\Description 段落文字,縮排,無首行縮排;常用於對話
\OccursUnder c
\Rank 4
\TextType VerseText
\TextProperties paragraph publishable vernacular
\StyleType Paragraph
\FontSize 12
\LeftMargin .25
\RightMargin .25


我的一個想法是添加從 mi0 到 mi15 的標記,並使用更小的縮排。

\Marker mi0
\Name mi0 - 段落 - 縮排 - 無首行縮排 - 第零層
...
\LeftMargin 0.0

\Marker mi1
\Name mi1 - 段落 - 縮排 - 無首行縮排 - 第一層
...
\LeftMargin 0.1


非常感謝!我會與翻譯人員進行更詳細的討論。
機器翻譯自 English

相關問題

0
2 個回答 330 次瀏覽
I receive an error when using \qt when the quote includes another marker such as \pg pg*. Does this mean no ... there anyway around this? What is there purpose for this error?
Clear7419 251 提出 已提問 9月 14, 2022
0
3 個回答 309 次瀏覽
We noted in our French Outilingua course that a missing \h in a book is not found in the marker check. Doug said that ... someone note that in the list of things to fix? Thanks.
jeffh 1.4k 提出 已提問 1月 5, 2023
0
2 個回答 313 次瀏覽
Hi Support Bible Team, As I am working on a project, there are multiple cross references within the ... మన పాపముల నుండి మనలను విడిపించినవానికి. Thanks with Regards, Thiyagarajan
Thiyagarajan 112 提出 已提問 7月 25, 2023
0
1 個回答 423 次瀏覽
I would like to export the project to HTML so that I can share drafts with people. I don't want to export to PDF, ... forth. How do I hide the USFM markers from the exported HTML?
bit 495 提出 已提問 4月 14, 2022
0
1 個回答 43 次瀏覽
Since the is detail lacking in the USFM documentation and I am not able to find the answer here, please can you clarify the ... -->|ESG 10:13\xta \+it k\+it*\x*
gregbac 141 提出 已提問 1月 9
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
For just as each of us has one body with many members, and these members do not all have the same function, so in Christ we, though many, form one body, and each member belongs to all the others.
Romans 12:4-5
3,044 個問題
6,004 個回答
5,671 則評論
2,026 位使用者