From owner-freebsd-ports@FreeBSD.ORG Thu May 20 20:09:15 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 5D6CA16A4CE for ; Thu, 20 May 2004 20:09:15 -0700 (PDT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BEB43D4C for ; Thu, 20 May 2004 20:09:14 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004052111:52:27:647991.24301.2826976176 for ; Fri, 21 May 2004 11:52:27 +0900 (KST) Message-ID: <40AD72D3.8070203@users.sourceforge.net> Date: Fri, 21 May 2004 12:09:07 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 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> In-Reply-To: <40AD626E.8010801@math.missouri.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:6.82) (by Terrace) 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:09:15 -0000 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.