diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-04 16:01:49 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-04 16:01:49 +0000 |
commit | c4fbbee8f62d2b0cefffa43bd714f977991708cf (patch) | |
tree | bdb7e852aef1a8179db93952a9e058924298a1da /Build/source/texk | |
parent | 0ed8ba1934b11b741905319a13a9dc0086dee63a (diff) |
[WEB2C] Purge BibTeX from 'active E' completely.
'webmac.tex' was in conflict for years.
git-svn-id: svn://tug.org/texlive/trunk@55412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/bibtex.ch | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index fa11dab4d5b..eacf0e65515 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2020-06-04 Andreas Scherer <https://ascherer.github.io> + + * bibtex.ch: Purge 'active E' chunk completely. + 2020-06-02 Andreas Scherer <https://ascherer.github.io> * gftopk.ch: Preserve internal section numbering. diff --git a/Build/source/texk/web2c/bibtex.ch b/Build/source/texk/web2c/bibtex.ch index 27adc213665..d410f209023 100644 --- a/Build/source/texk/web2c/bibtex.ch +++ b/Build/source/texk/web2c/bibtex.ch @@ -16,6 +16,11 @@ % [0] Let bibtex.tex work with latest webmac (which defines \ET, hence % making E active loses). @x +% Note: WEAVE will typeset an upper-case `E' in a PASCAL identifier a +% bit strangely so that the `TeX' in the name of this program is typeset +% correctly; if this becomes a problem remove these three lines to get +% normal upper-case `E's in PASCAL identifiers +\def\drop{\kern-.1667em\lower.5ex\hbox{E}\kern-.125em} % middle of TeX \catcode`E=13 \uppercase{\def E{e}} \def\\#1{\hbox{\let E=\drop\it#1\/\kern.05em}} % italic type for identifiers @y |