首先關閉 PTXprint,然後將 PTXprint 檔案(例如 <XYYprj-CfgName>PTXprintArchive.zip)解壓縮到暫存位置,並將該資料夾中找到的各種設定複製到您的專案中,這樣應該就能像以前一樣運作:
\XYZprj\shared\ptxprint\CfgName\
但是,如果 TeX 巨集(macros)已經改變(如果距離您上次執行此專案設定已經過了幾個月,這很有可能),可能會出現版面配置變更,從而打亂您所做的所有仔細對齊和平衡工作。不過,檔案中也包含所有 TeX 巨集的備份副本,因此您可以告訴目前版本的 PTXprint 使用這些較舊的巨集,如果您希望精確匹配輸出的話。要做到這一點,您需要使用命令列參數** 指向這些較舊 TeX 巨集的位置(\src 資料夾):
ptxprint.exe -m “path-to-old-macros”
希望這能幫助您回到想要的狀態。
** 請注意,使用命令列選項不如預期般順暢。更多資訊請見這裡。
First close PTXprint, then if you unzip the PTXprint Archive file (e.g. <XYYprj-CfgName>PTXprintArchive.zip) into a temporary location and then copy the various config settings found in this folder to your live project, then it should all just work as before:
\XYZprj\shared\ptxprint\CfgName\
But, if the TeX macros have changed (which is quite likely if we’re talking several months since you last ran this Prj-config), there could be layout changes which will throw off all the careful alignment/balancing work that you’ve done. However, the archive also contains a backup copy of all the TeX macros, so you can tell the current version of PTXprint to use those older macros if you wish to match the output precisely. To do this, you will need to use the command-line parameter** to point to the location (\src folder) of those older TeX macros:
ptxprint.exe -m “path-to-old-macros”
I hope this helps get back to where you want things to be.
** Note that using the command-line options isn’t as slick as it should be. More information here.
機器翻譯自 English