Ich wollte gern ein Abkürzungsverzeichnis mit dem acronym Package erstellen, aber wenn ich versuche, dieses zu kompilieren, kommt der Fehler "Missing \endcsname inserted...".
\documentclass[12pt]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english, ngerman]{babel}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage[left=2.5cm, right=4cm, top=2.5cm, bottom=2.5cm]{geometry}
\usepackage{acronym}
\begin{document}
\begin{acronym}[BImSchG]
\acro{CMP}{Conference of the Parties serving as the meeting of the Parties to the Kyoto Protocol}
\acro{CO\textsubscript{2}}{Kohlenstoffdioxid}
\acro{CO\textsubscript{2}e}{Kohlenstoffdioxid-Äquivalente}
\acro{ppm}{parts per million}
\acro{BIP}{Bruttoinlandsprodukt}
\acro{GVK}{Grenzvermeidungskosten}
\acro{BImSchG}{Bundes-Immissionsschutzgesetz}
\acro{GFAVO}{Großfeuerungsanlagenverordnung}
\end{acronym}
\end{document}
Vielen Dank und Beste Grüße!

