Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!rpi!zaphod.mps.ohio-state.edu!ncar!csn!news!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Newsgroups: comp.text.tex Subject: Re: Another stupid question about xtex... Message-ID: <1991Jan30.012428.21406@csn.org> Date: 30 Jan 91 01:24:28 GMT References: <1991Jan30.003516.9804@rodan.acs.syr.edu> Sender: news@csn.org (news) Reply-To: grunwald@foobar.colorado.edu Distribution: usa Organization: University of Colorado at Boulder Lines: 60 In-Reply-To: jstewart@rodan.acs.syr.edu's message of 30 Jan 91 00:35:16 GMT Nntp-Posting-Host: foobar.colorado.edu Sorry, don't mean for it to be so complex. Imake.Config should be in ./SeeTeX/Imake.Config Here's my version of it: /* * Set `FONTDESC' to the location of your fontdesc file, unquoted. * This is passed to the library routines so they can find it. */ FontDesc=/usr/local/TeX/lib/tex/fontdesc IprBin=/usr/local/bin /*********************************************************************** * Configureation options for Xtex: */ /* XtexFontPath is a comma/colon seperated list of directories that * commonly contain fonts for XTeX. If you specify your directory(-ies) * here when you install XTeX, you avoid having to explain to users * what needs to be done. You may need to #ifdef-configure this * based on architecture. I don't use this, so it's commented out. */ /* XTEX_FONT_PATH=/usr/local/TeX/lib/tex82/fonts-xtex-pmax */ /* * * DISPLAY_POSTSCRIPT * Set this if the client-side provides display postscript. * If the server does not support DPS, you just won't see * anything, but if you specify this & the client doesn't * have it, you'll get compile errors. Note: I've only tried * this with DEC DPS. * * Note that if you're running Ultrix4.x, you need to define * ULTRIX4 as well *sigh* */ #if defined(UltrixArchitecture) # define ULTRIX4 # define DISPLAY_POSTSCRIPT #else # undef DISPLAY_POSTSCRIPT #endif /* * you can change this to transientShellWidgetClass if you like; however, * the mouse cursor won't be positioned under the 'confirm' button * automatically on the goto & print popups. */ #if 1 POPUP_WINDOW_TYPE =overrideShellWidgetClass #else POPUP_WINDOW_TYPE =transientShellWidgetClass #endif