I want to disable babel's shorthands in my own sty file.
But since I can use \shorthands{off} only inside the document environment, I struggle with this.
Is there a way to disable babel's shorthands in the preamble already?
|
I want to disable babel's shorthands in my own sty file. But since I can use Is there a way to disable babel's shorthands in the preamble already? |
||||
|
|||
|
Babel 3.9 now provides a package option to deactive shorthands at once:
Their functionality are still available with |
|||
|
|
|
There is a beta package |
|||||
|
\AtBeginDocument{...}– Herbert Sep 15 '11 at 10:08