IMPORTANT DATES
Friday, September 11, 2009: Paper, Panel, Special Session, and Workshop submissions due.
Monday, November 2, 2009: Birds of a Feather, Poster, and Video submissions due.
For Presenters
Site Search
Search with Bing
|
Creating PDF Documents
This page provides information about creating Adobe PDF
documents for submission to SIGCSE.
Adobe Portable Document Format (PDF) documents are a
standardized and convenient method to exchange data files without
affecting the original appearance. SIGCSE will accept electronic
submissions of papers only in this format.
You have a number of options for converting your Word,
WordPerfect, or Postscript files into Adobe PDF.
- Your version of Microsoft Word may allow you to save
as a PDF document. Other word processing software may have
similar features.
- PrimoPDF
is a free program that installs like a printer and
saves your file as a PDF document.
- If you already have Adobe Acrobat installed on your
computer refer to your software documentation for
instructions on choosing PDF Writer as your printer.
Instead of printing your document, the software will
create a PDF file.
- Export the Word document from within OpenOffice, available at
openoffice.org.
- Adobe has an online service to convert your Word,
WordPerfect and other formatted documents
into Adobe PDF format (
Create Adobe PDF Online
). The converted file is either sent to you
via e-mail or available through FTP. You may register
for a trial membership of the Adobe Online service and
convert five files at no charge. This is our
least-recommended option because the conversion
will not embed the fonts and the resulting document
may not look good on other machines.
There are two primary ways to go from LaTeX to PDF.
- Generate your dvi file from your LaTeX source.
Run dvips on the dvi file to produce a postscript file.
(dvips can be used to generate postscript from the dvi
file for direct output to a postscript printer or to a
file.) Then use a postscript utility such as ps2pdf to
convert the postscript file into pdf. The following
commands will produce a postscript file with type 3
fonts, which are more readable onscreen:
dvips -Ppdf -G0 filename.dvi -o filename.ps
ps2pdf -dPDFsettings=/prepress filename.ps filename.pdf
- There are versions of pdfTeX and pdfLaTeX available for most
platforms. These systems do not generate dvi files from
your LaTeX source, but generate pdf directly. A standard
teTeX (Unix) installation of TeX has these available.
|