home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / CMTEX330 / SOURCE / MATHLIST.H < prev    next >
Text File  |  1992-02-19  |  742b  |  41 lines

  1.  
  2. /*
  3.  * %Y%:%M%:%I%:%Q%
  4.  *
  5.  * Copyright 1987,1988,1991 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. #define VAR_CODE    070000
  18.  
  19. void    push_math();
  20. void    init_math();
  21. void    start_eq_no();
  22. void    scan_math();
  23. void    set_math_char();
  24. void    math_limit_switch();
  25. void    scan_delimiter();
  26. void    math_radical();
  27. void    math_ac();
  28. void    append_choices();
  29. void    build_choices();
  30. void    sub_sup();
  31. void    math_fraction();
  32. ptr    fin_mlist();
  33. void    math_left_right();
  34. void    after_math();
  35. void    check_dollar();
  36. bool    check_font_params();
  37. void    resume_after_display();
  38.  
  39. void    _mathlist_init();
  40. void    _mathlist_init_once();
  41.