Hallo,

weiß jemand, wie ich eine neue float-umgebung dem autoref-system bekannt mache?

Minimalbeispiel:

\documentclass{scrreprt}

%Gleitumgebungen aktivieren (wie für Tabellen und Abbildungen)
\usepackage{float}

\usepackage{hyperref}


%Gleitumgebung für Formeln schaffen
\newfloat{formel}{H}{for}[section]
\floatname{formel}{Formel}
\renewcommand{???}{Formel}

\begin{document}

\begin{formel}
hallo

\caption{hallo}
\label{hallo}
\end{formel}

Verweis auf \autoref{hallo}

\end{document}

Hat jemand eine Idee??

Viele Grüße
Jens