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.