tag 420479 + patch
thanks

Indeed, IIRC dvips does not handle TrueType fonts.
If the TimesNewRoman font is not included at report/classes.eps the
package then build fine, and generate correctly the .ps file.

I attach a simple patch that comment-out TimesNewRoman from classes.eps


Cheers
-- 
Rene Mauricio Mayorga   |  jabber: [EMAIL PROTECTED]
http://rmayorga.org     |  
--------------------------------------------------
08B6 58AB A691 DD56 C30B  8D37 8040 19FA A209 C305
diff -pruN haskell98-report-20030706.orig/report/classes.eps haskell98-report-20030706/report/classes.eps
--- haskell98-report-20030706.orig/report/classes.eps	2002-12-02 05:22:01.000000000 -0600
+++ haskell98-report-20030706/report/classes.eps	2008-08-25 22:45:18.000000000 -0600
@@ -826,7 +826,8 @@ LH
 %%Trailer
 %%DocumentNeededResources: 
 %%+ font Courier-Bold
-%%+ font TimesNewRomanPSMT
+% Don't include TrueType fonts, this make dvips(from texlive) happy
+%%%+ font TimesNewRomanPSMT
 %%DocumentSuppliedResources: 
 %%+ procset Pscript_WinNT_ErrorHandler 5.0 0
 %%+ procset Pscript_FatalError 5.0 0

Attachment: signature.asc
Description: Digital signature

Reply via email to