chap-1.tex 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. \input setup % -*- Mode: TeX -*-
  2. \beginchapter{1}{Introduction}{ChapOne}{Introduction}
  3. \beginSection{Scope, Purpose, and History}
  4. \input concept-history
  5. \endSection%{Scope, Purpose, and History}
  6. \beginSection{Organization of the Document}
  7. \input concept-organization
  8. \endSection%{Organization of the Document}
  9. \beginSection{Referenced Publications}
  10. \input concept-references
  11. \endSection%{Referenced Publications}
  12. \beginSection{Definitions}
  13. \DefineSection{Definitions}
  14. \input concept-definitions
  15. \endSection%{Definitions}
  16. \beginSection{Conformance}
  17. \DefineSection{Conformance}
  18. \input concept-conformance
  19. \endSection%{Conformance}
  20. \beginSection{Language Extensions}
  21. \DefineSection{LanguageExtensions}
  22. \input concept-extensions
  23. \endSection%{Language Extensions}
  24. \beginSection{Language Subsets}
  25. \DefineSection{LanguageSubsets}
  26. \input concept-subsets
  27. \endSection%{Language Subsets}
  28. %Per X3J13. Fixed typo: "beginsubsection" => "beginsection".
  29. \beginSection{Deprecated Language Features}
  30. \DefineSection{DeprecatedFeatures}
  31. \input concept-deprecated
  32. \endSection%{Deprecated Language Features}
  33. \beginSection{Symbols in the COMMON-LISP Package}
  34. \DefineSection{CLsymbols}
  35. \input concept-cl-symbols
  36. \endSection%{Symbols in the COMMON-LISP Package}
  37. \endchapter
  38. \bye