Readme.txt

This file describes the contents of the latex directory, which 
provides an example of a latex file including a table, figures,
and so on. Incidentally, this example is taken from my first
conference paper in 1999.

The following files appear:
al992009a.pdf - the output pdf file, which is our end result
al992009a.tex - the latex source
IEEEtran11.cls - the IEEE template used to generate the file
sat.eps - figure of typical ALOHA satellite setting
FIGMWP.EPS - figure with Multiple Working Point simulation results
stretch.eps - figure illustrating our concept of "round stretching"

The output pdf file can be obtained from the input using the
following commands on a typical unix system. Note that some temporary
files will be generated during the compilation from the Latex source
to the pdf; these files may be deleted later.

latex  al992009a.tex
latex  al992009a.tex
dvips  al992009a -o al992009a.ps
ps2pdf al992009a.ps

