Skip to content

Commit 58a0dfb

Browse files
committed
Restore canonical Knuth WEB.
'webmac.tex' is deemed to be kept in its original form forever -- safe for genuine bug fixes. The extended set of macros is renamed to 'tlwebmac.tex' and will be a separate animal used in 'makeall' for PDF production in TeX Live.
1 parent e5060e6 commit 58a0dfb

File tree

4 files changed

+442
-232
lines changed

4 files changed

+442
-232
lines changed

makeall

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ do
4444
else weave $f
4545
fi
4646
f=$(basename $f .web)
47+
# use extended macros for TeX Live PDF documentation
48+
if $NEW
49+
then
50+
sed -i -e "1 s/\\\\input webmac/\\\\input tlwebmac/" $f.tex
51+
fi
4752
# replace former convention to indicate "not a title page"
4853
# to include page headers for table-of-contents
4954
sed -i -e "s/\\\\def\\\\titlepage{F}/\\\\titlefalse/" $f.tex

0 commit comments

Comments
 (0)