Generalps2pdf adding a bullet point

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
colsandurz
Posts: 4
Joined: Wed Mar 04, 2009 10:35 pm

ps2pdf adding a bullet point

Post by colsandurz »

Hello,

When try to convert my postscript file to pdf, ps2pdf adds a bullet point.


Here's the .tex I added a big space and a comment to show where the bullet is added.

Code: Select all

Code, edit and compile here:
\documentclass[9pt]{res}
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent} % uses new century schoolbook postscript font
\newenvironment{packed_item}{
\begin{itemize}
\setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
}{\end{itemize}}
\begin{document}
\name{Devin Kelly\\dkelly@wpi.edu}
\address{\bf School Address\\42 Somerset St., Apt. 2\\Worcester, MA, 01609\\978 337 9692}
\address{\bf Permanent Address \\ 6 Cameron Rd. \\ Andover, MA, 01810 \\ 978 474 4417}
\begin{resume}
\section{Objective}
To obtain an internship in the field of Electrical and Computer Engineering
\section{Education}
Worcester Polytechnic Institute, Worcester, MA \\
Masters of Science, Electrical and Computer Engineering \\
Graduation: May, 2011
Worcester Polytechnic Institute, Worcester, MA \\
Bachelor of Science, Electrical and Computer Engineering \\
Graduation: May, 2010 \\
WPI University Award Scholarship
\section{Coursework}
\begin{tabular}{l l}
Microelectronic Circuits, ECE2201 & Communications and Networks, ECE2305 \\
Signal Analysis, ECE2311 and ECE2312 & Principles of Communications Systems, ECE3311 \\
Systems Programming, CS2303 & Communications Systems Engineering, ECE4304 \\
ECE Design, ECE2799 & Foundations of Embedded Systems, ECE2801 \\
Digital System Design, ECE3801 & Advanced Digital System Design, ECE3810
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
If anyone could help me out with this, I would really appreciate it.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: ps2pdf adding a bullet point

Post by kaiserkarl13 »

I am unable to reproduce the behavior you specify. You might check whether the DVI and Postscript files also have the phantom bullet or if it's just the PDF.
Post Reply