diff --git a/sample-book.pdf b/sample-book.pdf index 85823b3..3c5ef31 100644 Binary files a/sample-book.pdf and b/sample-book.pdf differ diff --git a/sample-handout.pdf b/sample-handout.pdf index db273c3..9676935 100644 Binary files a/sample-handout.pdf and b/sample-handout.pdf differ diff --git a/tufte-common.def b/tufte-common.def index ee8fa18..0ec7f23 100644 --- a/tufte-common.def +++ b/tufte-common.def @@ -1725,20 +1725,20 @@ % An index environment to mimic Tufte's indexes \RequirePackage{multicol} -\renewenvironment{theindex} - {\begin{fullwidth}% - \small% - \ifthenelse{\equal{\@tufte@class}{book}}% - {\chapter{\indexname}}% - {\section*{\indexname}}% - \parskip0pt% - \parindent0pt% - \let\item\@idxitem% - \begin{multicols}{3}% - } - {\end{multicols}% - \end{fullwidth}% - } +\renewenvironment{theindex}{% + \ifthenelse{\equal{\@tufte@class}{book}}% + {\chapter{\indexname}}% + {\section*{\indexname}}% + \begin{fullwidth}% + \small% + \parskip0pt% + \parindent0pt% + \let\item\@idxitem% + \begin{multicols}{3}% +}{% + \end{multicols}% + \end{fullwidth}% +} \renewcommand\@idxitem{\par\hangindent 2em} \renewcommand\subitem{\par\hangindent 3em\hspace*{1em}} \renewcommand\subsubitem{\par\hangindent 4em\hspace*{2em}}