Newsgroups: comp.windows.x Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!csn!boulder!news!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Subject: Re: making xtex display white on black In-Reply-To: rlk@think.COM's message of 25 Apr 91 13:41:16 GMT Message-ID: <1991Apr26.054110.14919@colorado.edu> Sender: news@colorado.edu (The Daily Planet) Nntp-Posting-Host: foobar.colorado.edu Reply-To: grunwald@foobar.colorado.edu Organization: University of Colorado at Boulder References: <9104251341.AA07141@underprize.think.com> Date: Fri, 26 Apr 1991 05:41:10 GMT Lines: 20 My normal display is white on black, but I prefer black on white for xtex. I have the following in my resources file. Xtex*DviPage*ReverseVideo: true Btw, the following resources may help as well: Xtex.print: dvips -Pgutenberg where 'gutenberg' is a local printer - this sets the default print command. You can also use '%f' as the file name in the 'print' directive if it can't appear as the last word in the print. Thus, if you needed to use ``print foo.dvi -via-arcane-method'' you could say: Xtex.print: print %f -via-arcane-method and that should do it. A manual. Gotta write a manual.