home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-2 / Text / tex / teTeX / contrib / NeXT / teTeX-0.4-nexttex-ipc-0.11.patch.README
Encoding:
Text File  |  1996-11-09  |  995 b   |  23 lines

  1. ***
  2. *** A patch for teTeX-0.4-src
  3. *** enables NeXTTeX style IPC between virtex and dvi previewer (TeXview.app)
  4. ***     (patch release 0.11, 140896)
  5. ***
  6. *** Establishes the following new command line options for virtex
  7. *** (NOTE: must be provided as first argument!):
  8. ***   -v or --ipc : send finished pages immediately to previewer
  9. ***   -V or --ipc-start : as above, but launch previewer if not running
  10. ***
  11. *** Establishes a new variable IPCSERVERCMD. IPCSERVERCMD is the command
  12. *** string that's executed to launch the previewer (-V/--ipcstart).
  13. *** The default is "open `which TeXview`".
  14. *** This can be overriden by setting an environment variable IPCSERVERCMD,
  15. *** e.g. for in a zsh (note the escapes!):
  16. ***     export IPCSERVERCMD="open \`which TeXview\`"
  17. *** or by adding a line to texmf.cnf, e.g. (note: no quotes!)
  18. ***     IPCSERVERCMD   = open `which TeXview`
  19. ***
  20. *** Coded by Tom Rokicki, submitted for inclusion in teTeX by 
  21. *** Gregor Hoffleit <flight@mathi.uni-heidelberg.de>
  22. ***
  23.