fpc/docs
2001-11-22 04:01:20 +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
gtk1ex + Initial check-in 2001-07-10 21:54:31 +00:00
gtk3ex
gtk4ex + Initial check-in 2001-07-10 21:54:31 +00:00
gtk5ex + Initial images 2001-07-11 14:23:08 +00:00
heapex
internal * try to fix several problems 2001-11-07 03:53:00 +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 + recommited pictures as binary files 2001-11-08 01:48:15 +00:00
printex
progex
refex
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 + Fixed wrong tag in ReadString 2001-10-04 20:59:30 +00:00
crt.tex + updated information on sound routine 2001-10-03 00:47:43 +00:00
dos.tex * small fixes from mistakes i made 2001-11-22 04:01:20 +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 + Portability field 2001-11-22 01:41:56 +00:00
fpc.sty.doc
fpctoc.html + removed search engine 2001-07-19 13:20:09 +00:00
getopts.tex
go32.tex
gpm.tex
graph.tex
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 + Added onechap target 2001-11-05 20:10:05 +00:00
makehtm
math.tex
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 - remove stack configuration , now in online knowledge base instead 2001-11-16 04:40:23 +00:00
README.DOCS
ref.tex Added system filsystem constants 2001-11-08 21:39:00 +00:00
reserved.tex
search.html
sockets.tex
strings.tex
sysutils.tex * corrected tiny problem in define 2001-10-01 22:23:09 +00:00
tab.tex
table.eps + Some cleaning up 2001-07-10 22:01:15 +00:00
table.fig + Some cleaning up 2001-07-10 22:01:15 +00:00
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 + Last typos before 1.0.6 2001-11-05 20:36:10 +00:00
user.tex Some small changes, typos and reference to API units added 2001-11-05 20:06:32 +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.