嗨,抱歉一個多月前沒看到這則訊息,我當時沒注意到。
是的,確實可以製作切角(cutouts)。
關於側欄(sidebars)的完整文件在這裡:https://github.com/sillsdev/ptx2pdf/blob/master/docs/documentation/SideBars.md,不幸的是,那裡有一個錯誤,長篇的位置列表意外被截斷了。 不過,重要的部分還在:「可以指定任何圖片位置」。
使用者介面一直在改進,但由於側欄使用頻率不高,目前仍不完美;您必須開啟手動樣式表並輸入類似以下內容:
\Marker cat:history|esb
\Position co
\Scale 0.5
這會在頁面「外側」(遠離裝訂邊緣)放置一個寬度為欄寬 0.5 的切角側欄,類型為「\cat 歷史\cat*」。
之後,您可以隨意調整邊框、「logo」、背景圖形、內邊距等。
這是一個測試案例,嘗試延伸程式碼:

這是一個自動轉換的章節標題側欄,設定為切角:

Hi, sorry for not seeing this a month+ ago, I didn't see it.
Yes, cutouts are certainly possible.
The full documentation on sidebars is here:https://github.com/sillsdev/ptx2pdf/blob/master/docs/documentation/SideBars.md and unfortunately there's a mistake that the long list of positions was accidentally be truncated. The important part was there, though: "Any image position may be specified".
The user interface has been improving, but sidebars aren't in heavy use it's still not perfect yet; you'll have to open a manual style sheet and say something like:
\Marker cat:history|esb
\Position co
\Scale 0.5
That will put a "\cat history\cat*" type side bars in a cutout, 0.5 of the column width, on the 'outer' part of the page - away from the binding edge.
You may then play with the borders, 'logo', background figure, padding, etc. as much as you like.
A test-case, trying to stretch the code:

And an automatically-converted section-header sidebar, set as a cutout:

機器翻譯自 English