How to Create PDF Files from LaTex:
latex file
dvips -Ppdf -t letter file -o
ps2pdf file.ps file.pdf

Where file is the the tex file name you are working with.