Received: from webgate.proteosys ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.1830); Tue, 25 Jul 2006 22:10:49 +0200 Received: by webgate.proteosys (8.13.6/8.13.4) with ESMTP id k6PKAmSp027990 for ; Tue, 25 Jul 2006 22:10:48 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id k6PK9Lvj012550; Tue, 25 Jul 2006 22:09:22 +0200 (MET DST) Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id k6PCLtQ0001385; Tue, 25 Jul 2006 22:06:43 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 14.3) with spool id 1293424 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 25 Jul 2006 22:06:43 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id k6PK6hWj016299 for ; Tue, 25 Jul 2006 22:06:43 +0200 Received: from mta9.srv.hcvlny.cv.net (mta9.srv.hcvlny.cv.net [167.206.4.204]) by relay.uni-heidelberg.de (8.13.4/8.13.1) with ESMTP id k6PK6bZV002308 for ; Tue, 25 Jul 2006 22:06:40 +0200 Received: from turki.gavron.org (ool-45702ff2.dyn.optonline.net [69.112.47.242]) by mta9.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0J2Z00KYT6IDBKQ0@mta9.srv.hcvlny.cv.net> for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 25 Jul 2006 16:06:13 -0400 (EDT) Received: from gavron by turki.gavron.org with local (Exim 4.50) id 1G5TAg-0004xR-LZ for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 25 Jul 2006 16:06:26 -0400 Mail-followup-to: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline References: <20060725174201.GC4697@turki.gavron.org> <83B8914A-DCC0-4203-AF3D-E4C6BB279CA3@frycomm.com> User-Agent: Mutt/1.5.6+20040907i Message-ID: <20060725200626.GA17975@turki.gavron.org> Date: Tue, 25 Jul 2006 16:06:26 -0400 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: cga2000 Subject: Re: Switching fonts To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <83B8914A-DCC0-4203-AF3D-E4C6BB279CA3@frycomm.com> Precedence: list X-ProteoSys-SPAM-Score: -2.464 () BAYES_00,FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.56 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 25 Jul 2006 20:10:49.0721 (UTC) FILETIME=[6C33AE90:01C6B026] Status: R X-Status: X-Keywords: X-UID: 4979 On Tue, Jul 25, 2006 at 02:05:04PM EDT, William Adams wrote: > [..] > > What commands are you using to switch fonts? > I used: \fontfamily{fontfamily-name} and also: \usepackage{fontpackage-name} .. either separately or in combination.. mainly trial and error, checking the LaTeX .log file for clues. > I'd suggest trying the following (depending on your TeX distribution > setup): > > \usepackage{mathpazo} > \usepackage{mathptmx} Adding the above gives me a slightly more compact and slightly "darker" font both in dvi and the printout. The only problem is that this new font is even more "beautiful" than the one that was previously used. I think that what I am trying to achieve is something that would look like it was born in MS Word or one of its OSS clones rather than in a printer's shop. How does this work? I mean.. it's a bit surprising that requesting what would appear to be two maths package should result in a font switch. > > and you'll find much useful information here: > > http://www.tug.org/fonts/ Thank you very much. This looks excellent. Chris