[Tex/LaTex] Quotation with double quote and O results in Ö

punctuationquoting

I have an issue with the double quote in my quotation.

Using "OpenGL....." results in ÖpenGL... even with \"OpenGL... the result is the same.

Using \verb results in double quotes in a wrong font type (at least it looks out of place).

\begin{quotation}
"OpenGL (Open Graphics Library) ist eine Spezifikation für eine plattform-
und programmiersprachenunabhängige Programmierschnittstelle zur
Entwicklung von 2D- und 3D-Computergrafik."
\end{quotation}

Best Answer

Do not use " for quoting, use `` and '' (English quotes) or "` and "' (German quotes, needs babel, see below) instead:

\begin{quotation}
"`OpenGL (Open Graphics Library) ist eine Spezifikation für eine plattform-
und programmiersprachenunabhängige Programmierschnittstelle zur
Entwicklung von 2D- und 3D-Computergrafik."'
\end{quotation}

The babel package with the german/ngerman option does the "O -> Ö translation. This is to for (old) systems which do not have the Umlauts.