onepdf.tex 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. \latex{\usepackage{listings}\blankstringtrue%
  28. \selectlisting{tp}\stringstyle{\ttfamily}}
  29. \html{\input{fpc-html.tex}}
  30. \begin{document}
  31. %\input{crt.tex}
  32. %\input{dos.tex}
  33. %\input{getopts.tex}
  34. \input{go32.tex}
  35. %\input{graph.tex}
  36. %\input{linux.tex}
  37. %\input{mmx.tex}
  38. %\input{mouse.tex}
  39. %\input{printer.tex}
  40. %\input{sockets.tex}
  41. %\input{strings.tex}
  42. \end{document}