From owner-freebsd-ports@FreeBSD.ORG Thu May 20 20:45:21 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 169FE16A4CE for ; Thu, 20 May 2004 20:45:21 -0700 (PDT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE0F943D31 for ; Thu, 20 May 2004 20:45:20 -0700 (PDT) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (12-216-240-169.client.mchsi.com[12.216.240.169]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20040521034520m9200360jve>; Fri, 21 May 2004 03:45:20 +0000 Message-ID: <40AD7B4A.50201@math.missouri.edu> Date: Thu, 20 May 2004 22:45:14 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040509 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <40A42EAC.8090207@math.missouri.edu> <40AD5A76.9060102@users.sourceforge.net> <40AD626E.8010801@math.missouri.edu> <40AD72D3.8070203@users.sourceforge.net> In-Reply-To: <40AD72D3.8070203@users.sourceforge.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Latest version of teTeX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 03:45:21 -0000 Rob wrote: > Stephen Montgomery-Smith wrote: > >> Rob wrote: >> >>>> texconfig dvips paper letter >>> >>> >>> >>> >>> Can someone please tell me in detail how to make papersize default to >>> a4? >>> I desperately need this, until the teTeX port gets fixed. >>> I can't print anymore, because my printer chokes on letter size! >>> >>> Sorry, I'm not that much of an expert on teTeX configuration. That >>> never bothered >>> me, since, until recently, teTeX always worked out-of-the-box. >>> >> >> This is what I did. First remove the directory /var/db/ports/teTeX >> and contents, if it is there. Now install the teTeX port, selecting >> all the options (especially DVIPSK and XDVIK) to be on. Next, go to >> /usr/local/share/texmf/dvips/config/. Copy to config.ps.tetex to >> config.ps, and then edit config.ps deleting the first "%" at the >> beginning of every line. My guess is that at this point dvips should >> now be a4, but if not, run the program texconfig and work your way >> around the menus. > > > The first half of your advice helped me enough. > Out of curiosity, I tried to run texconfig, but that stops > with > Could not find app-default file for xdvi. > The program will exit now. > [ OK ] > > I'd rather said here "not OK" :). Alas. > > Nevertheless, I have papersize a4 working now. Thanks! > > Rob. > Did you remember to select XDVIK?