Package: tetex-base Version: 2.0.2c-6 Severity: wishlist a friend of mine while working on an astronomy presentation, noticed that the following eps graphic is wrongly displayed in all tested dvi viewers: xdvi, kdvi, yap.
dvips handles the output fine and the resulting ps and pdf are ok. i attach the eps file and a stripped down tex file, which whom we reproduced the error. as i'm no eps expert, the graphic may well contain an error. the source of the plot is online http://www.mpi-hd.mpg.de/nuastro/gallex/record.htm thanks for your work -- maks
\documentclass[a4paper,10pt]{article}
\usepackage[dvips]{graphicx}
%opening
\title{}
\author{}
\begin{document}
%\maketitle
\begin{abstract}
\end{abstract}
\section{s1}
\begin{figure}[ht]
\centering
\rotatebox{-90}{\includegraphics[scale=0.5]{gallex1.eps}}
\caption{GALLEX: Resultate}
\label{fig:gallex1}
\end{figure}
\end{document}
gallex1.eps
Description: PostScript document

