draw.mac 338 B

123456789101112131415161718192021222324
  1. .\" Macros for simple constant width drawings (uses font CW)
  2. .\"
  3. .\" $Id$
  4. .de Dr \" Drawing $1 (size)
  5. .sp 1
  6. .ne \\$1
  7. .na
  8. .nf
  9. .ft CW \" constant width font
  10. .lg 0 \" no ligatures
  11. ..
  12. .de Df \" Drawing Footer
  13. .sp 1
  14. .ft R
  15. .ce 1000
  16. .lg 1
  17. ..
  18. .de De \" Drawing End $1 (lines)
  19. .Df \" if it has not happened yet
  20. .ce
  21. .ad
  22. .fi
  23. .sp \\$1
  24. ..