![]() |
|
|||||||||
|
We strongly recommend that only LaTeX2e and the New Font Selection System be used for manuscripts. Most authors have already switched: if the first command in your .tex file is \documentclass, and the times package is invoked, then you have switched; if your .tex file still start with \documentstyle, then you are most likely still using LaTeX 2.09, and are missing on a number of significant LaTeX improvements. Here is an experimental, yet quite stable, class for preparing
IEEE
CS-style conference papers. It is derived from the LaTeX2e article
class,
thus it should be trivial to apply to existing documents. It has a few
extra features such as running headers identifying the manuscript, or
timestamps
for draft versions. It can also produce papers for double-blind review
conferences as is required for
3DIM2007. You must
include the Submission ID number in place of the authors field on the
cover page.
When used for manuscript
submitted for review at 3DIM2007, your document should start as::
\documentclass[reviewversion,strict]{twocolconf} \conferencename{3DIM2007} \begin{document} \papertitle{The title of the paper}{Submission ID 000} % use the ID number assigned by the system as author name \headtitle{Shorter (if required) title of the paper - ID 000} % used as a running header
..... The file and generic documentation are found in: twocolconf.cls:
the LaTeX
class file. It must be named twocolconf.cls on your computer
as
well. (NOTE: please make sure you use the latest version of
the twocolconf class). DISCLAIMER: You remain responsible for insuring that the paper follows the requirement of the conference format. See the files for additional legal information. We cannot provide support for the use of this package, or of
LaTeX in
general. However improvements and corrections are welcome. Send to: Additional external resources: On insuring that your LaTeX/DVI/PS/PDF pipeline is well
configured,
and a wealth of useful information: |