From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 10:28:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3374616A4B3 for ; Fri, 10 Oct 2003 10:28:28 -0700 (PDT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEAF43FCB for ; Fri, 10 Oct 2003 10:28:25 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from moo.holy.cow ([68.67.226.140]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031010172828.RTDL276.mta10.adelphia.net@moo.holy.cow>; Fri, 10 Oct 2003 13:28:28 -0400 Received: by moo.holy.cow (Postfix, from userid 1001) id E2924ACD7; Fri, 10 Oct 2003 13:31:47 -0400 (EDT) Date: Fri, 10 Oct 2003 13:31:47 -0400 From: parv To: Alexander Haderer Message-ID: <20031010173147.GB1401@moo.holy.cow> Mail-Followup-To: Alexander Haderer , Tillman Hodgson , freebsd-questions@freebsd.org References: <5.2.0.9.1.20031010144022.01a7bd70@postamt1.charite.de> <20031010123141.GA1925@sillyrabbi.dyndns.org> <5.2.0.9.1.20031010144022.01a7bd70@postamt1.charite.de> <5.2.0.9.1.20031010160459.01a7f810@postamt1.charite.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.1.20031010160459.01a7f810@postamt1.charite.de> cc: freebsd-questions@freebsd.org Subject: Re: writing pdfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 17:28:28 -0000 in message <5.2.0.9.1.20031010160459.01a7f810@postamt1.charite.de>, wrote Alexander Haderer thusly... > > At 07:59 10.10.2003 -0600, Tillman Hodgson wrote: > >On Fri, Oct 10, 2003 at 03:06:23PM +0200, Alexander Haderer wrote: > >> > >> The "old" way of generating pdf via tex->dvi->ps->pdf via the > >> classic (la)tex commands has the disadvantage that you have to > >> deal with different ps-fontencodings (type 1 / type 3 or > >> Pixelfont vs. Outline font) with the bad sideeffect that your > >> pdfs have crippled and slow display on screen while printing > >> works fine. google is full of messages regarding this topic. > > > >I disagree that one needs to use pdflatex, though. Those side-effects > >you mention are trivial to get rid of: > > > 1. \usepackage{times} (or palatino or bookman or whatever font > > package you like) > > Does this work without _any_ problems when you want to use the > (tex-default) computer modern fonts? No, i did not have any problems in creating PS or PDF files (from tex ones) using Computer Modern fonts. The only drawback is the font is packed along w/ the file, resulting in expansive files (when compred to using only Time, Helevetica, or Courier fonts). - Parv --