diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2014-03-25 08:42:42 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2014-03-25 08:42:42 +0000 |
commit | d1a1f9cfd543b34a453f82804589d6ee0363aaec (patch) | |
tree | 7960d0913258b25be49ab3a165a542316e4d6a83 /doc | |
parent | ac8ce80c68fe09a83903669164c387962b2070a0 (diff) |
fixed typo with inputencoding
its utf8, rather than utf-8
svn path=/trunk/; revision=17280
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tutorials/externals-howto/HOWTO-externals-de.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tutorials/externals-howto/HOWTO-externals-de.tex b/doc/tutorials/externals-howto/HOWTO-externals-de.tex index bd6099af..da5cc424 100644 --- a/doc/tutorials/externals-howto/HOWTO-externals-de.tex +++ b/doc/tutorials/externals-howto/HOWTO-externals-de.tex @@ -13,9 +13,10 @@ %% Texts. A copy of the license is included in the LICENSE.txt file. %sprache -\usepackage[utf-8]{inputenc} +\usepackage[utf8]{inputenc} + \usepackage[T1]{fontenc} -\usepackage{babel} +\usepackage[austrian]{babel} % add hypertext support (fine for latex2html) \usepackage{html} |