michael 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
..
buttons c3b30adec1 + Inistial implementation vor 27 Jahren
crtex 90f65781c2 Final changes before release vor 27 Jahren
dosex 07b52c871f moved to main dir vor 27 Jahren
go32ex 03e34840cf + Removed underscores from filenames. vor 27 Jahren
heapex bd8ef89788 removed underscores vor 27 Jahren
ipcex cf2a88a773 Initial implementation of IPC docs vor 27 Jahren
linuxex 9a1b20ea20 + Added ex59 vor 26 Jahren
mouseex f9f214c14f * changed name of mouse unit to msmouse vor 26 Jahren
objectex 5082f98017 Added examples 27-40 vor 27 Jahren
old 8064542fa2 * html creation works again vor 27 Jahren
optex 90f65781c2 Final changes before release vor 27 Jahren
packages b3e1b84cbc Initial import vor 26 Jahren
pics 7ab3dc37db * optimzed the gif pictures vor 26 Jahren
printex 07b52c871f moved to main dir vor 27 Jahren
refex 738d994e1a + Added ex 97 98 vor 26 Jahren
search 081a7283c0 * htmlzip,htmzip,htmltar updates vor 26 Jahren
sockex 65b9717fb3 * Added shutdown() call before close vor 26 Jahren
stringex b3d8746132 minor fixes vor 27 Jahren
syntax 8035a10f0c + Fixed typo vor 26 Jahren
sysutex a1fede8c2a + Added last examples vor 27 Jahren
.latex2html-init 75c55057f4 + Installed javascript in top navigation panel vor 27 Jahren
Makefile 13bcedcbf1 * htmlinstall fixes vor 26 Jahren
README.DOCS 4d1a9c3bf8 Makefile vor 27 Jahren
TODO 3b4c0175e9 + Initial implementation vor 28 Jahren
classchart.ps b3b9820df6 + Added /lclonly command and iostreams vor 26 Jahren
crt.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
dos.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
foot.sed 579b597283 Initial revision vor 28 Jahren
fpc-html.tex 92d58ef76f * fixed remark vor 26 Jahren
fpc.sty 6b3feb7b84 * removed hyperref as it conflicts with latest latex2html vor 26 Jahren
fpc.sty.doc f347826099 Changed name to fpc vor 28 Jahren
fpctoc.html e75c927091 Added search engine vor 27 Jahren
getopts.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
go32.tex 9024a302b9 + Remarks from translator vor 26 Jahren
graph.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
heaptrc.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
help.html bb2a9364e4 + Added search page vor 27 Jahren
help1.gif bb2a9364e4 + Added search page vor 27 Jahren
help2.gif bb2a9364e4 + Added search page vor 27 Jahren
ide.tex 7694dd43ed * some corrections and some new stuff vor 26 Jahren
internal.tex 3a041b68fe * removed hyperref which is included from fpc.sty already vor 26 Jahren
ipc.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
linux.tex b5560c1fbe + Added pause and alarm, now all examples use FPCExample vor 26 Jahren
linux.xpm d3c9ab1366 + Initial implementation vor 27 Jahren
makehtm 579b597283 Initial revision vor 28 Jahren
messages.tex 9024a302b9 + Remarks from translator vor 26 Jahren
mmx.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
mouse.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
objects.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
onechap.tex 990d7987f1 + Added some stuff from todo list: vor 26 Jahren
pp2tex 91378018c6 + correct executable mode vor 27 Jahren
pp2tex.bat 1cfdc11178 * pp2tex and pp2tex.bat moved to main doc directory vor 27 Jahren
printer.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
prog.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
ref.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
reserved.tex 8e65e437da + Fixed remarks by Alexander stohr vor 27 Jahren
search.html bb2a9364e4 + Added search page vor 27 Jahren
sockets.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
strings.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
sysutils.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
tab.tex 21360d706b Initial implementation vor 26 Jahren
units.tex 3a041b68fe * removed hyperref which is included from fpc.sty already vor 26 Jahren
user.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 26 Jahren
win.xpm d3c9ab1366 + Initial implementation vor 27 Jahren

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.