home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 145_01 / eqn < prev    next >
Text File  |  1979-12-31  |  512b  |  33 lines

  1. .. July 4, 1983 test of convenient equation numbering macro:
  2. ..
  3. .sc #
  4. ..
  5. .rg e# 1
  6. ..
  7. .dm EN
  8. (\\e#\\)
  9. .bj
  10. .rg e# +1
  11. .em
  12. ..
  13. .pl 20 ;saves paper
  14. .rm 60
  15. .. here is the sample text:
  16. ..
  17. ..note how we can keep a reference to a particular equation!:
  18. .ds "form1"\e#\" 
  19.     Suppose we know the theorem:
  20.  
  21. x^+2^-#+#y^+2^-#=#z^+2^-
  22. .EN
  23.  
  24.     Restated, it is:
  25.  
  26. # x^+2^-#+#y^+2^-#=#z^+2^-
  27. .EN
  28.  
  29. I think that Eq. \form1\ did not look as nice, did you?
  30.  
  31. .ce
  32. THE END
  33.