From owner-freebsd-questions@FreeBSD.ORG Fri Sep 10 11:48:30 2004 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 2269916A4CE for ; Fri, 10 Sep 2004 11:48:30 +0000 (GMT) Received: from outmx019.isp.belgacom.be (outmx019.isp.belgacom.be [195.238.2.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F39743D31 for ; Fri, 10 Sep 2004 11:48:29 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx019.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i8ABmJ2h019918 for ; Fri, 10 Sep 2004 13:48:21 +0200 (envelope-from ) Received: from lori.mine.nu (139-23.244.81.adsl.skynet.be [81.244.23.139]) with ESMTP id i8ABmF8w019878; Fri, 10 Sep 2004 13:48:15 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 749706F1; Fri, 10 Sep 2004 13:48:15 +0200 (CEST) Date: Fri, 10 Sep 2004 13:48:15 +0200 From: Geert Hendrickx To: Murray Taylor Message-ID: <20040910114815.GA20521@lori.mine.nu> References: <1094779458.48400.243.camel@wstaylorm.dand06.au.bytecraft.au.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1094779458.48400.243.camel@wstaylorm.dand06.au.bytecraft.au.com> User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: pdflatex port? 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 Sep 2004 11:48:30 -0000 On Fri, Sep 10, 2004 at 11:24:19AM +1000, Murray Taylor wrote: > # portversion -v | grep tex > hugelatex-1.0 = up-to-date with port > > # which pdflatex > /usr/local/bin/pdflatex > > > NB hugelatex is just TeTex with some limits resized... I have recently been working on a big LaTeX project, with which I regularly ran into a "TeX capacity exceeded" error. You mean I could use the hugelatex package for this? Does it have other compile-time options set, like memory limitations and such? I didn't know this was possible, so thanks! GH