我们刚刚添加了此功能(自 版本 2.3.23 起)。要启用该标记,您需要在 ptxprint-mods.tex 文件中添加以下行:
\def\marginversemarker{*}
其中 * 是您想要使用的任何标记。请注意,如有需要,您还可以在标记后添加字距调整空格。例如,如果您想使用短横线 ‘-’ 作为标记来显示经文的起始位置,并在下一节经文第一个单词前留有 1pt 的空格,则可以使用以下代码:
\def\marginversemarker{-\kern 1pt}
目前,该标记会在所有位置显示(即使在段落/行的开头),这可能不是最理想的,但这是我们目前能做到的程度。


请注意,若要更改大小、颜色或样式(包括上移或下移标记),您可以按照此处所示更改 \zmvm 标记:
最终效果如下所示:
We have just added this as a feature (as of version 2.3.23) . To enable the marker to appear, you will need to add this line to your ptxprint-mods.tex file:
\def\marginversemarker{*}
where * is whatever marker you want to use. Note that you can also add a kerning space after the marker if required. So, for example, if you want a dash ‘-’ to be the marker to show where the verse starts and then have a 1pt space before the 1st word of the next verse, then use this:
\def\marginversemarker{-\kern 1pt}
Currently this does it everywhere (even at the start of a paragraph/line) which may not be ideal, but it is as far as we’ve got so far.


Note that to change the size, color or styling (including raising or lowering the mark), you can change the \zmvm marker as shown here:
This ends up looking like this:
机器翻译自 English