fpc/docs
2005-01-11 17:07:45 +00:00
..
bunixex + Initial check-in 2004-10-22 21:57:33 +00:00
buttons
crtex
datutex + Last but one batch of examples 2004-12-30 13:30:23 +00:00
dosex
dynlibex
go32ex
gpmex
graphex
gtk1ex
gtk3ex
gtk4ex
gtk5ex
heapex
internal
ipcex
kbdex
linuxex
mathex
mmouseex
mouseex * use getmousebutton 2004-11-06 20:03:53 +00:00
objectex
old
olinuxex
optex
packages
pics
printex
progex
refex
sockex
stringex
strutex + initial check-in 2004-12-18 13:15:40 +00:00
styles
syntax
sysutex + Changed to current dir 2004-12-14 19:38:13 +00:00
typinfex
unixex + Initial check-in 2004-10-22 21:57:33 +00:00
unutilex + initial check-in 2004-10-22 22:00:26 +00:00
videoex
.latex2html-init
baseunix.xml + Updates for missing identifiers 2004-12-10 00:40:16 +00:00
chart.tex
classchart.ps
classes.xml
convert.sed + Some corrections 2004-12-14 21:47:36 +00:00
crt.xml
dateutils.xml + Fixed warnings, completed dateutils 2004-12-30 13:48:53 +00:00
dos.xml
dxeload.xml
dynlibs.xml
emu387.xml
fakehtml.sty
fcl.tex
foot.sed
fpc-hevea.tex
fpc-html.tex
fpc.sty + Updated version number 2004-12-30 13:50:08 +00:00
fpc.sty.doc
fpctoc.html + Updated for rtl/ref guide 2005-01-02 12:43:22 +00:00
fpdoc.cst + Template fpdoc. Copied to needed dirs when creating docs 2005-01-02 16:22:16 +00:00
fpdoc.tex
getopts.xml
go32.xml
gpm.xml
graph.xml
gtk1.tex
gtk2.tex
gtk3.tex
gtk4.tex
gtk5.tex
heaptrc.xml
ide.tex
internal.tex
ipc.xml
keyboard.xml
keys.tex
linux.xml
linux.xpm
Makefile * regenerated 2005-01-11 17:07:45 +00:00
Makefile.4ht * fix include dependencies 2004-12-20 16:21:50 +00:00
Makefile.fpc * updated makefile.fpc versions to 1.9.7, regenerated makefiles 2005-01-10 22:49:56 +00:00
Makefile.hev * fix include dependencies 2004-12-20 16:21:50 +00:00
Makefile.l2h
makehtm.pp + added delete option 2004-12-14 21:43:08 +00:00
math.xml + Updates for missing identifiers 2004-12-10 00:40:16 +00:00
mkkeytab.pp
mmx.xml
mouse.xml
msmouse.tex
objects.xml
objpas.xml + Fixed a broken link to pointerarray 2004-12-29 20:38:51 +00:00
oldlinux.xml + Corrected example directories 2004-10-22 22:03:17 +00:00
onechap.tex
options.tex
ports.xml
pp2tex
pp2tex.bat
preamble.book + Set a4 paper size 2004-12-29 12:36:14 +00:00
preamble.hevea + Set a4 paper size 2004-12-29 12:36:14 +00:00
preamble.html
preamble.report + Set a4 paper size 2004-12-29 12:36:14 +00:00
preamble.ts3 + Set a4 paper size 2004-12-29 12:36:14 +00:00
preamble.ts4 + Set a4 paper size 2004-12-29 12:36:14 +00:00
printer.xml + Updated 2004-12-14 19:36:05 +00:00
prog.tex + Updated documentation version numbe to 2.0 2004-12-30 14:13:46 +00:00
README.DOCS + Fixed warnings, completed dateutils 2004-12-30 13:48:53 +00:00
ref.tex + Updated documentation version numbe to 2.0 2004-12-30 14:13:46 +00:00
reserved.tex
rtl.tex + Updated documentation version numbe to 2.0 2004-12-30 14:13:46 +00:00
rtl.xml + Fixed warnings, completed dateutils 2004-12-30 13:48:53 +00:00
search.html
sockets.xml + Updates for missing identifiers 2004-12-10 00:40:16 +00:00
strings.xml
strutils.xml
system.xml + Fixed warnings, completed dateutils 2004-12-30 13:48:53 +00:00
systhrds.xml
sysutils.xml + Updated 2004-12-14 19:36:05 +00:00
table.eps
table.fig
tex2htex
tex4ht.env
TODO
typinfo.xml
units.tex
unix.xml + Updates for missing identifiers 2004-12-10 00:40:16 +00:00
unixtype.xml
unixutil.xml + Updates for missing identifiers 2004-12-10 00:40:16 +00:00
user.tex * build messages.inc from errore.msg 2005-01-09 20:14:33 +00:00
video.xml
win.xpm
x86.xml

This is the README for the Free Pascal documentation.

All documentation is stored here, in LaTeX format and in fpdoc 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... 

Why fpdoc ?
- Because it always creates up-to-date documentation.
- The documentation is separate from the units contrary to many other
  documentation tools which require comments in the sources, which makes
  the source unreadable.
- It's written in FPC.



Then how to proceed ?
If you just want to write general latex docs, just use fpc.sty. 
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)

If you want to document units, use fpdoc. It is documented fairly complete,
and you can have a look at the many .xml units for examples on how to use
it.

Happy TeXing,

Michael.