onechap.tex 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. \usepackage{a4}
  23. \usepackage{makeidx}
  24. \usepackage{html}
  25. \latex{%
  26. \usepackage{fpc}%
  27. \usepackage{listings}%
  28. \blankstringtrue%
  29. \selectlisting{tp}%
  30. \stringstyle{\ttfamily}%
  31. }
  32. \html{%
  33. \input{fpc-html.tex}%
  34. }
  35. \begin{document}
  36. %\input{crt.tex}
  37. %\input{dos.tex}
  38. %\input{getopts.tex}
  39. %\input{go32.tex}
  40. %\input{graph.tex}
  41. %\input{heaptrc.tex}
  42. %\input{linux.tex}
  43. %\input{mmx.tex}
  44. %\input{mouse.tex}
  45. \input{objects.tex}
  46. %\input{printer.tex}
  47. %\input{sockets.tex}
  48. %\input{strings.tex}
  49. \end{document}