In mysandbox you will find an executable file and two directories:
- genformat
- With this executable script you can generate the html
format of the documentation from its latex source. It searches for
the source in the subdirectory latex of the current
directory and writes its output to the subdirectory html.
It needs perl, latex2html, tar, and gzip to run. Author: Krastan
Krastev
kk@fnb.tu-darmstadt.de
- latex
- latex is the directory where the actual work
happens. It contains all latex source files.
- html
- The html directory contains the html-files
generated from the latex source. After a fresh checkout of the
fastdoc module you will only find a style file here.
Running genformat in the directory mysandbox will
generate hypertext and printable output in the directories
html and print, respectively.
A successful run of genformat will create one more directory:
- print
- In this directory all printable output is stored. It will be
generated by genformat. Do not change anything in this
directory manually since another run of genformat will
overwrite these changes.
latex is the real working directory. main.tex is the
master LATEX file. The structure should be self-explanatory .