home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / TeXsource / commontex / h / boxlists < prev    next >
Encoding:
Text File  |  1988-04-08  |  1.2 KB  |  64 lines

  1. /*
  2.  *    Copyright 1986, 1987 Pat Joseph Monardo. All rights reserved.
  3.  *    Copying of this file is granted according to the provisions 
  4.  *    specified in the file COPYING which must accompany this file.
  5.  */
  6.  
  7.  
  8. /*
  9.  *        boxlists.h
  10.  */
  11.  
  12. int    append_glue();
  13.  
  14. #define    FIL_CODE            0
  15. #define    FILL_CODE            1
  16. #define    SS_CODE                2
  17. #define    FIL_NEG_CODE        3
  18. #define    SKIP_CODE            4
  19. #define    MSKIP_CODE            5
  20.  
  21. int    append_kern();
  22.  
  23. int    handle_right_brace();
  24. int    extra_right_brace();
  25.  
  26. global    ptr        cur_box;
  27.  
  28. int    begin_box();
  29. int    scan_box();
  30. int    scan_spec();
  31. int    package();
  32.  
  33. int    box_end();
  34.  
  35. #define    BOX_FLAG            010000000000
  36. #define    SHIP_OUT_FLAG        (BOX_FLAG + 512)
  37. #define    LEADER_FLAG            (BOX_FLAG + 513)
  38. #define    BOX_CODE            0
  39. #define    COPY_CODE            1
  40. #define    LAST_BOX_CODE        2
  41. #define    VSPLIT_CODE            3
  42. #define    VTOP_CODE            4
  43.  
  44. int    normal_paragraph();
  45. int    new_graf();
  46. int    indent_in_hmode();
  47. int    head_for_vmode();
  48. int    end_graf();
  49. int    append_to_vlist();
  50. int    begin_insert_or_adjust();
  51. int    make_mark();
  52. int    append_penalty();
  53. int    delete_skip();
  54. int    unpackage();
  55. int    append_italic_correction();
  56. int    append_discretionary();
  57. int    build_discretionary();
  58. int    make_accent();
  59. int    align_error();
  60. int    no_align_error();
  61. int    omit_error();
  62. int    do_endv();
  63. int    cs_error();
  64.