I am using Kile and I have devided my document in several parts and with \input I build the whole thing together.
My problem is, that I can not use the ä in my tex-File.
Using it ends a an error message:
./Masterarbeit_Grundlagen_und_Stand_der_Technik.tex:36:Command \textcurrency unavailable in encoding T1. ...lkonflikt zwischen Genauigkeit, Stabilitä
When I substitute the ä by \"{a} I have no problem.
Can somebody please tell me what I have to do to use the ä like ö or ü ?
I am using the following packages:
Code: Select all
\
documentclass[a4paper,12pt,titlepage]{book}
\usepackage[latin1]{inputenc}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage[ngerman]{babel}
\usepackage{caption2}
\usepackage[T1]{fontenc}
\usepackage[dvips]{graphicx}
Regs
Marcus