d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > Homework Help > Latex German Umlauts > Need Help :/
Add Reply New Topic New Poll
Member
Posts: 5,366
Joined: Feb 23 2013
Gold: 0.00
Nov 26 2013 05:57am
hey guys, i got the following problem :
i am using texstudiowriting a latex document with the following head

\documentclass{article}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage[ngerman]{babel}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}

then my text is :
\begin{document}
ö ü ä

\end{document}

i have included ansinew inputenc and T1 fontec since i am using windows, but he still doesnt give me back ö ü ä. he just gives back wired signs ^^
anyone can help?

This post was edited by LordHoraz on Nov 26 2013 05:57am
Member
Posts: 5,366
Joined: Feb 23 2013
Gold: 0.00
Nov 27 2013 01:24pm
bump
Member
Posts: 80
Joined: Nov 18 2013
Gold: 147.00
Nov 27 2013 06:25pm
The following should work without any special packages, so if you only need a few characters try:
\"{o}
\"{u}
\"{a}

There is a package called babel which is supposed to make this easier, but I got no experience with it.

This post was edited by Rocinante on Nov 27 2013 06:27pm
Go Back To Homework Help Topic List
Add Reply New Topic New Poll