diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/cslatex/base/csplain.doc | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/csplain.ini | 25 |
2 files changed, 14 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/cslatex/base/csplain.doc b/Master/texmf-dist/doc/cslatex/base/csplain.doc index 98cf251bbc0..537a4bde790 100644 --- a/Master/texmf-dist/doc/cslatex/base/csplain.doc +++ b/Master/texmf-dist/doc/cslatex/base/csplain.doc @@ -51,11 +51,11 @@ Vstupní kódování bude rovno vnitřnímu kódování ISO-8859-2. Předpokláte-li kódování vstupních textů v jiném kódování, než ISO-8859-2 a navíc máte implementaci binárního programu TeX obsahující encTeX (to poznáte podle druhého řádku v soborech *.log), pak si vyberte jedno z písmen: w=CP1250, -k=Kamenicti, p=PC Latin2 (CP852) a inicializujte formát takto: +k=Kamenicti, p=PC Latin2 (CP852), u=UTF8 a inicializujte formát takto: tex -ini \let\enc=? \input csplain.ini -kde ? je jedno z písmen w, k, nebo p charakterizující vstupní kódování. Na +kde ? je jedno z písmen w, k, p nebo u charakterizující vstupní kódování. Na příkazovém řádku v UNIXu musíte každý znak "\" psát dvakrát, například: tex -ini \\let\\enc=k \\input csplain.ini diff --git a/Master/texmf-dist/tex/csplain/base/csplain.ini b/Master/texmf-dist/tex/csplain/base/csplain.ini index 1f98d0eb374..2acab859a48 100644 --- a/Master/texmf-dist/tex/csplain/base/csplain.ini +++ b/Master/texmf-dist/tex/csplain/base/csplain.ini @@ -89,15 +89,22 @@ file extcode.tex renamed to il2code.tex (suggested by Jan Kasprzak) You can use (for example): tex -enc -ini \let\enc=u \input csplain.ini if your system (or text editor) is using UTF8 encoding. +** 7 ** <Sep. 2007> +* Only the Copyright text was changed in order to the "GNU" name is not + mentioned in it. The meaning of Copyright is unchanged. + I was forced to do this change by Debian people. They consider the + license as very important but I don't. IMHO the functionality of + the software is much more important. +* I didn't do any changes in macro code. Thus the \message still says: + The format: csplain <Sep. 2005>. + COPYRIGHT ========= This macro package (csplain.ini, il2code.tex, csfonts.tex, hyphen.lan, -plaina4.tex) 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 with the following appendix: +plaina4.tex) is free software; you can use it without any restriction. +You can redistribute it under the following condition: You can do any changes in this software for your own usage. However, you cannot distribute the changed software under the same name @@ -106,14 +113,6 @@ changes to csplain. This macro package 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; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -USA - - +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |