I came from here as I was looking for a way to get chapterthumb work according to the directions.
I manually installed the chapterthumb.sty package into the texlive2013 distribution. However, the MWE didn't work -- error: File chapterthumb.sty' not found. \pagestyle
The textedior (TexStudio) shows that the package is present when I hover the mouse over the \usepackage{chapterthumb}. I don't know whether this is enough to tell that a package is recognized by texlive.
What am I missing?
Note:
Xetex compilation.
Update
I have Windows 7 platform, based Chirstian Hupfer's adivse I put the .sty file in the working directory, this worked on the v0.1 chapterthumb package but not on v0.2.
Request
To show in a MWE code:
- How one can stop chapterthumb from appearing in table of contents, appendix chapters?
- How to change the text of the chapterthumb from
Chapter 1toIntroduction,Chapter 2toMaterials & Methods, and so forth, as promised in the linked website above.
MWE
\documentclass{scrbook}
\usepackage{chapterthumb}
\pagestyle{scrheadings}
\lohead[\putchapterthumb]{\putchapterthumb}
\addtokomafont{chapterthumb}{\bfseries}
\begin{document}
\chapter{Am Anfang beginnt es}\dots
\chapter{Weiter}\dots
\chapter{Und weiter}\dots
\chapter{Und noch weiter}\dots
\chapter{Und immer weiter}\dots
\chapter{Geht die Reise}\dots
\chapter{Hinaus}\dots
\chapter{Und weiter hinaus}\dots
\chapter{Immer weiter hinaus}\dots
\end{document}
Update
there is no guarantee that the code in the MWE nor in solution to work because of the KOMA-script update. The new version of chapterthumb package is no more based on the scrpage2 package, but rather on its successor scrlayer package. Please refer to http://www.komascript.de/chapterthumbs-example for more info.

chaptertumb? – egreg Jun 06 '14 at 21:53texhashor whatever it is called on Windows? Alternatively, as a bypass solution: Install it in your current working directory, i.e. where your document*.texis placed. – Jun 07 '14 at 08:17.styin the working directory, but then I got a different error:Missing \begin{document}. -– doctorate Jun 07 '14 at 09:11xelatexonchapterthumb.sty, did you? That would not work, since a package itself does not provide the\begin{document}command – Jun 07 '14 at 09:16xelatexon.texfile. – doctorate Jun 07 '14 at 09:26.styin the working directory that belong to v0.1. By Markus Kohm on the linked website but not to the updated v0.2! very strange. Most probably something with the updated package itself. – doctorate Jun 07 '14 at 09:31Chapter 1->Introduction,Chapter 2->Materials & Methods, etc. Is that possible with v0.2? – doctorate Jun 07 '14 at 09:48