Tagged Questions
6
votes
2answers
337 views
best practice international template
I would like to have a template which can be internationalised (i.e. is suited for latin script languages) and uses the microtype package. I suppose that we therefore need the following packages:
...
4
votes
2answers
1k views
How to pass definitions to \AtBeginDocument?
I need to delay execution of a chuk of code to the time when other packages are loaded so I wrap it into \AtBeginDocument:
\AtBeginDocument{%
\def\reserved@a#1#2{%
\edef\reserved@b{#1}%
...