ConTEL 2005 - Instructions for LaTeX users

How to process the sample file
========================================

1. This archive contains the following sample files:

   IEEEtran.bst ............ LaTeX bibliography style file
   IEEEtran.cls ............ LaTeX class file
   contel05_template.tex ... LaTeX source file
   sample_fig1.eps ......... sample figure 1, EPS format

  and some additional files:

   README.TXT .............. this file
   updmap.cfg .............. the LaTeX configuration file (see below)
   contel05_template.pdf ... final IEE PDF eXplore conformant file
   sample_fig1.pdf ......... sample figure 1, PDF format
   IEEEtran.cls.windows .... backup IEEEtran.cls for Unix (rename if needed)
   IEEEtran.cls.unix ....... backup IEEEtran.cls for Windows (rename if needed)


2. Run LaTeX on sample file (twice, to set the references)

  > latex contel05_template.tex
   ...
  > latex contel05_template.tex

   The output file is "contel05_template.dvi".


3. Run dvips with option "-P pdf"

  > dvips -P pdf contel05_template -o contel05_template.ps

  The output file is "contel05_template.ps".

  The option "-P pdf" option is required to generate correct Postcript file, 
  which uses Type 1 scalable fonts instead of bitmapped fonts. This ensures 
  that PDF files can be viewed both on the monitor screen and can be printed 
  on paper. 


4. Use Ghostscript to convert ps file to pdf.

   Open GSview. Open the file. 

   Select File/Convert, set Device to "pdfwrite".

   Click on Propeties and check the following:

	CompatibilityLevel	1.3
	EmbedAllFonts		true
	SubsetFonts		true
	ColorImageResolution	300
	GrayImageResolution	300
	MonoImageResolution	300


5. Check the PDF file conformance according to IEEE guidelines.
   IEEE PDF eXpress will open on April 4, 2005.

---------------------------------------------------------------------------

ADDITIONAL INSTRUCTIONS (IF YOU STILL HAVE PROBLEMS)

If the above procedure does not give an appropriate result, 
you may need to set up your LaTeX installation as follows:

1. In your config directory:

C:\localtexmf\miktex\config

put file updmap.cfg (part of this zip archive).

2. Start update:

C:\localtexmf\miktex\config>initexmf -u
C:\localtexmf\miktex\config>updmap

3. Run LaTeX again (step 2 above).

/EOF
