diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-11 22:45:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-11 22:45:37 +0000 |
commit | af130f6132abe143060e18f2e0275dcaa1f93f83 (patch) | |
tree | a8b8b29e8ad40cb039a8276e41439d2ff934b568 /Master/texmf-dist/tex/csplain/base | |
parent | 3c60c218ad17a6f296309c287e9ecacade348dee (diff) |
csplain (11sep15)
git-svn-id: svn://tug.org/texlive/trunk@38351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain/base')
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/csplain.ini | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/hyphen.lan | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/t1code.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/ucode.tex | 8 |
4 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/csplain.ini b/Master/texmf-dist/tex/csplain/base/csplain.ini index 466a48654ed..859dfa88266 100644 --- a/Master/texmf-dist/tex/csplain/base/csplain.ini +++ b/Master/texmf-dist/tex/csplain/base/csplain.ini @@ -223,6 +223,9 @@ file extcode.tex renamed to il2code.tex (suggested by Jan Kasprzak) Jun 2015: * ams-tex.tex: \ifx\chyph\undefined added +* Oct 2015: + hyphen.lan: \chardef\USenglish=0 added (for backward compatibility) + t1code.tex, ucode.tex: waring supressed if non-csplain loads the file COPYRIGHT ========= diff --git a/Master/texmf-dist/tex/csplain/base/hyphen.lan b/Master/texmf-dist/tex/csplain/base/hyphen.lan index f93eae9f0e5..1eb5b715e93 100644 --- a/Master/texmf-dist/tex/csplain/base/hyphen.lan +++ b/Master/texmf-dist/tex/csplain/base/hyphen.lan @@ -466,7 +466,6 @@ {\lccode"200C="200C \lccode"200D="200D \robustpatterns \input hyph-te }11 \unicodelangs \tePatt - \message{\the\numpatterns\space patterns preloaded: \pattlist} \message{Defaults: \string\language=\the\language, \string\cmaccents, \string\nonfrenchspacing,} @@ -477,6 +476,7 @@ \let\toneczech=\csCork \let\toneslovak=\skCork \let\czILtwo=\csILtwo \let\czCork=\csCork \let\czUnicode=\csUnicode +\chardef\USenglish=0 \expandafter \def\expandafter\iltwolangs \expandafter {\iltwolangs \let\czech\csILtwo \let\slovak\skILtwo} @@ -521,7 +521,7 @@ or in order to load the additional patterns. -By default, only \USenglish=0 \csILtwo=5, \skILtwo=6, \csCork=15, \skCork=16 +By default, only \enPatt=0 \csILtwo=5, \skILtwo=6, \csCork=15, \skCork=16 are loaded in 8bit TeX. The additional \csUnicode=115, \skUnicode=116 are loaded in Unicoded TeX. diff --git a/Master/texmf-dist/tex/csplain/base/t1code.tex b/Master/texmf-dist/tex/csplain/base/t1code.tex index 54730e7fd79..7d949c17760 100644 --- a/Master/texmf-dist/tex/csplain/base/t1code.tex +++ b/Master/texmf-dist/tex/csplain/base/t1code.tex @@ -16,7 +16,7 @@ \let\corkencoded\font % macros can do \ifx\font\corkencoded ...\else...\fi %% (0) \czech, \slovak. You can use \chyph, \shyph after this file is loaded. -\ifx\czCork\undefined +\ifx\chyph\undefined\else \ifx\czCork\undefined {\newlinechar=`^^J \errhelp={The hyphen patterns are not loaded in Cork encoding in csplain.^^J Hyphen patterns are supported only in ISO-8859-2.^^J @@ -27,9 +27,8 @@ \errmessage {The Cork encoding is not supported in this format} % Press h for more help. } -\else - \csname corklangs\endcsname -\fi +\fi\fi +\csname corklangs\endcsname %% (1a) \catcodes: \catcode225=11 % a-acute diff --git a/Master/texmf-dist/tex/csplain/base/ucode.tex b/Master/texmf-dist/tex/csplain/base/ucode.tex index 1faab7fd39b..bbf7f38c057 100644 --- a/Master/texmf-dist/tex/csplain/base/ucode.tex +++ b/Master/texmf-dist/tex/csplain/base/ucode.tex @@ -19,11 +19,11 @@ \let\unicoded\font % macros can do \ifx\font\unicoded ...\else...\fi %% (0) \czech, \slovak. You can use \chyph, \shyph after this file is loaded. -\ifx\czUnicode\undefined +\ifx\chyph\undefined\else \ifx\czUnicode\undefined \message{WARNING: czech+slovak hyphenation patterns are not loaded in Unicode.} -\else - \csname unicodelangs\endcsname -\fi +\fi\fi +\csname unicodelangs\endcsname + %% (1a) \catcodes: \catcode225=11 % a-acute |