My various dotfiles

setup-sections-for-toc.elt 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. ;;; Definitions from /home/wfs/dpANS2-tex/setup-sections-for-toc.tex
  2. (setq tex-macros-alist (append
  3. '(
  4. ;%-*- Mode: TeX -*-
  5. ;% This file is automatically generated. Do not edit by hand.
  6. ;% References can be defined for inclusion by putting
  7. ;% \DefineSection{secname}
  8. ;% after a section beginning, and can be referenced by
  9. ;% \secref\secname
  10. ;% A new version of this file can be generated with KMP's
  11. ;% Lispm commands by explicitly doing Update ANSI Section Index.
  12. ;% This action also occurs implicitly whenever a new source
  13. ;% is checkpointed with Checkpoint ANSI Sources.
  14. ;\defsecrefs{%
  15. ;; (def ChapOne in file: setup-sections-for-toc.tex: Line 17
  16. ("ChapOne" "Chapter 1 (Introduction)"0)
  17. ;%
  18. ;; (def ChapTwo in file: setup-sections-for-toc.tex: Line 20
  19. ("ChapTwo" "Chapter 2 (Syntax)"0)
  20. ;%
  21. ;; (def ChapThree in file: setup-sections-for-toc.tex: Line 23
  22. ("ChapThree" "Chapter 3 (Evaluation and Compilation)"0)
  23. ;%
  24. ;; (def ChapFour in file: setup-sections-for-toc.tex: Line 26
  25. ("ChapFour" "Chapter 4 (Types and Classes)"0)
  26. ;%
  27. ;; (def ChapFive in file: setup-sections-for-toc.tex: Line 29
  28. ("ChapFive" "Chapter 5 (Data and Control Flow)"0)
  29. ;%
  30. ;; (def ChapSix in file: setup-sections-for-toc.tex: Line 32
  31. ("ChapSix" "Chapter 6 (Iteration)"0)
  32. ;%
  33. ;; (def ChapSeven in file: setup-sections-for-toc.tex: Line 35
  34. ("ChapSeven" "Chapter 7 (Objects)"0)
  35. ;%
  36. ;; (def ChapEight in file: setup-sections-for-toc.tex: Line 38
  37. ("ChapEight" "Chapter 8 (Structures)"0)
  38. ;%
  39. ;; (def ChapNine in file: setup-sections-for-toc.tex: Line 41
  40. ("ChapNine" "Chapter 9 (Conditions)"0)
  41. ;%
  42. ;; (def ChapTen in file: setup-sections-for-toc.tex: Line 44
  43. ("ChapTen" "Chapter 10 (Symbols)"0)
  44. ;%
  45. ;; (def ChapEleven in file: setup-sections-for-toc.tex: Line 47
  46. ("ChapEleven" "Chapter 11 (Packages)"0)
  47. ;%
  48. ;; (def ChapTwelve in file: setup-sections-for-toc.tex: Line 50
  49. ("ChapTwelve" "Chapter 12 (Numbers)"0)
  50. ;%
  51. ;; (def ChapThirteen in file: setup-sections-for-toc.tex: Line 53
  52. ("ChapThirteen" "Chapter 13 (Characters)"0)
  53. ;%
  54. ;; (def ChapFourteen in file: setup-sections-for-toc.tex: Line 56
  55. ("ChapFourteen" "Chapter 14 (Conses)"0)
  56. ;%
  57. ;; (def ChapFifteen in file: setup-sections-for-toc.tex: Line 59
  58. ("ChapFifteen" "Chapter 15 (Arrays)"0)
  59. ;%
  60. ;; (def ChapSixteen in file: setup-sections-for-toc.tex: Line 62
  61. ("ChapSixteen" "Chapter 16 (Strings)"0)
  62. ;%
  63. ;; (def ChapSeventeen in file: setup-sections-for-toc.tex: Line 65
  64. ("ChapSeventeen" "Chapter 17 (Sequences)"0)
  65. ;%
  66. ;; (def ChapEighteen in file: setup-sections-for-toc.tex: Line 68
  67. ("ChapEighteen" "Chapter 18 (Hash Tables)"0)
  68. ;%
  69. ;; (def ChapNineteen in file: setup-sections-for-toc.tex: Line 71
  70. ("ChapNineteen" "Chapter 19 (Filenames)"0)
  71. ;%
  72. ;; (def ChapTwenty in file: setup-sections-for-toc.tex: Line 74
  73. ("ChapTwenty" "Chapter 20 (Files)"0)
  74. ;%
  75. ;; (def ChapTwentyOne in file: setup-sections-for-toc.tex: Line 77
  76. ("ChapTwentyOne" "Chapter 21 (Streams)"0)
  77. ;%
  78. ;; (def ChapTwentyTwo in file: setup-sections-for-toc.tex: Line 80
  79. ("ChapTwentyTwo" "Chapter 22 (Printer)"0)
  80. ;%
  81. ;; (def ChapTwentyThree in file: setup-sections-for-toc.tex: Line 83
  82. ("ChapTwentyThree" "Chapter 23 (Reader)"0)
  83. ;%
  84. ;; (def ChapTwentyFour in file: setup-sections-for-toc.tex: Line 86
  85. ("ChapTwentyFour" "Chapter 24 (System Construction)"0)
  86. ;%
  87. ;; (def ChapTwentyFive in file: setup-sections-for-toc.tex: Line 89
  88. ("ChapTwentyFive" "Chapter 25 (Environment)"0)
  89. ;%
  90. ;; (def ChapTwentySix in file: setup-sections-for-toc.tex: Line 92
  91. ("ChapTwentySix" "Chapter 26 (Glossary)"0)
  92. ;%
  93. ;; (def ChapA in file: setup-sections-for-toc.tex: Line 95
  94. ("ChapA" "Chapter A (Appendix)"0)
  95. )
  96. tex-macros-alist))
  97. ;;; End Definitions from /home/wfs/dpANS2-tex/setup-sections-for-toc.tex