This is the readme file for the LaTeX-macro tpmultiinc.sty.

Included are the following files

tpmultiinc.sty: The LaTeX style file that includes the macro.
								All of the "documentation" is in here.

mptest.tex:    The LaTeX-source that contains a small example.

multitest.fig  The Graphic that is used by mptest.tex. In the xFig-format.

multitest.mmp  The Graphic that is used by mptest.tex. In Multiple MetaPost-format. 
							 This File is generated from the mulitest.fig file. To make this 
							 conversion you need the xfig and transfig programs with the patches 
							 to generate multiple MetaPost output. Get these from:

							 http://www-sp.iti.informatik.tu-darmstadt.de/software/xfig/


The commands to generate pdf-output from these files are:

mpost multitest.mmp  # call to metapost. This generates mutitest.0 ... multitest.4
latex mptest
dvips -Pwww -G0 mptest
ps2pdf mptest.ps     # you'd better have gs >6.0 for this
