yatex
changeset 495:9c857ce72a03 dev
Copy "copying" clause from yatexe.tex
author | HIROSE Yuuji <yuuji@gentei.org> |
---|---|
date | Mon, 11 Sep 2017 14:44:13 +0859 |
parents | 5b1818effea9 |
children | 719fe266f661 c0827f80b18e |
files | yatex.el |
diffstat | 1 files changed, 12 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/yatex.el Sun Sep 10 21:53:42 2017 +0859 1.2 +++ b/yatex.el Mon Sep 11 14:44:13 2017 +0859 1.3 @@ -1,13 +1,22 @@ 1.4 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- 1.5 ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org] 1.6 -;;; Last modified Sun Sep 10 21:19:43 2017 on firestorm 1.7 +;;; Last modified Mon Sep 11 14:43:29 2017 on firestorm 1.8 ;;; $Id$ 1.9 ;;; The latest version of this software is always available at; 1.10 ;;; https://www.yatex.org/ 1.11 1.12 +;;; This program is distributed as a free software. You can 1.13 +;;; use/copy/modify/redistribute this software freely but with NO 1.14 +;;; warranty to anything as a result of using this software. Adopting 1.15 +;;; code from this program is also free. But I would not do contract 1.16 +;;; act. 1.17 +;;; 1.18 +;;; This software can be treated with: ``The 2-Clause BSD License'' 1.19 +;;; (since 2017-09-09, yatex 1.80). 1.20 + 1.21 ;;; Code: 1.22 (require 'yatexlib) 1.23 -(defconst YaTeX-revision-number "1.80" 1.24 +(defconst YaTeX-revision-number "1.80.1" 1.25 "Revision number of running yatex.el") 1.26 1.27 ;---------- Local variables ---------- 1.28 @@ -424,6 +433,7 @@ 1.29 ("newpage") ("clearpage") ("cleardoublepage") 1.30 ("footnotemark") ("verb") ("verb*") 1.31 ("linebreak") ("pagebreak") ("noindent") ("indent") 1.32 + ("raggedright") ("raggedleft") ("centering") 1.33 ("left") ("right") ("dots") ("smallskip") ("medskip") ("bigskip") 1.34 ("displaystyle") 1.35 ("onslide") ("pause") ;beamer