I've read lots tutorials how to code "ß" in Latex. Unfortunately none of them could help me. Here is my code:
\documentclass[11pt]{amsart}
\usepackage{geometry}
\geometry{letterpaper}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage[encoding]{inputenc}
\begin{document}
daß
\end{document}
For encoding I have tried so far: latin1, latin9, utf8, applemac. All of them crashed with "undefined control sequence". I'm using TeXShop on MacOSX 10.6. TeXShop itself uses utf8 encoding. I've checked that. So, how do I get "ß" WITHOUT typing {\ss}?
{\ss}? – devnull Aug 28 '13 at 08:00\usepackage[applemac]{inputenc}. However, you could choose to save as "UTF-8" and then passutf8as the option toinputenc– Andrew Swann Aug 28 '13 at 10:29