Home Start PIN Login Support Test your pdf document
Answer. Please download the following files for document preparation using LaTeX. Unfortunately, at the present time (and in foreseeable future), there is no support for plain TeX or other flavors of TeX (such as AMSTeX, ConTeXt, etc.)
The document sample.tex can be configured for US Letter paper as:
\documentclass[letterpaper, 10 pt, conference]{ieeeconf} % use above line letter sized paper \IEEEoverridecommandlockouts % Needed if you want to use the \thanks command \overrideIEEEmargins % Needed to meet printer requirements.
Top | Overview | FAQ
Answer. In addition to above style files you need following additional components:
Answer. Assuming that you have a LaTeX distribution for your platform with "Type 1" fonts installed. Use one of the following four options:
Using a recent distribution of MikTeX (2.3) or TeTeX (1.0.7) and Ghostscript (7.04) Using a recent distribution of MikTeX/TeTeX and Ghostscript with GSview Using a recent distribution of MikTeX/TeTeX and Acrobat Distiller Using pdfTeX Using OzTeX
latex sample dvips -Ppdf -G0 -tletter sample ps2pdf -dCompatibilityLevel=1.4 -dMAxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -sPAPERSIZE=letter sample.ps
These instructions have been tested under Windows with MiKTeX 2.3, and under Linux with teTeX 1.0.7 and Ghostscript 7.0.4.
Note that without -d[options] listed above, ps2pdf will not embed and subset fonts as required by PDF compliance and your paper will not be ready for upload.
Top of this section
If you are using MS-Windows operating system, we strongly recommend using GSview 4.6, a graphical font end to Ghostscript. It provides an easy interface for setting up the above parameters for ps2pdf.
The first step is to set the media size to Letter. To do this, in the GSview menubar at the top click on "Media" and select Letter as shown below:
Next, click on "File | Convert". In the ensuing window, in Options textbox type in "-dMAxSubsetPct=100", then follow screenshots below:
To produce PDF that will print well on paper as well as look sharp on the screen you must have Type 1 fonts installed with your LaTeX distribution. To create PDF, use the following steps
latex sample (if needed use also bibTeX and rerun LaTeX) dvips -Ppdf -G0 -tletter sample (for letter sized document)
In the distiller select Settings | Job Options as shown in the first image - Next, under "General" tab, set paper size to Letter (8.5"x11") as shown in the circled part of the image Next, click on the "Fonts" tab and enable font embedding as shown in the third figure. You may want to save this setting as (say) a joboption CSSconferences and you can reuse it for future conferences. Alternatively, you may save distiller joboptions in appropriate folder as described below and it will set up suitable options. Important: If you are setting up joboptions on your own, make sure that the PDF compatibility is set to "Acrobat 5.0 (PDF 1.4)". IEEE will not accept papers with PDF 1.4 or 1.5 compatibility.
Answer. There are currently two viable alternatives in producing compliant PDF documents from LaTeX (dvips method and pdfTeX Method). The first option is currently the best one owing to the fact that the LaTeX source file does not have to be modified, all style and class files are supported, and bitmapped as well as postscript figures can be included directly into the final PDF. Both methods of creating compliant PDFs work well. However the work flow and requirements are slightly different. Of course, they all require that the TeX installation being used supports Type 1 fonts.
dvips/ghostscript/distiller pdfTeX Fonts Type 1 Type 1 Style Files Support all known styles Limited support Platforms All Linux (Y), Win (Y), Mac (?) Graphics EPS/JPEG/PNG PDF Workflow latex+bibtex --> dvips --> PDF latex+bibtex --> PDF
dvipdfm works well, but has some bugs in processing certain types of .eps figures. The only reliable way to work with dvipdfm when including encapsulated postscript figures in your document is to first convert them to PDF.
Answer. All earlier TeX/LaTeX installation used METAFONT technology to create Type 3 fonts. These fonts were customized for the printing device for which they were meant. Unfortunately that does not help in creation of PDF that render well on the screen as well as print. If you have the (La)TeX system installed on your own computer, upgrade it to a newer version. Most newer packaged distributions come with Type 1 fonts. All packages mentioned above support Type 1 fonts. If you are using a Network installation of LaTeX, please request your system administrator to upgrade the installation with a more recent distribution. Unfortunately, there is no reliable way to convert the font from bitmapped to vector once the document has been generated. The changes have to be made when converting from latex --> dvi --> PDF.
Answer. It may happen that after using the
dvips -Ppdf -G0 -tletter and ps2pdf