diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/CJK/utils/lisp/cjkspace.el')
-rw-r--r-- | Master/texmf-dist/source/latex/CJK/utils/lisp/cjkspace.el | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/CJK/utils/lisp/cjkspace.el b/Master/texmf-dist/source/latex/CJK/utils/lisp/cjkspace.el index c8f18330d1c..e9c9239d1a2 100644 --- a/Master/texmf-dist/source/latex/CJK/utils/lisp/cjkspace.el +++ b/Master/texmf-dist/source/latex/CJK/utils/lisp/cjkspace.el @@ -1,7 +1,24 @@ ;;; cjkspace.el --- provide a tilde character if you type a space. ;;; use this file with AUCTeX. -;; This file is part of the CJK package Version 4.6.0 (11-Aug-2005) +;; Copyright (C) 1994-2006 Werner Lemberg <wl@gnu.org> +;; +;; This program 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 of the License, or +;; (at your option) any later version. +;; +;; This program 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 this program in doc/COPYING; if not, write to the Free +;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +;; MA 02110-1301 USA + +;; This file is part of the CJK package Version 4.7.0 (17-Oct-2006) ;; Insert tilde characters instead of spaces for LaTeX CJK documents. ;; If `CJK-space-after-space' is non-nil, typing a space yields a space. |