rtl.tex 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. % Preamble.
  23. \input{preamble.inc}
  24. \ifpdf
  25. \pdfinfo{/Author(Michael Van Canneyt)
  26. /Title(FCL reference guide)
  27. /Subject(Free Component library reference guide)
  28. /Keywords(Free Pascal)
  29. }
  30. \fi
  31. %
  32. % Settings
  33. %
  34. \makeindex
  35. \usepackage{tabularx}
  36. %
  37. % Start document
  38. %
  39. \begin{document}
  40. \title{Run-Time Library (RTL) : \\ Reference guide.}
  41. \label{rtl}
  42. \docdescription{Reference guide for RTL units.}
  43. \docversion{2.0}
  44. \input{date.inc}
  45. \author{Micha\"el Van Canneyt}
  46. \maketitle
  47. \tableofcontents
  48. \newpage
  49. \section*{About this guide}
  50. This document describes all constants, types, variables, functions and
  51. procedures as they are declared in the units that come standard with the FCL
  52. (Free Component Library).
  53. Throughout this document, we will refer to functions, types and variables
  54. with \var{typewriter} font. Functions and procedures gave their own
  55. subsections, and for each function or procedure we have the following
  56. topics:
  57. \begin{description}
  58. \item [Declaration] The exact declaration of the function.
  59. \item [Description] What does the procedure exactly do ?
  60. \item [Errors] What errors can occur.
  61. \item [See Also] Cross references to other related functions/commands.
  62. \end{description}
  63. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  64. % Input generated .tex file(s)
  65. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  66. \input{rtl.inc}
  67. \end{document}