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

  1.  
  2. /*
  3.  * @(#)mlst-hlst.h 2.6 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. global  qword   cur_c;
  14. global  fnt     cur_f;
  15. global  qqqq    cur_i;
  16. global  ptr     cur_mlist;
  17. global  scal    cur_mu;
  18. global  int     cur_size;
  19. global  int     cur_style;
  20. global  bool    mlist_penalties;
  21.  
  22. ptr     clean_box();
  23. int     fetch();
  24.  
  25. #define new_hlist(N)            mem[nucleus(N)].i
  26.  
  27. int     mlist_to_hlist();
  28.  
  29. int     make_over();
  30. int     make_under();
  31. int     make_vcenter();
  32. int     make_radical();
  33. int     make_math_accent();
  34. int     make_fraction();
  35. scal    make_op();
  36. int     make_ord();
  37. int     make_scripts();
  38. int     make_left_right();
  39.  
  40. global  int magic_offset;
  41.