michael b6f46c2598 + Initial implementation 25 lat temu
..
buttons c3b30adec1 + Inistial implementation 27 lat temu
crtex 90f65781c2 Final changes before release 27 lat temu
dosex 07b52c871f moved to main dir 27 lat temu
go32ex 03e34840cf + Removed underscores from filenames. 26 lat temu
gpmex b6f46c2598 + Initial implementation 25 lat temu
heapex bd8ef89788 removed underscores 27 lat temu
ipcex cf2a88a773 Initial implementation of IPC docs 27 lat temu
linuxex a00a321a30 + Some errors in makefile fixed 25 lat temu
mouseex f9f214c14f * changed name of mouse unit to msmouse 26 lat temu
objectex 5082f98017 Added examples 27-40 27 lat temu
old 8064542fa2 * html creation works again 26 lat temu
optex 90f65781c2 Final changes before release 27 lat temu
packages b3e1b84cbc Initial import 26 lat temu
pics 7ab3dc37db * optimzed the gif pictures 26 lat temu
printex 07b52c871f moved to main dir 27 lat temu
progex f3ee8d8432 + Cosmetic changes 25 lat temu
refex 99789617ae + Added line to show that type of return value is same as argument 26 lat temu
search 081a7283c0 * htmlzip,htmzip,htmltar updates 26 lat temu
sockex ab086a8e20 * added setsocketoptions + pulled it through source beautifier 25 lat temu
stringex b3d8746132 minor fixes 27 lat temu
syntax d1e0f8af25 + Added saveallregisters 26 lat temu
sysutex a1fede8c2a + Added last examples 26 lat temu
.latex2html-init 75c55057f4 + Installed javascript in top navigation panel 27 lat temu
Makefile 59ba2f82cf + Added gpm units, and corrected L2H options 25 lat temu
README.DOCS 4d1a9c3bf8 Makefile 27 lat temu
TODO 3b4c0175e9 + Initial implementation 28 lat temu
classchart.ps b3b9820df6 + Added /lclonly command and iostreams 26 lat temu
crt.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
dos.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
foot.sed 579b597283 Initial revision 28 lat temu
fpc-html.tex 92d58ef76f * fixed remark 26 lat temu
fpc.sty 6d705a3ca4 + Improved typesetting of listings 25 lat temu
fpc.sty.doc f347826099 Changed name to fpc 28 lat temu
fpctoc.html b97ef5dd00 * fixed search 26 lat temu
getopts.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
go32.tex 9024a302b9 + Remarks from translator 26 lat temu
gpm.tex c0994cb17c + Added examples 25 lat temu
graph.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
heaptrc.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
help.html bb2a9364e4 + Added search page 27 lat temu
help1.gif bb2a9364e4 + Added search page 27 lat temu
help2.gif bb2a9364e4 + Added search page 27 lat temu
ide.tex 7694dd43ed * some corrections and some new stuff 26 lat temu
internal.tex 3a041b68fe * removed hyperref which is included from fpc.sty already 26 lat temu
ipc.tex 0ecc352bab + Added some more constants 25 lat temu
linux.tex 26fb833412 + All functions now documented 25 lat temu
linux.xpm d3c9ab1366 + Initial implementation 27 lat temu
makehtm 579b597283 Initial revision 28 lat temu
messages.tex 9024a302b9 + Remarks from translator 26 lat temu
mmx.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
mouse.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
objects.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
onechap.tex 56b8bb88c6 + Added gpm chapter 25 lat temu
pp2tex 91378018c6 + correct executable mode 27 lat temu
pp2tex.bat 1cfdc11178 * pp2tex and pp2tex.bat moved to main doc directory 27 lat temu
printer.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
prog.tex b0dfc46f1a + Improved chapter on using libraries 25 lat temu
ref.tex aed65ee35c * fixed 2^63 26 lat temu
reserved.tex 8e65e437da + Fixed remarks by Alexander stohr 27 lat temu
search.html bb2a9364e4 + Added search page 27 lat temu
sockets.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
strings.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
sysutils.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
tab.tex 21360d706b Initial implementation 26 lat temu
units.tex 56b8bb88c6 + Added gpm chapter 25 lat temu
user.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote 26 lat temu
win.xpm d3c9ab1366 + Initial implementation 27 lat temu

README.DOCS

This is the README for the Free Pascal documentation.

All documentation is stored here, in LaTeX format.
it uses special style files (fpc*.sty) which are also in the directory.

do a 'make dvi' to produce the dvi format of the docs.
a 'make html' will produce the html version (using latex2html).
a 'make ps' will produce PostScript documents.
a 'make pdf' will produce PDF (Portable Document Format) documents.
a 'make txt' will produce plain text documents.

If you want to produce dos docs, you can do a 'make htm' this will convert
the .html files to .htm files (including all references), suitable for a 8:3
format.

The rest of this document is only interesting if you want to write docs.
Otherwise, you can bail out now.

THE DOCS...

Why LaTeX ?
- because I like a printed copy of the manuals, HTML just isn't good enough
for this.
- I know LaTeX very well :) (mind you : html also !)
- It converts to many other formats.
- many other reasons.

In order to translate the things to HTML, I use latex2html, since it is the
most powerful and flexible, although sluggish...
For it to be able to use the fpc.sty, I had to write a fpc.perl script
which it loads. The script seems to run fine when used standalone, but in
conjunction with latex2html, I get a out of memory... ??
I'm not familiar with perl, so if someone is, and can fix the thing, please
do. (and let me know :) )

Then how to proceed ?
If you just want to write latex docs, just use fpc.sty. (you don't need
html.sty)
If you want to be able to convert to html, (you need html.sty) the following
fixes the perl-problem :
In the preamble of your document, type :

\usepackage{html}
\latex{\usepackage{fpc}}
\html{\input{fpc-html.tex}}

The fpc-html.tex defines the same commands as fpc.sty, only in a language
that latex2html understands.

fpc.sty.doc describes what fpc.sty does. (one day I'll integrate them using
the doc package, but I need some time for it)

Happy TeXing,
Michael.