I'm currently finalizing a book, and would like to add chapter thumbs or tabs to the document. While I've found a fair number of packages which are likely capable of doing so, I can't seem to get the document to successfully compile with the tabs in place. I've uploaded some sample content below in hopes someone has some insight.
\documentclass [11pt] {book}
\usepackage{graphicx,array,paralist,lastpage}
\usepackage[fleqn]{amsmath}
\usepackage[left=1in,top=1in,right=1in]{geometry}
\usepackage{wrapfig}
\usepackage{chappg}
\usepackage{enumerate}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\fancyhead{} % clear all header fields
\fancyhead[RO,LE]{\thepage}
\fancyhead[RE,LO]{\chaptername { }\thechapter: \leftmark}
\fancyfoot{} % clear all footer fields
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\thesection}{\Alph{section}.}
\parindent=0in
\usepackage{subfig}
\begin{document}
\vspace*{0.75in}
\begin{center}
\begin{Large}
\textbf{\huge{DYNAMICS}}\\[16pt]
\end{Large}
\end{center}
\thispagestyle{empty}
\newpage {}\thispagestyle{empty}
\newpage
\textbf{About the Authors:}\\[\baselineskip]
\thispagestyle{empty}
\newpage {}\thispagestyle{empty}
\newpage
\tableofcontents
\thispagestyle{empty}
\newpage\thispagestyle{empty}
\setcounter{chapter}{-1}
\chapter{Fundamentals and Review Materials}
\thispagestyle{fancy}
\newpage
\thispagestyle{fancy}
\mbox{}
\newpage
\section*{Introduction}
To be successful ...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\chapter{Particle Kinematics}
\thispagestyle{fancy}
\newpage
\thispagestyle{fancy}
\mbox{}
\newpage
\section{Planar Kinematics: Cartesian, Path and Polar Coordinates}
\subsection*{Background}
Blah, blah,
\end{document}