KapalaDikili, me sumo a la recomendación de PTXprint. Es una gran herramienta y he dejado de usar Export to Draft para usar exclusivamente PTXprint.
Sin embargo, también intentaré responder a tu pregunta. [Reemplaza XXX con el código de tu proyecto]
Los archivos .sty y .tex están en sistemas diferentes, es decir, tienen propósitos diferentes, pero todo debería funcionar correctamente. Los archivos de estilo funcionan en esta jerarquía:
- usfm.sty
- XXX\custom.sty
- XXX\PrintDrafts\PrintDraft-mods.sty
Cada hoja de estilo anula la configuración de la que está por encima. Me pregunto si hay configuraciones en tu archivo PrintDraft-mods.sty que estén anulando las configuraciones de tu hoja custom.sty.
De manera similar, los cambios realizados en la hoja PrintDraft-mods.tex anularán los realizados en el archivo Draft-XXX-MAT.tex. Solo verás ese segundo archivo si mantienes presionada la tecla Ctrl mientras haces clic en OK en el diálogo de Export to Draft. Mantener presionada la tecla Ctrl crea muchos archivos temporales (y no los elimina, que es el proceso normal) y esos archivos pueden ayudarte a rastrear problemas.
KapalaDikili, I’d second the recommendation for PTXprint. It’s a great tool and I’ve switched to using it exclusively instead of Export to Draft.
However, I’ll also try to answer your question. [Replace XXX with your project code]
The .sty files and .tex files are in different systems–ie have different purposes–but everything ought to be working correctly. The style files work in this heirarchy:
- usfm.sty
- XXX\custom.sty
- XXX\PrintDrafts\PrintDraft-mods.sty
Each style sheet overrides the settings of the one above it. I wonder if there are settings in your PrintDraft-mods.sty file which are overriding settings in your custom.sty sheet.
Similarly, changes made to the PrintDraft-mods.tex sheet will override things made in the Draft-XXX-MAT.tex file. You’ll only see that 2nd file if you hold Ctrl down while hitting OK in the Export to Draft dialogue. Holding Ctrl down creates a lot of temporary files (and doesn’t delete them, which is the normal process) and those files can help you track down problems.
Traducción automática desde English