Parcourir la source

* Moved the index chapter heading outside of the fullwidth environment.

In some situations it was adding an extra set of blank pages.


git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@168 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Kevin M. Godby il y a 15 ans
Parent
révision
4d1844f776
3 fichiers modifiés avec 14 ajouts et 14 suppressions
  1. BIN
      sample-book.pdf
  2. BIN
      sample-handout.pdf
  3. +14
    -14
      tufte-common.def

BIN
sample-book.pdf Voir le fichier


BIN
sample-handout.pdf Voir le fichier


+ 14
- 14
tufte-common.def Voir le fichier

@@ -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}}


Chargement…
Annuler
Enregistrer