你好
我在 PTXPrint 中尝试了页眉中经文引用的多种选项,但行为看起来有点奇怪。
1 - 当我尝试在“页眉+页脚”选择中选择“引用范围”(Reference Range)时,范围分隔符会随机交替显示为我目前在 PT 引用设置中使用的破折号(em-dash)和语言特定的替代符号(faa )。我现在已经从 PT 引用设置中完全移除了该替代符号(faa )(保存/重启,重启 PT 和 PTXprint 等),但这个问题仍然存在。我找不到它在哪里持久化——也许是在某个隐藏的系统程序文件中。
\def\RangeSeparator{\kern.1em faa \kern.1em} % what to put between first - last of a reference range2 - 当我选择“首次引用”(First Reference)时,它会将首次引用放在奇数页,将末次引用放在偶数页。这不是我想要的。
%% Even Header
\def\RHevenleft{\empty}
\def\RHevencenter{\lastref}
\def\RHevenright{\empty}
%% Odd Header
\def\RHoddleft{\empty}
\def\RHoddcenter{\firstref}
\def\RHoddright{\empty如果我尝试在 ptxprint-mods.tex 中修正这个问题,修正内容会被插入到文件顶部,因此会被上述内容覆盖。
有什么想法吗?Phil
Hi
I've tried a number of options for the scripture reference in the header in PTXPrint, and the behaviour seems a bit strange.
1 - When I try to choose Reference Range in the Header+Footer selection, the range separator alternates randomly between the em-dash I currently have in the PT reference settings, and language-specific alternative (faa ). I've now removed the alternative (faa ) altogether from the PT ref settings (s/r, restart PT and PTXprint etc.), but this problem persists. I can't find where this is persisting - maybe it's somewhere in the hidden system program files.
\def\RangeSeparator{\kern.1em faa \kern.1em} % what to put between first - last of a reference range2 - When I choose First Reference, this puts the first reference on the odd pages, and the last reference on the even pages. Not what I want.
%% Even Header
\def\RHevenleft{\empty}
\def\RHevencenter{\lastref}
\def\RHevenright{\empty}
%% Odd Header
\def\RHoddleft{\empty}
\def\RHoddcenter{\firstref}
\def\RHoddright{\emptyIf I try and correct this in ptxprint-mods.tex, the corrections are inserted at the top of the file, so would be over-ridden by the above.
Any thoughts? Phil
机器翻译自 English