home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / de / comp / tex / 3289 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.1 KB  |  55 lines

  1. Newsgroups: de.comp.tex
  2. Path: sparky!uunet!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!ubrinf!lehre24!ms
  3. From: ms@lehre24.informatik.Uni-Bremen.DE (Martin Schroeder)
  4. Subject: Re: Metafont -- Probleme mit Proofs
  5. Message-ID: <1992Nov23.122931.10054@informatik.uni-bremen.de>
  6. Keywords: Metafont, GFtoDVI, Proofs, gray
  7. Sender: ms@lehre24 (Martin Schroeder)
  8. Nntp-Posting-Host: lehre24
  9. Reply-To: l15d@alf.zfn.Uni-Bremen.de
  10. Organization: Universitaet Bremen
  11. References:  <1992Nov19.162707.11188@informatik.uni-bremen.de>
  12. Date: Mon, 23 Nov 1992 12:29:31 GMT
  13. Lines: 40
  14.  
  15. Inzwischen bin ich ein wenig weiter -- immerhin habe ich f"ur meinen Drucker (NEC P6 mit 360dpi) 
  16. einen passenden gray-font erzeugt, um Proofs in vern"unftiger Gr"o"se erzeugen zu k"onnen:
  17.  
  18. ---------------------------------------
  19. if mode<>nec_p_six_hd: errmessage "This file is for p6_hd only"; fi
  20.  
  21. font_identifier "GRAYHD41";
  22.  
  23. picture pix_picture;
  24. pix_wd := pix_ht := 4;
  25. pix_picture := unitpixel scaled 1;
  26.  
  27. boolean lightweight;
  28.  
  29. input grayf
  30. ---------------------------------------
  31. Was damit aber nicht geht, sind Vergr"o"serungen (mit rep), da pix_picture benutzt wird.
  32. Ich suche also immer noch
  33. - einen gray-font f"ur den Atari SM 124
  34. - einen gray-font f"ur den NEC P6 mit 180dpi
  35. - einen gray-font f"ur den HP Laserjet II mit 300dpi
  36. - eine Erkl"arung, warum der normale gray-font (ohne pix_picture) so gro"s wird.
  37.  
  38. Falls ich Antworten per e-mail bekomme, werde ich eine Zusammenfa"sung posten.
  39.  
  40. -- 
  41. Martin                  "ZDF, the final frontier. These are the voyages
  42.                          of a buerokratic cencor agency, it's continuing
  43.                          mission to destroy the hopes of their fans, to
  44.                          seek out new threats for their favourite films
  45.                          to boldly cut, where no one has cut a film before ..."
  46.  
  47.                                                              ;-)
  48.  
  49. -- 
  50. Martin Schr"oder, Computer Science student -=-=- University of Bremen, Germany
  51. Internet: l15d@alf.zfn.uni-bremen.de
  52. --- Wer, wie, was? Wieso, weshalb, warum? Wer nichts fragt bleibt dumm. ---
  53.  
  54.  
  55.