This directory contains:

README : myself :-)
benelearn.sty: LaTeX style file for benelearn,
	       nearly the same as ICML 2004
example.bib:   BibTeX file for example.tex
example.doc:   MS Word file for the example paper
example.pdf:   PDF version created from example.tex with pdflatex
example.ps:    PS version created from blindformat.tex with dvips
	       (Notice: use the -Ppdf -G0 (zero not the letter O) options
	       in dvips)
example.tex:   LaTeX version of the example paper
mlapa.bst:     BibTeX `mlapa' bibliography style
mlapa.sty:     used in conjunction with mlapa.bst,
	       will produce an APA-like bibliography style.
role.png:      only as an example for putting a PNG-picture with pdfLaTeX
role.ps:       only as an example for putting a PS-picture with LaTeX and
	       dvips

Please READ the example.tex or .doc file.

===========================
NOTICE ABOUT PAPER-FORMAT!!
===========================
Please use A4 paper format.
What you need to do:
	- pdflatex: nothing. A pdf file is generated correctly. Please watch
	  possible font errors/warnings and correct them;
	- latex + dvips to create a PostScript file.
		Create Postscript file with dvips and use the options:
			-Ppdf -G0 (zero not letter O)
		Now you need to crate a pdf file, see below;
	- (latex+dvips) + ps2pdf: use the option -sPAPERSIZE=a4 for
	  ghostscript (gs);
	- (latex+dvips) + adobe distiller: check distiller and set the page
	  size correct in 'Job Options' (21.0 x 27.9 Centimers) and save
	  these Job Options.
