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