diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2024-07-06 12:36:33 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2024-07-06 12:36:33 +0000 |
commit | 9ec2a8d58311e0760e32663e406d7f1ca4565976 (patch) | |
tree | f220e92137b78dc67a3e8290ad4bf54d71493e93 /Master/texmf-dist/source/latex/msg/msg.dtx | |
parent | d6f77c7b2409ad3df9702059bb485137271b9dc6 (diff) |
Better comply with the comment.
The TeX macro '\title' is used far too often, both in the TeX parts and
in an index entry that produces an 'Overfull \hbox'.
Curiously enough, I was able to produce a 'core dump' from 'xdvipdfmx' with
this twisted change (the @x and @y parts should, of course, be flipped):
@x
begin print(' !Sorry, DVIcopy capacity exceeded ['); print_packet(p);
@.Sorry, DVIcopy capacity exceeded@>
@y
begin print(' !Sorry, ',title,' capacity exceeded ['); print_packet(p);
@.Sorry, {\title} capacity exceeded@>
@z
xdvipdfmx: ../../../texk/dvipdfm-x/dpxutil.c:454: ht_lookup_table: Assertion `ht && key' failed.
Aborted (core dumped)
git-svn-id: svn://tug.org/texlive/trunk@71720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/msg/msg.dtx')
0 files changed, 0 insertions, 0 deletions