... taking into concern that it must be:
- revisable - small project but some numerical data will be changing from version to version, and documentation must be version dependable, and some kind of revision control is preferable (diff)
- must be printable - since, well, in the end it will be printed along with some other documents (otherwise I would just take opt for some sort of wiki)
- must be able to easily include graphs, pictures (images of all sorts in general, scanned and produced by programs)
Options:
.doc / .pdf - different to diff
wiki - problem with printing in a "normal" matter
big html file - an option, still considering it
latex - an option, but a pain to edit when it comes to positioning lots of images,
and impossible to edit when it comes to something different and not expected in view of layout
So far my best idea is to go with .doc -> .pdf files, and just handle the pain with diffing them. Better alternatives ?