diff options
-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 |