My various dotfiles

setup-figures.elt 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ;;; Definitions from /home/wfs/gcl-doc/setup-figures.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. ;% \DefineFigure{figname}
  8. ;% prior to a figure definition, and can be referenced by
  9. ;% \figref\figname
  10. ;% A new version of this file can be generated with KMP's
  11. ;% Lispm commands by explicitly doing Update ANSI Figure Index.
  12. ;% This action also occurs implicitly whenever a new source
  13. ;% is checkpointed with Checkpoint ANSI Sources.
  14. ;\deffigrefs{%
  15. ;; (def StdCharsThree in file: setup-figures.tex: Line 17
  16. ("StdCharsThree" "Figure~2--5"0)
  17. ;%
  18. ;; (def PossibleSyntaxTypes in file: setup-figures.tex: Line 20
  19. ("PossibleSyntaxTypes" "Figure~2--6"0)
  20. ;%
  21. ;; (def CharSyntaxTypesInStdSyntax in file: setup-figures.tex: Line 23
  22. ("CharSyntaxTypesInStdSyntax" "Figure~2--7"0)
  23. ;%
  24. ;; (def ConstituentTraitsOfStdChars in file: setup-figures.tex: Line 26
  25. ("ConstituentTraitsOfStdChars" "Figure~2--8"0)
  26. ;%
  27. ;; (def SyntaxForNumericTokens in file: setup-figures.tex: Line 29
  28. ("SyntaxForNumericTokens" "Figure~2--9"0)
  29. ;%
  30. ;; (def CLSpecialOps in file: setup-figures.tex: Line 32
  31. ("CLSpecialOps" "Figure~3--2"0)
  32. ;%
  33. ;; (def TypeInfoXrefs in file: setup-figures.tex: Line 35
  34. ("TypeInfoXrefs" "Figure~4--1"0)
  35. ;%
  36. ;; (def StandardizedAtomicTypeSpecs in file: setup-figures.tex: Line 38
  37. ("StandardizedAtomicTypeSpecs" "Figure~4--2"0)
  38. ;%
  39. ;; (def StandardizedCompoundTypeSpecNames in file: setup-figures.tex: Line 41
  40. ("StandardizedCompoundTypeSpecNames" "Figure~4--3"0)
  41. ;%
  42. ;; (def TypesAndDeclsNames in file: setup-figures.tex: Line 44
  43. ("TypesAndDeclsNames" "Figure~4--5"0)
  44. ;%
  45. ;; (def StandardizedTypeSpecifierNames in file: setup-figures.tex: Line 47
  46. ("StandardizedTypeSpecifierNames" "Figure~4--6"0)
  47. ;%
  48. ;; (def ObjectSystemClasses in file: setup-figures.tex: Line 50
  49. ("ObjectSystemClasses" "Figure~4--7"0)
  50. ;%
  51. ;; (def ClassTypeCorrespondence in file: setup-figures.tex: Line 53
  52. ("ClassTypeCorrespondence" "Figure~4--8"0)
  53. ;%
  54. ;; (def StdMethDefOps in file: setup-figures.tex: Line 56
  55. ("StdMethDefOps" "Figure~7--1"0)
  56. ;%
  57. ;; (def StandardizedConditionTypes in file: setup-figures.tex: Line 59
  58. ("StandardizedConditionTypes" "Figure~9--1"0)
  59. ;%
  60. ;; (def SequenceFunctions in file: setup-figures.tex: Line 62
  61. ("SequenceFunctions" "Figure~17--1"0)
  62. ;%
  63. ;; (def PathnameCaseFuns in file: setup-figures.tex: Line 65
  64. ("PathnameCaseFuns" "Figure~19--2"0)
  65. ;%
  66. ;; (def InputStreamOps in file: setup-figures.tex: Line 68
  67. ("InputStreamOps" "Figure~21--2"0)
  68. ;%
  69. ;; (def OutputStreamOps in file: setup-figures.tex: Line 71
  70. ("OutputStreamOps" "Figure~21--3"0)
  71. ;%
  72. ;; (def StandardizedStreamVars in file: setup-figures.tex: Line 74
  73. ("StandardizedStreamVars" "Figure~21--6"0)
  74. ;%
  75. ;; (def OpenOrClosedStreamOps in file: setup-figures.tex: Line 77
  76. ("OpenOrClosedStreamOps" "Figure~21--7"0)
  77. ;%
  78. ;; (def StdPrinterControlVars in file: setup-figures.tex: Line 80
  79. ("StdPrinterControlVars" "Figure~22--1"0)
  80. )
  81. tex-macros-alist))
  82. ;;; End Definitions from /home/wfs/gcl-doc/setup-figures.tex