如果您使用的是 ptxprint-premods 的第二版代码,是的,那会给您旧式的双栏模式。
要重新创建对开页输出,步骤如下:
- 进行更改,
- 点击打印(忽略崩溃 / 关闭该 PDF)。(尽管会出现错误,但让它崩溃可能会节省一些时间)。
- 在 .tex 文件顶部添加
\def\pluginlist{polyglot-simplepages}
- 运行
runtex.bat(可能需要运行 2 或 3 次,具体取决于输出中是否有关于“重新运行以修正 XYZ”的提示)
您可能想要尝试调整的一个设置是“替代合并机制”(Alternative merge mechanism)。其中一种机制比另一种更关注段落。
为了帮助对齐,您可能还想插入节号但抑制其打印。(在“正文”选项卡上)
例如,您可以使用章号作为歌曲编号,并使用 \v 作为节号。
If you’ve given it the 2nd version of the ptxprint-premods, yes, that will give you the old-style 2column mode.
To re-create the facing-sides output, the steps would be:
- Make changes,
- Press print (ignore crash / close that PDF). (Even though you get an error, letting it crash might save some time).
- Add
\def\pluginlist{polyglot-simplepages} to top of the .tex file
- run
runtex.bat (possibly 2 or 3 times, depending on whether the output says anything about ‘Re-run to correct XYZ’
One of the changes you might want to play with is the ‘Alternative merge mechanism’ One of them pays more attention to paragraphs than the other.
Another thing you might want to do to help alignment is insert verse numbers but suppress printing them. (on the “Body” tab)
You could, e.g. use chapters numbers for the song number, and \v for the verses.
机器翻译自 English