Tentun documentation
--------------------
The following file contains miscellaneous information about Tentun documentation files.


Latex Makefile
--------------
Each time a new file is added to the Tentun documentation (tentun/doc), it is a good idea to add it to the dependencies in the Makefile and have it included in the tentun.tex file.

Some important files:

tentun.tex:	main top-level doc file for tentun, all files are included here
Makefile:       'make' for main doc, 'make planif' for schedule and briefing
planif.tex:	not part of main doc, is a schedule and briefing for Tentun


Converting GIF to EPS
---------------------
Latex only accepts EPS format for pictures. The following command will convert a GIF to EPS:

giftopnm file.gif | pnmtops -noturn -nocenter >file.eps

