*** empty log message ***
[m17n/m17n-docs.git] / data-usr / m17n-lib.sty
index 2a3ccb0..bc06fbf 100644 (file)
@@ -1,25 +1,4 @@
 \ProvidesPackage{m17n-lib}
-%% Copyright (C) 2003                          -*- coding: euc-jp; -*-
-%%   National Institute of Advanced Industrial Science and Technology (AIST)
-%%   Registration Number H15PRO112
-
-%% This file is part of the m17n library.
-
-%% The m17n library is free software; you can redistribute it and/or
-%% modify it under the terms of the GNU General Public License as
-%% published by the Free Software Foundation; either version 2, or (at
-%% your option) any later version.
-
-%% The m17n library is distributed in the hope that it will be useful,
-%% but WITHOUT ANY WARRANTY; without even the implied warranty of
-%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-%% GNU General Public License for more details.
-
-%% You should have received a copy of the GNU General Public License
-%% along with the m17n library; see the file COPYING.  If not, write to
-%% the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-%% Boston, MA 02111-1307, USA.
-
 %% Don't leave the space for marginal notes.
 \setlength{\textwidth}{\paperwidth}
 \addtolength{\textwidth}{-2in}
@@ -80,3 +59,7 @@ Boston, MA 02111-1307, USA.
 %% Run the above hook before printing TOC.
 \let\origtableofcontents\tableofcontents
 \def\tableofcontents{\m17nhook\origtableofcontents\clearpage}
+
+%% Add Index section to the table of contents.
+\let\origprintindex\printindex
+\def\printindex{\addcontentsline{toc}{section}{Index}\origprintindex}