home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!vtserf!vttcf.cc.vt.edu!tdunbar
- From: tdunbar@vttcf.cc.vt.edu (Thomas Dunbar)
- Newsgroups: comp.os.linux
- Subject: Metafont graphic window geometry
- Message-ID: <5234@vtserf.cc.vt.edu>
- Date: 30 Jul 92 03:40:30 GMT
- Sender: news@vtserf.cc.vt.edu
- Organization: Virginia Tech, Blacksburg, VA
- Lines: 11
-
-
- If one is using MetaFont to draw pictures, etc., one runs it in proof mode
- and a graphic window is created. the default is much too big. to change it,
- in your .Xdefaults file, add:
- mf*Width:800
- mf*Height: 600
- for example.
- this assumes mf is using the Xt version interface (as the version at
- archsci does). see x11-xt.c in the mfwindow subdir of the web2c.tar for
- the code that controls this.
- thomas
-