Ну, не может быть! Это гениальное решение — и bravo за то, что вам удалось это осуществить! Я бы просто перелил синюю краску в черный картридж и продолжал работать как обычно
!
Самый простой способ сделать это из существующего интерфейса PTXprint — это включить временный файл стилей, который применяет свойство (синего) \Color к каждому из стилей \Marker, которые вы использовали в тексте Писания.
Щелкните на вкладке Advanced (Дополнительно), затем включите Apply Stylesheet Overrides (ptxprint-mods.sty) (Применить переопределения файла стилей) и щелкните кнопку Edit… (Редактировать…).

Вас перенаправит на страницу View+Edit (Просмотр и редактирование), где вы можете ввести (или скопировать и вставить) следующий код:
\Marker p
\Color x1a5fb4
\Marker m
\Color x1a5fb4
\Marker q1
\Color x1a5fb4
\Marker q2
\Color x1a5fb4
\Marker ef
\Color x1a5fb4
\Marker x
\Color x1a5fb4
\Marker f
\Color x1a5fb4
Отредактируйте код цвета по необходимости и добавьте любые другие маркеры, которые все еще отображаются черным (например, \h для заголовков здесь). Тогда вы готовы!
Однако имейте в виду, что вы не можете изменить цвет различных линий/разделителей.
А когда ваш новый черный картридж прибудет, просто отключите этот параметр в разделе Advanced, и вы вернетесь к нормальному режиму одним щелчком. И когда вам нужно будет переключиться на КРАСНУЮ краску, вам нужно будет только выполнить поиск и замену для кода xColor, и все готово…
Спасибо за интересный вопрос!
Well, I never! This is a great piece of ingenuity - and well done for pulling it off! I would have tipped the blue ink into the black cartridge and carried on as usual
!
The easiest way to do this from within PTXprint’s existing UI is to enable a temporary stylesheet which only applies the (blue) \Color property to each of the \Marker styles you’ve used in your scripture text.
Click on the Advanced tab, then enable Apply Stylesheet Overrides (ptxprint-mods.sty), and click the Edit… button.

This will take you to the View+Edit page where you can type in (or copy-paste) the following code:
\Marker p
\Color x1a5fb4
\Marker m
\Color x1a5fb4
\Marker q1
\Color x1a5fb4
\Marker q2
\Color x1a5fb4
\Marker ef
\Color x1a5fb4
\Marker x
\Color x1a5fb4
\Marker f
\Color x1a5fb4
Adjust the color code as needed, and add any other Markers that still appear black (for example, the \h for the headers here). Then you’re done!
Note, however, that you can’t change the color of the various lines/rules.
And when your new black cartridge arrives, just turn off that Advanced setting and you’ll be back to normal with one click. And when you need to switch to RED ink, all you have to do is a find-and-replace for the xColor code and away you go…
Thanks for a fun question!