onechap.tex 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. %
  2. % $Id$
  3. % This file is part of the FPC documentation.
  4. % Copyright (C) 1997, by Michael Van Canneyt
  5. %
  6. % The FPC documentation is free text; you can redistribute it and/or
  7. % modify it under the terms of the GNU Library General Public License as
  8. % published by the Free Software Foundation; either version 2 of the
  9. % License, or (at your option) any later version.
  10. %
  11. % The FPC Documentation is distributed in the hope that it will be useful,
  12. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. % Library General Public License for more details.
  15. %
  16. % You should have received a copy of the GNU Library General Public
  17. % License along with the FPC documentation; see the file COPYING.LIB. If not,
  18. % write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19. % Boston, MA 02111-1307, USA.
  20. %
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. % Preamble.
  23. \input{preamble.inc}
  24. \ifpdf
  25. \pdfinfo{/Author(Michael Van Canneyt)
  26. /Title(Programmers' Guide)
  27. /Subject(Free Pascal Programmers' guide)
  28. /Keywords(Free Pascal)
  29. }
  30. \fi
  31. %
  32. % Settings
  33. %
  34. \makeindex
  35. %
  36. % Start document
  37. %
  38. \begin{document}
  39. %\input{crt.tex}
  40. %\input{dos.tex}
  41. %\input{dxeload.tex}
  42. %\input{emu387}
  43. %\input{getopts.tex}
  44. %\input{go32.tex}
  45. %\input{gpm.tex}
  46. %\input{graph.tex}
  47. %\input{heaptrc.tex}
  48. %\input{keyboard.tex}
  49. %\input{ide.tex}
  50. %\input{ipc.tex}
  51. %\input{ide.tex}
  52. %\input{linux.tex}
  53. %\input{math.tex}
  54. %\input{msmouse.tex}
  55. %\input{mmx.tex}
  56. %\input{mouse.tex}
  57. %\input{objects.tex}
  58. %\input{printer.tex}
  59. %\input{sockets.tex}
  60. %\input{strings.tex}
  61. %\input{sysutils.tex}
  62. %\input{typinfo.tex}
  63. %\input{video.tex}
  64. %\input{makefile.tex}
  65. %\input{classes.tex}
  66. %\input{excepti.tex}
  67. \input{options.tex}
  68. \end{document}