home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / texsrc2 / Src / PROJECTS < prev    next >
Text File  |  1993-02-15  |  2KB  |  47 lines

  1. Here are some things left to do, roughly in the order I am thinking of
  2. implementing them.
  3.  
  4. * If lex or yacc aren't found, have configure use the distribution files.
  5.  
  6. * Merge Ken's dynamic array changes.
  7.  
  8. * Give TeX options: -name to read a particular .fmt file;
  9.   -output-file to say where DVI file should go (including stdout);
  10.   -no-timestamps to omit timestamps in the dvi file (for testing).
  11.  
  12. * Have bibtex -verbose print full pathnames.
  13.  
  14. * Do the documentation in Texinfo, and generate the man pages automatically.
  15.  
  16. * Use standard error where appropriate.
  17.  
  18. * Exit with bad status on errors.
  19.  
  20. * Check status on all writes.
  21.  
  22. * Make MFT understand tabs.  Maybe make \write and \special understand tabs?
  23.  
  24. * -charset=iso8859 (for example) to specify what the visible characters are.
  25.  
  26. * -trace-fonts, -trace-inputs, etc. to show what's getting read where.
  27.   Also trace MakeTeX*.
  28.  
  29. * Implement a way to get all-octal character codes in VFtoVP and TFtoPL,
  30.   in the out_char routine.
  31.  
  32. * Make initex an option, instead of a second program?
  33.  
  34. * Why does web2c.yacc have shift/reduce conflicts? 
  35.  
  36. * Make DVItype not do a dialog, a la GFtype.  Generally unixify all the
  37.   programs. 
  38.  
  39. * Make web2c handle fields correctly, i.e., to put the field identifier
  40.   in the symbol table of the type, instead of the global symbol table. 
  41.   This would simplify the GFtoDVI change file a fair amount.
  42.  
  43. * Make web2c handle variant records.  This would make the TeX, Metafont,
  44.   and GFtoDVI change files all simpler.
  45.  
  46. * Echo \openout filenames, for ``security'' reasons.
  47.