您需要为此选择一个在其他地方未使用的标记——我认为 \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