I have a problem with using the soul package in document which has another document language than English. This may be a know problem, but the solutions I found on the Internet do not work for me (see here).
I want to use increased letter spacing in order to cite certain texts correctly. I write in LyX, use the document class
book
and chose naustrian
as the standard language.In my document preamble I have this.
Code: Select all
\usepackage{soul}
\usepackage[naustrian]{babel}
\so{letterspacing}
this is inserted in this way
Code: Select all
\so{\foreignlanguage{naustrian}{verantwortliche}}
Code: Select all
Package babel Error: You haven't defined the language {naustrian} yet.
Thank you!