Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [81.79.136.123] X-Originating-Email: [c_for_yourself AT hotmail DOT com] X-Sender: c_for_yourself AT hotmail DOT com From: "Tim Reid" To: cygwin AT cygwin DOT com Subject: dvips failing to include cmdunh10 font definition Date: Tue, 09 Mar 2004 14:59:39 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Mar 2004 14:59:39.0568 (UTC) FILETIME=[255D6B00:01C405E7] I believe I have found a problem with dvips. If I run LaTeX against the following file: ============================================================ \documentclass[a4paper]{article} \font\anewfont=cmdunh10 \begin{document} This is in the normal Computer Modern font. {\anewfont This is in the vertically expanded Computer Modern font. It looks fine in the DVI viewer.} However, when using: \begin{quote} \texttt{dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)} \end{quote} it gets replaced with a fixed-width font, but using the correct letter spacings. This means that it looks {\anewfont very odd indeed}. \end{document} ============================================================ I get a DVI file which looks just fine, and displays just fine using MiKTeX's Yap viewer. Furthermore, when I run dvips from the MiKTeX distribution on it, it produces a PostScript file which looks fine. However, when I run dvips from the teTeX package in Cygwin on the same DVI file, the resultant PostScript file displays and prints wrongly, with the wrong font used for the bit which should be cmdunh10. Looking at the PostScript messages produced in GSview, it seems to be substituting Courier, as CMDUNH10 isn't defined. Examining the PostScript file, there seems to be no definition of the cmdunh10 font, although it looks as if dvips is trying to include one. The file contains the following extract: ============================================================ . . . 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont %%BeginFont: CMDUNH10 %%EndFont %%BeginFont: CMR10 %!PS-AdobeFont-1.1: CMR10 1.00B %%CreationDate: 1992 Feb 19 19:54:52 . . . ============================================================ So the cmdunh10 definition is just not there. Is anyone able to reproduce this problem? Tim Reid _________________________________________________________________ Tired of 56k? Get a FREE BT Broadband connection http://www.msn.co.uk/specials/btbroadband -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/