home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex29 / StTeXsrc.zoo / src / README < prev    next >
Text File  |  1988-11-01  |  2KB  |  67 lines

  1. This is the CommonTeX V2.9 dist, with mods for the atarist.
  2.  
  3.     - To make the atari version
  4.         cd src
  5.         cp tex.h.st tex.h
  6.         adjust (if you want to) in file.h
  7.          TEXFONTS
  8.          TEXINPUTS
  9.          TEXFORMATS
  10.         
  11.         - to make initex/statex (initex with statistics)
  12.             cd src/INIT
  13.             edit Makefile to set CROSSDIR (home of
  14.             your Gnu Cross compiler stuff), adjust
  15.             CFLAGS and hit make.
  16.         - to make virtex
  17.             cd src/VIR
  18.             edit Makefile to set CROSSDIR (home of
  19.             your Gnu Cross compiler stuff), adjust
  20.             CFLAGS and hit make.
  21.     - To make the unix version
  22.         cd src
  23.         cp tex.h.unix tex.h
  24.         adjust (if you want to) in file.h
  25.          TEXFONTS
  26.          TEXINPUTS
  27.          TEXFORMATS
  28.         - to make initex/statex
  29.           choose the size you want (see tex.h)
  30.           cd to either src/INIT or src/BIG/INIT or src/BIGG/INIT or
  31.                    src/BIGGG
  32.           hit make
  33.         - same goes for virtex
  34.             - if you want to undump a preloaded tex/latex
  35.          > virtex \&lplain
  36.            * ^\ (hit the quit char [normally ctrl-\]) at the '*'
  37.                 prompt to make it dump core)
  38.          > undump latex virtex core
  39.           similarly for tex
  40.          > virtex \&plain
  41.            * ^\
  42.          > undump tex virtex core
  43.  
  44. Gulam users can put the following in gulam.g:
  45.  
  46. (f:\ is the path i use, you may specify any path. It is only necessary
  47. to set the following if your default settings in file.h are not
  48. satisfactory, the environment settings override the default settings
  49. at runtime. Note that the paths are ';' seperated so they have to
  50. be specified within quotes [''] otherwise gulam will consider the ';' as
  51. a command seperator).
  52.     setenv TEXFORMATS '.;f:\macros'
  53.     setenv TEXINPUTS '.;f:\macros'
  54.     setenv TEXFONTS '.;f:\tfm'
  55.  
  56. you may find the following aliases useful.
  57.     alias latex 'f:\bin\virtex.ttp &lplain'
  58.     alias tex 'f:\bin\virtex.ttp &plain'
  59.     alias dv 'set cdir $cwd; pushd f:\bin; gem dvi.prg $cdir$1.dvi; popd'
  60.  
  61.                         enjoy,
  62. --
  63. usenet: {decvax,sun}!cwjcc!bammi        jwahar r. bammi
  64. csnet:       bammi@dsrgsun.ces.CWRU.edu
  65. arpa:        bammi@dsrgsun.ces.CWRU.edu
  66. compuServe:  71515,155
  67.