Primero, cierre PTXprint. Luego, si descomprime el archivo de PTXprint Archive (por ejemplo, <XYYprj-CfgName>PTXprintArchive.zip) en una ubicación temporal y copia las diversas configuraciones de este folder a su proyecto activo, todo debería funcionar como antes:
\XYZprj\shared\ptxprint\CfgName\
Pero, si las macros de TeX han cambiado (lo cual es bastante probable si han pasado varios meses desde la última vez que ejecutó esta configuración de proyecto), podrían haber cambios de diseño que alteren todo el trabajo cuidadoso de alineación y equilibrio que ha realizado. Sin embargo, el archivo también contiene una copia de seguridad de todas las macros de TeX, por lo que puede indicar a la versión actual de PTXprint que use esas macros más antiguas si desea que la salida coincida exactamente. Para hacer esto, necesitará usar el parámetro de línea de comandos** para apuntar a la ubicación (carpeta \src) de esas macros de TeX más antiguas:
ptxprint.exe -m “path-to-old-macros”
Espero que esto le ayude a volver a donde desea que estén las cosas.
** Tenga en cuenta que el uso de las opciones de línea de comandos no es tan fluido como debería. Más información aquí.
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.
Traducción automática desde English