From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 23:22:39 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 05B0816A4CE for ; Sun, 12 Sep 2004 23:22:39 +0000 (GMT) Received: from wolf.bytecraft.au.com (wolf.bytecraft.au.com [203.39.118.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FBE43D46 for ; Sun, 12 Sep 2004 23:22:37 +0000 (GMT) (envelope-from murraytaylor@bytecraftsystems.com) Received: from localhost (localhost [127.0.0.1])i8CNMa41020863; Mon, 13 Sep 2004 09:22:36 +1000 (EST) (envelope-from murraytaylor@bytecraftsystems.com) Received: from wolf.bytecraft.au.com ([127.0.0.1]) by localhost (wolf.bytecraft.au.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19118-02; Mon, 13 Sep 2004 09:22:35 +1000 (EST) Received: from svmarshal.bytecraft.au.com ([10.0.0.4])i8CNMYAF020861; Mon, 13 Sep 2004 09:22:34 +1000 (EST) (envelope-from murraytaylor@bytecraftsystems.com) Received: from wombat.bytecraft.au.com (Not Verified[10.0.0.3]) by svmarshal.bytecraft.au.com with MailMarshal (v5,0,3,78) id ; Mon, 13 Sep 2004 09:22:34 +1000 Received: from [10.0.17.42] (wstaylorm.dand06.au.bytecraft.au.com [10.0.17.42]) by wombat.bytecraft.au.com (Postfix) with ESMTP id D0F553F89; Mon, 13 Sep 2004 09:22:32 +1000 (EST) From: Murray Taylor To: Geert Hendrickx In-Reply-To: <20040910114815.GA20521@lori.mine.nu> References: <1094779458.48400.243.camel@wstaylorm.dand06.au.bytecraft.au.com> <20040910114815.GA20521@lori.mine.nu> Content-Type: text/plain Organization: Bytecraft Systems Message-Id: <1095031351.48400.267.camel@wstaylorm.dand06.au.bytecraft.au.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 13 Sep 2004 09:22:32 +1000 Content-Transfer-Encoding: 7bit cc: freebsdquestions cc: Murray Taylor 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: Sun, 12 Sep 2004 23:22:39 -0000 hugelatex changes a number of memory and other size limits Snippings from the Makefile and so on ------------------------------8<------------------------------- root # cd /usr/ports/print/hugelatex root # more Makefile (snip) PORTNAME= hugelatex PORTVERSION= 1.0 (snip) do-install: (snip) ${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF} (snip) root # ls Makefile README.html files pkg-descr pkg-plist work root# more files/texmf.cnf-add % hugelatex settings % added by hugelatex package main_memory.hugelatex = 1100000 param_size.hugelatex = 1500 stack_size.hugelatex = 1500 hash_extra.hugelatex = 15000 string_vacancies.hugelatex = 45000 pool_free.hugelatex = 47500 nest_size.hugelatex = 500 save_size.hugelatex = 5000 pool_size.hugelatex = 500000 max_strings.hugelatex = 55000 font_mem_size.hugelatex= 400000 ------------------------------8<-------------------------- HTH mjt On Fri, 2004-09-10 at 21:48, Geert Hendrickx wrote: > 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 > > **************************************************************** > This Email has been scanned for Viruses by MailMarshal. > **************************************************************** -- Murray Taylor Special Projects Engineer --------------------------------- Bytecraft Systems & Entertainment P: +61 3 8710 2555 F: +61 3 8710 2599 D: +61 3 9238 4275 M: +61 417 319 256 E: murraytaylor@bytecraftsystems.com or visit us on the web http://www.bytecraftsystems.com http://www.bytecraftentertainment.com --------------------------------------------------------------- The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material. E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. --------------------------------------------------------------- **************************************************************** This Email has been scanned for Viruses by MailMarshal. ****************************************************************