onechap.tex 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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{\usepackage{fpc}}
  26. \html{\input{fpc-html.tex}}
  27. \begin{document}
  28. %\input{crt.tex}
  29. %\input{dos.tex}
  30. %\input{getopts.tex}
  31. %\input{go32.tex}
  32. %\input{graph.tex}
  33. \input{linux.tex}
  34. %\input{mmx.tex}
  35. %\input{mouse.tex}
  36. %\input{printer.tex}
  37. %\input{sockets.tex}
  38. %\input{strings.tex}
  39. \end{document}