[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#143147: dvips uses type 3 fonts by default



Package: tetex-base
Version: 1.0.2+20011202
Severity: wishlist

By default updmap uses type 3 fonts.  xpdf (and probably others) can
only deal with type 1 fonts.  Therefore, it would be more appropriate
for updmap to default to type 1 fonts.  I have confirmed that this change
makes dvips output compatible with xpdf.  I suggest the following patch:

--- /etc/texmf/dvips/updmap.orig        Tue Apr 16 09:37:42 2002
+++ /etc/texmf/dvips/updmap     Mon Apr 15 14:54:21 2002
@@ -44,8 +44,8 @@
 # metafont versions.
 ###########################################################################
 
-type1_default=false
-# type1_default=true
+# type1_default=false
+type1_default=true
 
 ###########################################################################
 # Add common map files here:

-- 
    Security is mostly a superstition.  It does not exist in nature ...
    Life is either a daring adventure or nothing.
    -- Helen Keller

Christopher J. Fearnley          |  Linux/Internet/Web Consulting
Chris@CJFearnley.com             |  Design Science Revolutionary
http://www.CJFearnley.com        |  Explorer in Universe
                    "Dare to be Naïve" -- Bucky Fuller


--
To UNSUBSCRIBE, email to debian-tetex-maint-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: