michael 20167d65fd + Added functional overview vor 25 Jahren
..
buttons c3b30adec1 + Inistial implementation vor 26 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 26 Jahren
gpmex b6f46c2598 + Initial implementation vor 25 Jahren
graphex acf278a3e5 + initial implementation vor 25 Jahren
heapex bd8ef89788 removed underscores vor 27 Jahren
ipcex cf2a88a773 Initial implementation of IPC docs vor 27 Jahren
linuxex a00a321a30 + Some errors in makefile fixed vor 25 Jahren
mathex 9aa513e58c + Finished chapter on math vor 25 Jahren
mouseex f9f214c14f * changed name of mouse unit to msmouse vor 25 Jahren
objectex 5082f98017 Added examples 27-40 vor 27 Jahren
old 8064542fa2 * html creation works again vor 26 Jahren
optex 90f65781c2 Final changes before release vor 27 Jahren
packages b3e1b84cbc Initial import vor 25 Jahren
pics 2034ce428b + New install screens vor 25 Jahren
printex 07b52c871f moved to main dir vor 27 Jahren
progex f3ee8d8432 + Cosmetic changes vor 25 Jahren
refex 99789617ae + Added line to show that type of return value is same as argument vor 25 Jahren
search 081a7283c0 * htmlzip,htmzip,htmltar updates vor 26 Jahren
sockex ab086a8e20 * added setsocketoptions + pulled it through source beautifier vor 25 Jahren
stringex b3d8746132 minor fixes vor 27 Jahren
syntax d1e0f8af25 + Added saveallregisters vor 25 Jahren
sysutex a1fede8c2a + Added last examples vor 26 Jahren
.latex2html-init 75c55057f4 + Installed javascript in top navigation panel vor 26 Jahren
Makefile 6a794bd6fa + Added math unit vor 25 Jahren
README.DOCS 4d1a9c3bf8 Makefile vor 26 Jahren
TODO 3b4c0175e9 + Initial implementation vor 27 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 25 Jahren
dos.tex 20167d65fd + Added functional overview vor 25 Jahren
dxeload.tex 2bc4761214 + Added dxeload and emu387 vor 25 Jahren
emu387.tex 2bc4761214 + Added dxeload and emu387 vor 25 Jahren
foot.sed 579b597283 Initial revision vor 27 Jahren
fpc-html.tex 92d58ef76f * fixed remark vor 25 Jahren
fpc.sty 6593614edc + Finished math unit vor 25 Jahren
fpc.sty.doc f347826099 Changed name to fpc vor 27 Jahren
fpctoc.html b97ef5dd00 * fixed search vor 25 Jahren
getopts.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 25 Jahren
go32.tex 9024a302b9 + Remarks from translator vor 26 Jahren
gpm.tex c0994cb17c + Added examples vor 25 Jahren
graph.tex 47c7b18700 + Added desciption of modes vor 25 Jahren
heaptrc.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 25 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 25 Jahren
internal.tex 3a041b68fe * removed hyperref which is included from fpc.sty already vor 25 Jahren
ipc.tex 0ecc352bab + Added some more constants vor 25 Jahren
linux.tex 20167d65fd + Added functional overview vor 25 Jahren
linux.xpm d3c9ab1366 + Initial implementation vor 27 Jahren
makehtm 579b597283 Initial revision vor 27 Jahren
math.tex 20167d65fd + Added functional overview vor 25 Jahren
messages.tex 9024a302b9 + Remarks from translator vor 26 Jahren
mmx.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 25 Jahren
mouse.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 25 Jahren
objects.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 25 Jahren
onechap.tex 2cf791ba57 + Added math unit vor 25 Jahren
ports.tex cbb70a2c6b + Initial implementation vor 25 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 25 Jahren
prog.tex b0dfc46f1a + Improved chapter on using libraries vor 25 Jahren
ref.tex 9ce4077498 + added remark about filemode when rewriting a file vor 25 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 25 Jahren
strings.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 25 Jahren
sysutils.tex 50b517f4a9 + Implemented large part of TODO list. Too much to denote vor 25 Jahren
tab.tex 21360d706b Initial implementation vor 26 Jahren
units.tex c5ed2ccd2e + Added math unit vor 25 Jahren
user.tex 251f60ab25 + Updated compiler output vor 25 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.