Skip to content

Commit

Permalink
[CWEB] Format 'common' with 'ctwill'.
Browse files Browse the repository at this point in the history
$ ctie -m common-twill.w common.w comm-{w2c,mini}.ch
$ mv common-twill.w common.w
$ ctwill -f -lpdf common (twice)
$ pdftex common
$ ctwill-refsort < common.ref > common.sref
$ pdftex common

TODO: Study the application of 'ctwill-twinx' and create a general index
for COMMON and CTWILL.

git-svn-id: svn://tug.org/texlive/trunk/Build/source@67749 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Jul 28, 2023
1 parent 07fc5d0 commit fa907ee
Show file tree
Hide file tree
Showing 12 changed files with 477 additions and 276 deletions.
5 changes: 5 additions & 0 deletions texk/web2c/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-06-28 Andreas Scherer <https://ascherer.github.io>

* ctangleboot.cin,
* cwebboot.cin: Format 'common' with 'ctwill'.

2023-06-26 Andreas Scherer <https://ascherer.github.io>

* ctangleboot.cin,
Expand Down
4 changes: 2 additions & 2 deletions texk/web2c/ctangleboot.cin
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@
#define verbatim 4 \

#define max_files 256
#define macro_end (cur_text+1) ->tok_start \

#define C_printf(c,a) fprintf(C_file,c,a)
#define C_putc(c) putc((int) (c) ,C_file) \

#define macro_end (cur_text+1) ->tok_start \

#define translit_length 10 \

#define transliterate_utf_eight flags['u'] \
Expand Down
Loading

0 comments on commit fa907ee

Please sign in to comment.