diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-30 23:06:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-30 23:06:24 +0000 |
commit | ac3b718eba78b8184901dd441561b896a9fb93b3 (patch) | |
tree | f7ccfe92cd0552e8615d7c073d97d9b8bc4f49da /Master/texmf-dist/tex/csplain/base | |
parent | 5c0ced097763026e88ad119b086f76e5f17bd90b (diff) |
csplain (30jul16)
git-svn-id: svn://tug.org/texlive/trunk@41764 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/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 |