X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=data-usr%2Fm17n-lib.sty;fp=data-usr%2Fm17n-lib.sty;h=2a3ccb0d0c7f8a7c6bcf2006e1ed98d36f0d4389;hp=e0cdb5ffaf71c8b223c5157028cdc468472e5f21;hb=4e48b96b9a983fb146df1a86739e5dd7a7294eab;hpb=db7d53b2eb2fe85beaa68e442d1e78787c3822c6 diff --git a/data-usr/m17n-lib.sty b/data-usr/m17n-lib.sty index e0cdb5f..2a3ccb0 100644 --- a/data-usr/m17n-lib.sty +++ b/data-usr/m17n-lib.sty @@ -1,5 +1,24 @@ -% -*- coding: euc-jp; -*- \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} @@ -25,10 +44,39 @@ %% Use arabic numbers in the second level `enumerate' environment. \renewcommand\theenumii{\@arabic\c@enumii} -%% Add subsections to TOC. -\let\origtableofcontents\tableofcontents -\def\tableofcontents{\setcounter{tocdepth}{2}\origtableofcontents\clearpage} - %% Make each section start with a new page. \let\origsection\section \def\section{\cleardoublepage\origsection} + +%% Hook function to print credit and add subsections to TOC. +\def\m17nhook{ +\thispagestyle{empty} +\vspace*{\fill} +Copyright (C) 2003\\ + 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. +\newpage% +\setcounter{tocdepth}{2}% +\setcounter{page}{1}% +} + +%% Run the above hook before printing TOC. +\let\origtableofcontents\tableofcontents +\def\tableofcontents{\m17nhook\origtableofcontents\clearpage}