onepdf.tex 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. \pdfoutput=1\relax
  2. %
  3. % $Id$
  4. % This file is part of the FPC documentation.
  5. % Copyright (C) 1997, by Michael Van Canneyt
  6. %
  7. % The FPC documentation is free text; you can redistribute it and/or
  8. % modify it under the terms of the GNU Library General Public License as
  9. % published by the Free Software Foundation; either version 2 of the
  10. % License, or (at your option) any later version.
  11. %
  12. % The FPC Documentation is distributed in the hope that it will be useful,
  13. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. % Library General Public License for more details.
  16. %
  17. % You should have received a copy of the GNU Library General Public
  18. % License along with the FPC documentation; see the file COPYING.LIB. If not,
  19. % write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20. % Boston, MA 02111-1307, USA.
  21. %
  22. \documentclass{report}
  23. \usepackage{a4}
  24. \usepackage{makeidx}
  25. \usepackage{html}
  26. \latex{\usepackage{fpc}}
  27. \html{\input{fpc-html.tex}}
  28. \begin{document}
  29. %\input{crt.tex}
  30. %\input{dos.tex}
  31. %\input{getopts.tex}
  32. \input{go32.tex}
  33. %\input{graph.tex}
  34. %\input{linux.tex}
  35. %\input{mmx.tex}
  36. %\input{mouse.tex}
  37. %\input{printer.tex}
  38. %\input{sockets.tex}
  39. %\input{strings.tex}
  40. \end{document}