setup-title.tex 878 B

123456789101112131415161718192021222324252627
  1. % -*- Mode: TeX -*-
  2. %%% \bookline = Short name of book
  3. %%
  4. %% This used to be called "Working Draft---Programming Language Common Lisp"
  5. %% on every page, but that's problematic since if we `promote' it we'd have to
  6. %% correct every page. Instead, let's just say the short title on every page
  7. %% and have the full status on the cover page.
  8. %\let\bookline\empty % No longer needed. -kmp 8-Apr-92
  9. \def\bookline{Programming Language---Common Lisp}
  10. %%% \longbookline = Full name of book
  11. %%
  12. %% This is used only on true cover page, so is permitted to have the whole long
  13. %% drawn out name.
  14. \def\longbookline{draft proposed American National Standard
  15. for Information Systems---\bookline}
  16. % \def\longbookline{working draft American National Standard
  17. % for Information Systems---\bookline}
  18. % \DocumentNumber
  19. % X3J13's document number.
  20. \def\DocumentNumber{X3J13/94-101}