Skip to content

Commit

Permalink
[CWEB] Cross-link between output switches.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67650 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Jul 16, 2023
1 parent 17dacaa commit 6a2b8c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions texk/web2c/cwebdir/ctwill-mini.ch
Original file line number Diff line number Diff line change
Expand Up @@ -1950,6 +1950,14 @@ Section 279.
cur_name=sort_ptr->head;@/
@z
Section 281.
@x
else {out_str("\\["); out_section(cur_val-def_flag); out(']');}
@y
else {@+out_str("\\["); out_section(cur_val-def_flag); out(']');@+}
@z
Section 285.
@x
Expand Down Expand Up @@ -2159,16 +2167,6 @@ Section 315.
@-out_mini@>
@z
Section 316.
@x
@ Compare this code with section |@<Output the name...@>|.
@<Mini-output...@>=
@y
@ @<Mini-output...@>=
@z
Section 318.
@x
Expand Down
2 changes: 1 addition & 1 deletion texk/web2c/cwebdir/ctwill-w2c.ch
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ out('.');
switch (cur_name->ilk) {@+char *j;@+@t}\6{\4@>
@y
@ We don't format the index completely; the \.{twinx} program does the
rest of the job.
rest of the job. Compare this code with section |@<Mini-output...@>|.

@<Output the name...@>=
switch (cur_name->ilk) {
Expand Down

0 comments on commit 6a2b8c2

Please sign in to comment.