Summary of 1 column per page diglot:
Just so that it is clearer, and you don’t have to piece together pieces and revisions from above, the method to produce a facing-page diglot is now as follows:
- Follow normal procedure to produce a diglot (but don’t trying to optimise the column width)
- On the advanced tab, add
polyglot-simplepages
to the (comma-separated) list of plugins.
- In ptxprint-mods.tex, add these lines:
\polyglotpages{L,R}
\def\DiglotRFraction{1.0}
\def\DiglotLFraction{1.0}
That should be all that’s needed.
Other news
Python code for command-line N-glot merging has taken some steps closer to completion than it has been until recently, but it’s still at least a week or 2 away. It will then need to be integrated into the user interface code, with a method to define the ‘secondary configurations’ and various merge-controlling parameters.