OSDN Git Service

removed libmd5.
[putex/putex.git] / src / texsourc / notes.txt
1 Copyright 2007 TeX Users Group.\r
2 Copyright 2014 Clerk Ma.\r
3 You may freely use, modify and/or distribute this file.\r
4 \r
5 use \write18{...} to execute system commmands?\r
6 \r
7 use openany_out to allow opening `special' files that should\r
8 otherwise be prohibited (on Unix, files starting with .)?\r
9 \r
10 **********************************************************************\r
11 \r
12 Notes:  Making adjustable hash-table version:\r
13 \r
14 win web2c twice with different hash_size and hash_prime\r
15 \r
16 collection the *.c and *.h files in each case\r
17 \r
18 run comaptex.exe on these files to mark all uses of hash_size and hash_prime\r
19 \r
20 reconcile difference with existing *.c and *.h files\r
21 \r
22 **********************************************************************\r
23 \r
24 Notes:  there are still a few places where we may be able to \r
25 go from 256 to (maxquarterword + 1) (or 255 to maxquarterword):\r
26 itex.c (info(end_span) <- null p.797)\r
27 tex1.c (overflow of grouping levels p.274), \r
28 tex5.c (confusion(256 spans) p.798), \r
29 tex7.c (replace_count(tail) p.1120)\r
30 \r
31 **********************************************************************\r
32 \r
33 internal_font_number --> true name --> HPDF_Font\r
34 1                     |  cmr10      |  1\r
35 2                     |  cmr10      |  1\r
36 3                     |  cmmi10     |  2\r
37 \r
38 BOX -> BOX -> BOX -> BOX\r
39 BT -> FONT -> CUR_XY -> ET\r