KOMA-Script: Aktuellen Aktuelle TOC-Einträge von chapter und section auslesen
Mit
\makeatletter
\newcommand{\CurrentTOCentry}{\@currenttocentry}
\makeatother
lese ich den aktuellen toc-Eintrag aus. Ich bräuchte sowas wie `\@currentchapterentry` und `\@currentsectionentry` um die aktuellen section- und chapter-Einträge auszulesen.
Gibt es sowas?
[![alt text][1]][1]
\documentclass{scrreprt}
\begin{document}
\makeatletter
\newcommand{\CurrentTOCentry}{\@currenttocentry}
\makeatother
\chapter[short]{long}
CurrentTOCentry: \CurrentTOCentry
\section{Abschnitt}
CurrentTOCentry: \CurrentTOCentry
\subsection{Unterabschnitt}
CurrentTOCentry: \CurrentTOCentry
\chapter{Long}
CurrentTOCentry: \CurrentTOCentry
\end{document}
[1]: https://texwelt.de/wissen/upfiles/9999999999999_5.jpg