home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7030 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  728 b 

  1. Path: sparky!uunet!vtserf!vttcf.cc.vt.edu!tdunbar
  2. From: tdunbar@vttcf.cc.vt.edu (Thomas Dunbar)
  3. Newsgroups: comp.os.linux
  4. Subject: Metafont graphic window geometry
  5. Message-ID: <5234@vtserf.cc.vt.edu>
  6. Date: 30 Jul 92 03:40:30 GMT
  7. Sender: news@vtserf.cc.vt.edu
  8. Organization: Virginia Tech, Blacksburg, VA
  9. Lines: 11
  10.  
  11.  
  12. If one is using MetaFont to draw pictures, etc., one runs it in proof mode
  13. and a graphic window is created. the default is much too big. to change it,
  14. in your .Xdefaults file, add:
  15.     mf*Width:800
  16.     mf*Height: 600
  17. for example.
  18.   this assumes mf is using the Xt version interface (as the version at 
  19. archsci does). see x11-xt.c in the mfwindow subdir of the web2c.tar for
  20. the code that controls this.
  21.    thomas
  22.