any ideas will be appreciated
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
This is Schrödinger equation.
\end{document}
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
This is Schrödinger equation.
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Unfortunately I don't see such an option...localghost wrote:Make sure that not only your input encoding is set to Unicode. The file has also to be saved in UTF-8 encoding. Your editor should provide according settings. In most cases you can do this by choosing "Save as" from the "File" menu and select the right encoding in the following dialog window.
Thorsten
Code: Select all
\documentclass[10pt,a4paper,ngerman]{article}
\usepackage[T1]{fontenc}
\usepackage{selinput}
\SelectInputMappings{%
adieresis={ä},
germandbls={ß}
Euro{€}
}
\usepackage{babel}
\begin{document}
Schrödinger
\end{document}
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage[ngerman]{babel}
\begin{document}
This is Schr\"{o}dinger equation.
\end{document}
I do if I want the letter be built-in the document... (and not as combination of signs)shadgrind wrote:You don't need any Unicode stuff for umlauts if you're writing the document in English, just use \"{}:
NEW: TikZ book now 40% off at Amazon.com for a short time.