OSDN Git Service

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