home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / DOC / TR.EQ / s1 < prev    next >
Text File  |  1994-01-25  |  1KB  |  32 lines

  1. @Section
  2.    @Title { Introduction }
  3. @Begin
  4. @PP
  5. Eq is a package of definitions for typesetting mathematics with the Lout
  6. document formatter [{@Ref kingston92}].  It includes several hundred
  7. mathematical and other special characters (including the entire PostScript
  8. @FootNote { PostScript is a trademark of Adobe Systems, Incorporated. }
  9. Symbol font [{@Ref adobe90}]), and a smaller number of symbols for joining
  10. objects together in mathematical ways.  Eq is based on the eqn language
  11. of Kernighan and Cherry [{@Ref kernighan75}], with
  12. spacing rules similar to Knuth's @TeX formatter [{@Ref knuth84}].
  13. @PP
  14. To use Eq in a Lout document, first ensure that its definition is
  15. included, either by having @Code "@SysInclude { eq }"
  16. in the setup file, or @Code "-ieq" on the command line.  Then, at any point
  17. in the document, write @Code "@Eq  {  ...  }"
  18. and the symbols of Eq will be available between the braces.  Any symbols
  19. available outside continue to be available inside, which means that Eq
  20. can be freely mixed with standard Lout and with symbols from other
  21. packages, without restriction.
  22. @PP
  23. In this report we show the Lout input at the left, and its
  24. result at the right:
  25. @ID {
  26. @Code "@Eq { {x sup 2 + y sup 2} over 2 }"
  27. |7ct
  28. @Eq { {x sup 2 + y sup 2} over 2 }
  29. }
  30. Subsequent examples will omit the enclosing {@Code "@Eq { ... }"}.
  31. @End @Section
  32.