\documentclass{scrartcl}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{............................................} \chead{} \rhead{}
\lfoot{}\cfoot{\thepage} \rfoot{\today}
\renewcommand\headrulewidth{0.8pt}
\renewcommand\footrulewidth{1pt}
\renewcommand{\footnotesize}{\small}
\usepackage[acronym,toc,section=chapter,style=indexgroup,sanitize={name=false,description=false,symbol=true}]{glossaries}
\glsdisablehyper
\defglsdisplayfirst[main]{#1#4\protect\footnote{#2}}
\makeglossaries
\newglossaryentry{TEXT}{name=TEXT,description={TEXT description}}
\usepackage{footnote}
\makesavenoteenv{description}
\begin{document}
\begin{titlepage}
\end{titlepage}
\newpage
\tableofcontents
\newpage
\section{TEST}
Das ist ein \gls{TEXT}.
\end{document}Ich hoffe mir kann dabei wer helfen.
Vielen Dank!
