home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex29 / StTeXsrc.zoo / src / mathlists.h < prev    next >
Text File  |  1988-03-13  |  671b  |  34 lines

  1.  
  2. /*
  3.  * @(#)mathlists.h 2.5 EPA
  4.  *
  5.  * Copyright 1987,1988 Pat J Monardo
  6.  *
  7.  * Redistribution of this file is permitted through
  8.  * the specifications in the file COPYING.
  9.  *
  10.  * 
  11.  */
  12.  
  13. #define ABOVE_CODE      0
  14. #define OVER_CODE       1
  15. #define ATOP_CODE       2
  16. #define DELIMITED_CODE  3
  17.  
  18. int     init_math();
  19. int     start_eq_no();
  20. int     scan_math();
  21. int     set_math_char();
  22. int     math_limit_switch();
  23. int     scan_delimiter();
  24. int     math_radical();
  25. int     math_ac();
  26. int     append_choices();
  27. int     build_choices();
  28. int     sub_sup();
  29. int     math_fraction();
  30. ptr     fin_mlist();
  31. int     math_left_right();
  32. int     after_math();
  33. int     resume_after_display();
  34.