Wie kann ich ein Daumenregister-Inhaltsverzeichnis erstellen?
Hallo!
Eine Anschlußfrage zu [Wie kann ich ein Daumenregister erstellen?][1]
Sollte etwa wie in folgendem Bild aussehen und entsprechend mit dem Dauemregister selbst korrespondieren.
Steht das vll. im *KOMA-Skript-Buch*?
Danke!
**€dit: Gefundene Abb. ist nur als Prinzipbild zu verstehen - das muß nicht genau so aussehen.**
aussehen,** kleine Quadrate wären auch denkbar.
![alt text][2]
Minimalbeispiel:
==============
\documentclass[liststotoc]{scrreprt}
\usepackage[ngerman]{babel}
\usepackage{xcolor}
% Daumenregister ====================
\usepackage{chapterthumb}
\addtokomafont{chapterthumb}{\bfseries}
%\lohead[\putchapterthumb]{\putchapterthumb}
\renewcommand*{\chapterthumbheight}{4em}
\renewcommand*{\chapterthumbwidth}{.1\paperheight}
%Nur Kapitelnummer in Daumenregister
\renewcommand*{\chapterthumbformat}{\thechapter}
% ===============================
\usepackage{blindtext}
%
\pagestyle{scrheadings}
%==========
\begin{document}
%==========
\tableofcontents
%Damit chapterthumb-Aufruf noch nicht im Inhaltsverzeichnis
\clearpage
\lohead[\putchapterthumb]{\putchapterthumb}
%\rehead[\putchapterthumb]{\putchapterthumb}
%
\clearpage
\renewcommand{\chapterthumbboxcolor}{brown}
\renewcommand{\chapterthumbcolor}{black}
\chapter{Kapitel}
\addtocontents{toc}{UNGEFAEHR HIER MUSS DAS DAUMENREGISTER HIN!}
% \addcontentsline{toc}{chapter}{Ergaenzung111}
% \addcontentsline{file}{section_unit}{entry}
\section{Abschnitt}
\subsection{Unterabschnitt}
\subsection{Unterabschnitt}
...
%Daumenregister testweise manuell setzen
Daumenregister testweise manuell setzen
\putchapterthumb
%
\clearpage
\renewcommand{\chapterthumbboxcolor}{red}
\renewcommand{\chapterthumbcolor}{black}
\chapter{Kapitel}
% \addcontentsline{toc}{chapter}{Ergaenzung}
% \addcontentsline{file}{section_unit}{entry}
\section{Abschnitt}
\subsection{Unterabschnitt}
\subsection{Unterabschnitt}
....
%
\clearpage
\renewcommand{\chapterthumbboxcolor}{orange}
\renewcommand{\chapterthumbcolor}{black}
\chapter{Kapitel}
\section{Abschnitt}
\subsection{Unterabschnitt}
\subsection{Unterabschnitt}
...
%
\clearpage
\renewcommand*{\chapterthumbboxcolor}{yellow}
\renewcommand*{\chapterthumbcolor}{black}
\blinddocument
%
\clearpage
\renewcommand*{\chapterthumbboxcolor}{green}
\renewcommand*{\chapterthumbcolor}{black}
\blinddocument
%
\clearpage
\renewcommand*{\chapterthumbboxcolor}{blue}
\renewcommand*{\chapterthumbcolor}{white}
\blinddocument
%
\clearpage
\renewcommand*{\chapterthumbboxcolor}{violet}
\renewcommand*{\chapterthumbcolor}{white}
\blinddocument
%
\clearpage
\renewcommand*{\chapterthumbboxcolor}{gray}
\renewcommand*{\chapterthumbcolor}{white}
\blinddocument
%==========
\end{document}
%==========
[1]: http://texwelt.de/wissen/fragen/4819/wie-kann-ich-ein-daumenregister-erstellen
[2]: http://texwelt.de/wissen/upfiles/9999999999vogi7f_1.jpg