home *** CD-ROM | disk | FTP | other *** search
- ***
- *** A patch for teTeX-0.4-src
- *** enables NeXTTeX style IPC between virtex and dvi previewer (TeXview.app)
- *** (patch release 0.11, 140896)
- ***
- *** Establishes the following new command line options for virtex
- *** (NOTE: must be provided as first argument!):
- *** -v or --ipc : send finished pages immediately to previewer
- *** -V or --ipc-start : as above, but launch previewer if not running
- ***
- *** Establishes a new variable IPCSERVERCMD. IPCSERVERCMD is the command
- *** string that's executed to launch the previewer (-V/--ipcstart).
- *** The default is "open `which TeXview`".
- *** This can be overriden by setting an environment variable IPCSERVERCMD,
- *** e.g. for in a zsh (note the escapes!):
- *** export IPCSERVERCMD="open \`which TeXview\`"
- *** or by adding a line to texmf.cnf, e.g. (note: no quotes!)
- *** IPCSERVERCMD = open `which TeXview`
- ***
- *** Coded by Tom Rokicki, submitted for inclusion in teTeX by
- *** Gregor Hoffleit <flight@mathi.uni-heidelberg.de>
- ***
-