CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 08/02/02 13:04:46
Index: style/multind.el =================================================================== RCS file: /cvsroot/auctex/auctex/style/multind.el,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- style/multind.el 23 Oct 2005 10:13:01 -0000 1.2 +++ style/multind.el 2 Feb 2008 13:04:45 -0000 1.3 @@ -1,6 +1,28 @@ -;; multind.el - AUCTeX support for multiple indices with multind.sty. -;; Author: C. Dominik <[EMAIL PROTECTED]> -;; Last change: 25 Jan 1999 +;;; multind.el --- AUCTeX support for multiple indices with multind.sty. + +;; Copyright (C) 1999 Free Software Foundation, Inc. + +;; Author: Carsten Dominik <[EMAIL PROTECTED]> +;; Maintainer: [email protected] + +;; This file is part of AUCTeX. + +;; AUCTeX 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. + +;; AUCTeX 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 AUCTeX; see the file COPYING. If not, write to the Free +;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +;; 02110-1301, USA. + +;;; Code: (TeX-add-style-hook "multind" (lambda () @@ -36,4 +58,4 @@ (defvar LaTeX-multind-package-options nil "Package options for the multind package.") -;; multind.el ends here +;;; multind.el ends here _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
