MANUAL.tex
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:2k
开发平台:

MultiPlatform

  1. documentstyle[12pt]{book}
  2. textwidth 15.4cm 
  3. textheight 24 cm
  4. topmargin -14mm       
  5. evensidemargin 3mm 
  6. oddsidemargin 3mm
  7. input MANUAL.mac
  8. parindent0em
  9. setlength{parskip}{1ex minus 0.9ex}
  10. setcounter{chapter}{-1}
  11. sloppy
  12. title {The LEDA User Manual
  13.         thanks{This research was supported by the ESPRIT II Basic Research 
  14.                 Actions Program, under contract No. 3075 (project ALCOM)}\
  15.         vspace{5mm}
  16.         Version R 3.2}
  17. author{ Stefan N"aher\
  18.         {footnotesize  Fachbereich Mathematik und Informatik}\[-0.7ex]
  19.         {footnotesize  Martin-Luther Universit"at Halle-Wittenberg}\[-0.7ex]
  20.         {footnotesize 06120 Halle, Germany}\[1cm]
  21.          Christian Uhrig\
  22.         {footnotesize  Max-Planck-Institut f"ur Informatik,}\[-0.7ex]
  23.         {footnotesize 66123 Saarbr"ucken, Germany}\[-0.7ex]}
  24. date{}
  25. begin{document}
  26.  
  27. maketitle
  28. pagenumbering{roman}
  29. tableofcontents
  30. vspace*{2cm}
  31. {large  Acknowledgement}\
  32. The authors want to thank Kurt Mehlhorn, Stefan Schirra,
  33. and Christoph Burnikel for many helpful suggestions and valuable comments.
  34. vspace*{1cm}
  35. This product includes software developed by the University of
  36. California, Berkeley and its contributors.
  37. newpage
  38. vspace*{5cm}
  39. input Introduction.tex
  40. input Basics.tex
  41. input SimpleTypes.tex
  42. input NumberTypes.tex
  43. input BasicTypes.tex
  44. input Dictionaries.tex
  45. input PrioQueues.tex
  46. input GraphTypes.tex
  47. input GeoBasic.tex
  48. input GeoAdvanced.tex
  49. input Graphics.tex
  50. input Misc.tex
  51. input Programs.tex
  52. input Implement.tex
  53. input Tables.tex
  54. input References.tex
  55. end{document}