Papers

[ Home ] [ Back ]

Guidelines for preparing documents with LaTeX for Elsevier:
http://www.elsevier.com/author-schemas/preparing-documents-with-latex

Templates for IEEE conference proceedings:
http://www.ieee.org/conferences_events/conferences/publishing/templates.html

Using the IEEE style file

1. Download LaTex sources from

http://www.ieee.org/conferences_events/conferences/publishing/templates.html

linux% wget http://www.ieee.org/documents/unix_latex_template.tar.gz

2. Extract the compressed archive in your working directory

linux% tar -xzf unix_latex_template.tar.gz

3. In order to use the IEEEtran formatting style you must specify the path to the IEEEtran/ directory,

documentclass[conference]{/path/to/IEEEtran}

Alternatively you can use the --include-directory=/path/to/IEEEtran flag

linux% pdflatex --include-directory=/path/to/IEEEtran filename.tex



Last update: