onechap.tex 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. \documentclass{report}
  22. %
  23. % Preamble
  24. %
  25. \ifx\pdfoutput\undefined
  26. \usepackage{html}
  27. \usepackage{htmllist}
  28. \latex{\usepackage{fpc}}
  29. \else
  30. \usepackage{fpc}
  31. \fi
  32. %
  33. \html{\input{fpc-html.tex}}
  34. %
  35. \ifpdf
  36. \pdfinfo{/Author(Michael Van Canneyt)
  37. /Title(Programmers' Guide)
  38. /Subject(Free Pascal Programmers' guide)
  39. /Keywords(Free Pascal)
  40. }
  41. \fi
  42. %
  43. % Settings
  44. %
  45. \makeindex
  46. %
  47. % Start document
  48. %
  49. \begin{document}
  50. \input{crt.tex}
  51. %\input{dos.tex}
  52. %\input{dxeload.tex}
  53. %\input{emu387}
  54. %\input{getopts.tex}
  55. %\input{go32.tex}
  56. %\input{gpm.tex}
  57. %\input{graph.tex}
  58. %\input{heaptrc.tex}
  59. %\input{ipc.tex}
  60. %\input{ide.tex}
  61. %\input{linux.tex}
  62. %\input{math.tex}
  63. %\input{mmx.tex}
  64. %\input{mouse.tex}
  65. %\input{objects.tex}
  66. %\input{printer.tex}
  67. %\input{sockets.tex}
  68. %\input{strings.tex}
  69. %\input{sysutils.tex}
  70. %\input{makefile.tex}
  71. \end{document}