Skip to content
Snippets Groups Projects
tocbibindphil.sty 648 B
%%
%% This is file `tocbibindphil.sty', based on `tocbibind.sty'
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tocbibindphil}[2010/08/26 v1.5i extra ToC listings]

\renewenvironment{theindex}%
{\if@twocolumn
  \@restonecolfalse
  \else
  \@restonecoltrue
  \fi
  \columnseprule \z@
  \columnsep 35\p@
  \setchapterpreamble{\index@preamble}%
  \idx@heading%
  \addcontentsline{toc}{chapter}{Index}
  \thispagestyle{\indexpagestyle}\parindent\z@
  \setlength{\parskip}{\z@ \@plus .3\p@}%
  \setlength{\parfillskip}{\z@ \@plus 1fil}%
  \let\item\@idxitem}
{\if@restonecol\onecolumn\else\clearpage\fi}


\endinput
%%
%% End of file `tocbibindphil.sty'.