1. Я не уверен, в чем дело с тем, что маркер «по центру» не выравнивается... Я ничего не менял в этом плане уже много лет, но я посмотрю. Возможно, есть какой-то сбой в коде Python.
2. Что касается записей заголовков для первой/последней страницы. По сути, PTXprint пока не работает с разворотами, он работает со страницами, поэтому, даже если бы вы получили *почти* то, о чем просите, я думаю, это было бы не то, что вам нужно. То, что мы можем предложить (для разворота RL|LR) — это:
FirstR - page - FirstL | LastL - page - LastR
Таким образом, на левой странице отображаются первые отсылки, а на правой — последние отсылки.
Чтобы получить это, вам нужно будет добавить следующее в ваш файл ptxprint-mods.tex:
\HEADFOOTset{H}{}{\firstrefR}{\pagenumberL}{\firstrefL}{\lastrefL}{\pagenumberL}{\lastrefR}
Последние 6 параметров — это содержимое строки заголовка, параметр 1 — это то, устанавливаете ли вы заголовок {H} или нижний колонтитул {F}, а параметр 2 — это {} для обычных страниц, {title} для титульных страниц и {noV} для таких страниц, как глоссарий или вводные материалы, где нет стихов.
1. I'm not sure what's up with the 'middle' marker not lining up... I've not changed anything on that front in years, but I'll have a look. Maybe there's some glitch in the python code.
2. Regarding the first/last header entries. Basically, PTXprint doesn't do spreads (yet), it does pages, so even if you got *almost* what you're asking for, it wouldn't be what you want, I think. What we can offer (for a spread that RL|LR) is this:
FirstR - page - FirstL | LastL - page - LastR
So the left page gets first references and the right page gets last references.
To get that, you'd need to put this in your ptxprint-mods.tex file:
\HEADFOOTset{H}{}{\firstrefR}{\pagenumberL}{\firstrefL}{\lastrefL}{\pagenumberL}{\lastrefR}
The last 6 parameters are the contents of the header line, parameter 1 is whether you're setting the header {H} or footer {F} and parameter 2 is {} for normal pages {title} for title pages and {noV} for pages like glossary or intro matter, where there are no verses.