A small example is the following:
\documentclass{scrartcl}
\usepackage{times}
\usepackage{graphicx}
\begin{document}
\section{Test}
\includegraphics[width=3cm]{bsp.eps}
\end{document}
And the file bsp.eps looks like this:
Code: Select all
%!PS-Adobe-3.0 EPSF-3.0
%%Pages: 1
%%BoundingBox: 0 0 24 24
%%DocumentData: Clean7Bit
%%Page: 1 1
%%EndComments
/pgsave save def 200 dict begin
22.8 22.8 scale
/Helvetica-Bold findfont 0.65 scalefont setfont
0.3 0.3 moveto (?) show
0.05 setlinewidth
0 0 1 1 rectstroke
end pgsave restore showpage
%%EOF
\usepackage{times}
. Strange as is, the question mark appears, when I replace the \section-command by \section{Test?}
(added a question mark). Using article instead of koma-script scrartcl works too.I'm using debian stable distribution. Any ideas?