diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/csplain.ini | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/etex-mac.tex | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/csplain.ini b/Master/texmf-dist/tex/csplain/base/csplain.ini index 6af4b59d418..a65dd85e729 100644 --- a/Master/texmf-dist/tex/csplain/base/csplain.ini +++ b/Master/texmf-dist/tex/csplain/base/csplain.ini @@ -9,7 +9,7 @@ \input hyphen.lan % czech / slovak hyphenation pattern (may be others too) \input plaina4 % \hsize and \vsize for A4 \everyjob=\expandafter{\the\everyjob - \message{The format: csplain <Jan. 2016>.} + \message{The format: csplain <Jan. 2016a>.} \message{The cs-fonts are preloaded and A4 size implicitly defined.}} \ifx\xprncode\undefined \else %% The encTeX is detected \count255=128 % All codes > 128 are printable: @@ -232,6 +232,7 @@ file extcode.tex renamed to il2code.tex (suggested by Jan Kasprzak) * etex-mac.tex introduced. * hyphen.lan: errmessage about incompatible encoding implemented * luafonts.tex: new code for new version 80 +* <Jan. 2016a>: \isncxunt -> \inscOunt in etex-mac.tex corrected COPYRIGHT ========= diff --git a/Master/texmf-dist/tex/csplain/base/etex-mac.tex b/Master/texmf-dist/tex/csplain/base/etex-mac.tex index 76a078f4d44..8ba8b472130 100644 --- a/Master/texmf-dist/tex/csplain/base/etex-mac.tex +++ b/Master/texmf-dist/tex/csplain/base/etex-mac.tex @@ -21,8 +21,8 @@ \def\et@xmaxregs{32768} % maximal index of registers in eTeX \outer\def\newinsert#1{% \newinsert re-defined: - \global\advance\inscxunt by\m@ne - \ifnum\inscOunt<\insc@out + \global\advance\inscOunt by\m@ne + \ifnum\inscOunt<\insc@unt \errmessage{No room for a new \string\insert, try to \chardef\insc@unt < 200}% \else \allocationnumber=\inscOunt \global\chardef#1=\allocationnumber |