von spenc » So 14. Feb 2016, 20:42
Hallo esdd, das hat alles wunderbar geklappt aber wenn ich den code zusammen mit dem Package:
benutze dann funktioniert toc=flat nicht mehr. Weißt du vll warum?
\documentclass[12pt,
toc=sectionentrywithdots,
toc=flat,
listof=entryprefix
]{scrartcl}
\addtokomafont{sectionentrypagenumber}{\normalfont}
\BeforeStartingTOC[lof]{\def\autodot{:}}
\BeforeStartingTOC[lot]{\def\autodot{:}}
\usepackage[ngerman]{babel}
\usepackage{blindtext}% nur für den Fülltext
\usepackage{tocbibind}
\begin{document}
\tableofcontents
\listoffigures
\listoftables
\newpage
\blinddocument
\begin{figure}
\caption{Eine Abbildung}
\label{ea}
\end{figure}
\begin{table}
\caption{Eine Tabelle}
\label{et}
\end{table}
\blinddocument
\end{document}
Gibt es eventuell eine andere alternative, dass das Abbildungs-und Tabellenverzeichnis im Inhaltsverzeichnis abgebildet wird ohne Verwendung von tocbibind?
Gruß spenc
Hallo esdd, das hat alles wunderbar geklappt aber wenn ich den code zusammen mit dem Package: [code]\usepackage{tocbibind}[/code] benutze dann funktioniert toc=flat nicht mehr. Weißt du vll warum?
[code]
\documentclass[12pt,
toc=sectionentrywithdots,
toc=flat,
listof=entryprefix
]{scrartcl}
\addtokomafont{sectionentrypagenumber}{\normalfont}
\BeforeStartingTOC[lof]{\def\autodot{:}}
\BeforeStartingTOC[lot]{\def\autodot{:}}
\usepackage[ngerman]{babel}
\usepackage{blindtext}% nur für den Fülltext
\usepackage{tocbibind}
\begin{document}
\tableofcontents
\listoffigures
\listoftables
\newpage
\blinddocument
\begin{figure}
\caption{Eine Abbildung}
\label{ea}
\end{figure}
\begin{table}
\caption{Eine Tabelle}
\label{et}
\end{table}
\blinddocument
\end{document}
[/code]
Gibt es eventuell eine andere alternative, dass das Abbildungs-und Tabellenverzeichnis im Inhaltsverzeichnis abgebildet wird ohne Verwendung von tocbibind?
Gruß spenc