home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / text / frame / 3354 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.2 KB

  1. Path: sparky!uunet!gossip.pyramid.com!pyramid!infmx!cortesi
  2. From: cortesi@informix.com (David Cortesi)
  3. Newsgroups: comp.text.frame
  4. Subject: Re: Anyone doing chip datasheets out there?
  5. Message-ID: <1992Nov11.205029.1230@informix.com>
  6. Date: 11 Nov 92 20:50:29 GMT
  7. References: <SGREENE.92Nov10143316@penguin.nimbus.com>
  8. Sender: news@informix.com (Usenet News)
  9. Distribution: comp
  10. Organization: Informix Software, Inc.
  11. Lines: 17
  12.  
  13. In article <SGREENE.92Nov10143316@penguin.nimbus.com> sgreene@nimbus.com (Spencer Greene) writes:
  14. >... I have created some labor-saving scripts which do things that were
  15. >taking a lot of time...
  16. >
  17. >Script 2: logicsym.awk
  18. >This is an awk script which draws a chip logic symbol, with input,
  19. >output, and bidirectional arrows.  I created the script because
  20. >I was having trouble making things line up properly, and this
  21. >does it automatically.
  22.  
  23. When building a diagram based on a set of standard widgets, it helps a
  24. lot if you (1) set a relatively fine snap-grid, say 3.0pt, and (2) size
  25. all of your widgets to multiples of your snap-grid spacing.
  26.  
  27. We did this to make "railroad diagrams" for program syntax (which must
  28. be similar to making a circuit diagram), and it is wonderful how easily
  29. the different pieces snap together with perfect alignment.
  30.