Wie kann ich den Anhang ohne Seitenzahl in das Inhaltsverzeichnis bekommen?
Hallo, <p>Hallo, ich bräuchte das Wort "Anhang" im Inhaltsverzeichnis ohne Seitenanzahl. Und auch das in meinem Dokument dann die Seite auf de Anhang steht, ohne Seitenanzahl ist. Kann mir da jemand helfen? Hab schon viele Foren durchgeschaut und es klappt nicht.
nicht.</p>
\documentclass[paper=a4,titlepage=true,bibliography=totocnumbered,parskip=half,DIV=12]{scrartcl}
<pre><code>\documentclass[paper=a4,titlepage=true,bibliography=totocnumbered,parskip=half,DIV=12]{scrartcl}
\usepackage{hyperref}
\usepackage[T1]{fontenc}
\usepackage[latin 1]{inputenc}
\usepackage[ngerman]{babel}
\begin{document}
\pagenumbering{arabic}
\section*{Anhang}\addxcontentsline{toc}{section}{Anhang}
\end{document}
\begin{document}
\pagenumbering{arabic}
\section*{Anhang}\addxcontentsline{toc}{section}{Anhang}
\end{document}
</code></pre>