diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/csplain.ini | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/etex-mac.tex | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/csplain.ini b/Master/texmf-dist/tex/csplain/base/csplain.ini index 1a6dcc3ca45..16a0bcb2286 100644 --- a/Master/texmf-dist/tex/csplain/base/csplain.ini +++ b/Master/texmf-dist/tex/csplain/base/csplain.ini @@ -265,6 +265,9 @@ file extcode.tex renamed to il2code.tex (suggested by Jan Kasprzak) * plaina4: \ifx\pdfhorigin added (bug when XeTeX is used fixed) * glyphtounicode-cs.tex added + Jul. 2016: +* etex-mac.tex: \endpinput -> \endinput, typo 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 8ba8b472130..8a4f525469c 100644 --- a/Master/texmf-dist/tex/csplain/base/etex-mac.tex +++ b/Master/texmf-dist/tex/csplain/base/etex-mac.tex @@ -12,7 +12,7 @@ \ifx\loccount\undefined \else \errmessage{etex.src macro package detected, don't use etex-mac} - \endpinput \fi + \endinput \fi \chardef\tmp=\catcode`@ \catcode`@=11 |