您需要為此選擇一個在其他地方未使用的標記——我認為 \qa 標記是合適的選擇。然後,您可以在 custom.sty 中為該標記指定字型:
\Marker qa
\Fontname Charis
(或您選擇的任何字型——許多 Unicode 字型都包含希伯來字符)
現在 \qa 是一個段落標記。如果您希望僅以不同字型標記希伯來字符(而不是單字 “Alef”),最好定義一個自訂的字元樣式,例如:
\Marker heb
\Endmarker *heb
\Name heb - Hebrew
\StyleType Character
\OccursUnder qa
\Fontname Charis
有關樣式表的更多資訊,請參閱 PT 說明中的「樣式表中可以指定哪些樣式?」。
Paulus+Kieviet
You need to choose a marker for this which isn’t used for anywhere else - the marker \qa is the way to go, I think. Then in custom.sty, you can specify a font for this marker:
\Marker qa
\Fontname Charis
(or whatever font you choose - several Unicode fonts have Hebrew characters included)
Now \qa is a paragraph marker. If you want to mark only the Hebrew character (and not the word “Alef”) in a different font, it’s probably best to define a custom character style, for example:
\Marker heb
\Endmarker *heb
\Name heb - Hebrew
\StyleType Character
\OccursUnder qa
\Fontname Charis
For more information on stylesheets, see “What styles can be specified in a stylesheet?” in PT help.
Paulus+Kieviet
機器翻譯自 English