fpc/docs
2002-04-23 18:03:50 +00:00
..
buttons * binary flag 2001-10-18 21:42:37 +00:00
crtex
dosex + cleaner source 2001-11-22 03:18:12 +00:00
dynlibex
go32ex
gpmex
graphex * display some info at the end 2002-04-11 21:33:10 +00:00
gtk1ex
gtk3ex
gtk4ex
gtk5ex + Initial images 2001-07-11 14:23:08 +00:00
heapex
internal * only PDF target is supported 2002-02-10 15:07:01 +00:00
ipcex
kbdex + Now actually demonstrates GetKeyEventCode 2001-10-10 20:14:09 +00:00
linuxex
mathex
mmouseex
mouseex + Corrected example 2001-10-16 10:36:31 +00:00
objectex
old
optex
packages
pics * adapt to change in IDE for low chars 2002-03-25 14:12:22 +00:00
printex
progex
refex + Added real2double example 2001-12-13 20:00:45 +00:00
sockex
stringex
syntax + updated for correct available modifiers 2001-08-19 15:43:12 +00:00
sysutex + Added ex88 2001-07-19 15:06:48 +00:00
typinfex * small fixes to test really the int64 stuff 2001-11-18 18:27:15 +00:00
videoex + Made sure all tex examples are made 2001-10-31 19:33:39 +00:00
.latex2html-init * fixed latex2html settings 2001-10-18 21:41:26 +00:00
classchart.ps
classes.xml + Documented TAbstractObjectReader 2002-02-21 22:26:12 +00:00
crt.tex + updated information on sound routine 2001-10-03 00:47:43 +00:00
dos.tex + More information on floppy mappings 2001-12-20 04:00:59 +00:00
dxeload.tex
emu387.tex
fakehtml.sty * bugfix of Latex environment (first character would be considered a parameter) 2001-09-22 00:40:30 +00:00
foot.sed
fpc-html.tex + updated \fpcversion to 1.0.6 2001-11-16 04:37:24 +00:00
fpc.sty + Added Access command for methods. 2002-02-21 17:38:21 +00:00
fpc.sty.doc
fpctoc.html + add tag for IDE 2002-03-14 17:00:20 +00:00
getopts.tex
go32.tex
gpm.tex
graph.tex * clarification of ellipse routine 2002-03-07 21:52:49 +00:00
gtk1.tex
gtk2.tex + removed blankstring line 2001-07-19 13:21:50 +00:00
gtk3.tex
gtk4.tex
gtk5.tex + First complete version of article 2001-07-11 14:23:51 +00:00
heaptrc.tex
ide.tex + Some small corrections before 1.0.6 2001-11-05 19:08:47 +00:00
internal.tex * move preamble to separate include file so changes only need to 2001-07-29 20:28:00 +00:00
ipc.tex
keyboard.tex + Fixed some typos, added some more introduction 2001-10-10 20:14:40 +00:00
keys.tex + Finished keyboard scan code tables 2001-09-16 09:47:12 +00:00
linux.tex
linux.xpm
Makefile + removed fcl target in HTML 2002-04-23 18:03:50 +00:00
makehtm
math.tex * Corrected prototype of rgexp(), now conforms to Delphi 2001-12-20 03:59:39 +00:00
messages.tex * Updated compiler messages 2001-10-29 22:14:48 +00:00
mkkeytab.pp + Finished keyboard scan code tables 2001-09-16 09:47:12 +00:00
mmx.tex
mouse.tex + Fixed some errors 2001-11-05 18:42:01 +00:00
msmouse.tex + Switched to FPCexample. Added remark about mouse unit 2001-10-15 21:28:58 +00:00
objects.tex
onechap.tex + Last typos before 1.0.6 2001-11-05 20:36:10 +00:00
ports.tex
pp2tex
pp2tex.bat
preamble.book * move preamble to separate include file so changes only need to 2001-07-29 20:28:00 +00:00
preamble.html * move preamble to separate include file so changes only need to 2001-07-29 20:28:00 +00:00
preamble.report * move preamble to separate include file so changes only need to 2001-07-29 20:28:00 +00:00
printer.tex
prog.tex * bugfix of procedural types for methods 2002-04-14 12:25:50 +00:00
README.DOCS
ref.tex + more clarifications on reset / rewrite / append 2002-04-12 17:10:49 +00:00
reserved.tex
search.html
sockets.tex
strings.tex
sysutils.tex * fixed typos from webbugs 2002-01-19 12:00:35 +00:00
tab.tex
table.eps
table.fig
tex2htex * fixed grep for FPCexampledir 2001-10-16 20:58:34 +00:00
TODO
typinfo.tex + Added copytight statement 2001-10-04 20:57:32 +00:00
units.tex + Updated version to 1.9 2001-12-13 20:21:01 +00:00
user.tex + added some missing options 2002-04-14 12:29:20 +00:00
video.tex + Fixed typos and added vidutil as an example 2001-10-31 19:21:25 +00:00
win.xpm

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.