如果您使用的是第二版 ptxprint-premods,是的,那會給您舊式的雙欄模式。
要重新建立對開頁輸出,步驟如下:
- 進行變更,
- 按下列印(忽略崩潰 / 關閉該 PDF)。(即使出現錯誤,讓它崩潰可能節省一些時間)。
- 在 .tex 檔案頂部添加
\def\pluginlist{polyglot-simplepages}
- 執行
runtex.bat(可能需要 2 或 3 次,取決於輸出是否提到‘Re-run to correct XYZ’
您可能想要調整的變更之一是‘Alternative merge mechanism’。其中一種機制比另一種更重視段落。
為了幫助對齊,您可能還想插入節號但抑制其列印。(在“Body”標籤下)
例如,您可以使用章號作為歌曲編號,並使用 \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