summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2019-01-14 16:58:22 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2019-01-14 16:58:22 +0000
commit81c6f298fab942ba71ba21742ebbf3cd94e5912d (patch)
treefb0fac171ad4bb201286cf793b3f9fd0b08de676
parent536527a0f44ce666059ec1961b1629b3dd54aa3a (diff)
TeX Live 'twinx' uses prefixed macro file.
git-svn-id: svn://tug.org/texlive/trunk@49698 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/cwebdir/twinx.w2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/twinx.w b/Build/source/texk/web2c/cwebdir/twinx.w
index c49906fa4e0..ecfce0c8da8 100644
--- a/Build/source/texk/web2c/cwebdir/twinx.w
+++ b/Build/source/texk/web2c/cwebdir/twinx.w
@@ -404,7 +404,7 @@ properly, especially in the ``custom'' format when they must become
@<Output the main list in suitable \TeX\ format@>=
{@+register node *x;
- printf("\\input twinxmac\n");
+ printf("\\input cttwinxmac\n");
for (x=header.next;x!=&header;x=x->next) {
printf("\\I");
@<Output |x->id| in suitable \TeX\ format@>;