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

  1.  
  2. /*
  3.  * %Y%:%M%:%I%:%Q%
  4.  *
  5.  * Copyright 1987,1988,1991,1992 Pat J Monardo
  6.  *
  7.  * Redistribution of this file is permitted through
  8.  * the specifications in the file COPYING.
  9.  *
  10.  *
  11.  */
  12.  
  13. global    int    cur_c;
  14. global    fnt    cur_f;
  15. global    qcell    cur_i;
  16. global    scal    cur_mu;
  17. global    int    cur_size;
  18.  
  19. ptr    mlist_to_hlist();
  20. void    make_over();
  21. void    make_under();
  22. void    make_vcenter();
  23. void    make_radical();
  24. void    make_math_accent();
  25. void    make_fraction();
  26. scal    make_op();
  27. void    make_ord();
  28. void    make_scripts();
  29. int    make_left_right();
  30. void    fetch();
  31. ptr    clean_box();
  32.  
  33. void    _mlst_hlst_init();
  34. void    _mlst_hlst_init_once();
  35.