Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 1999 15:52:43 +0000
From:      Adrian Wontroba <aw1@stade.co.uk>
To:        doc@FreeBSD.ORG
Subject:   Re: New version of DocBook Handbook for testing
Message-ID:  <19990227155243.A41680@titus.stade.co.uk>
In-Reply-To: <19990227103354.A17002@titus.stade.co.uk>; from Adrian Wontroba on Sat, Feb 27, 1999 at 10:33:54AM %2B0000
References:  <19990128000402.A26020@catkin.nothing-going-on.org> <19990218204154.A10098@catkin.nothing-going-on.org> <19990222070912.B39062@titus.stade.co.uk> <19990222175633.E93492@lemis.com> <19990227103354.A17002@titus.stade.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help

--HlL+5n6rz5pIUxbD
Content-Type: text/plain; charset=us-ascii

On Sat, Feb 27, 1999 at 10:33:54AM +0000, I (Adrian Wontroba) wrote:
> Progress!
> Under 4.0-current:

After further bumping up TeX's memory use (fresh diff attached). Am I
going over the top here?

	make FORMATS="txt html-split ps pdf rtf tar"
	make install FORMATS="txt html-split ps pdf rtf tar"
	make clean FORMATS="txt html-split ps pdf rtf tar"

all execute correctly.

Comments about the formats:

txt - LF delimited. Is this going to cause complaints?

html-split - fine. Viewed with Netscape Communicator 4.5.

ps - fine. Viewed with gv and ghostview.

pdf - fine. With so many cross-references, the table of contents pages
are very slow. Inevitable I suppose.  Viewed with xpdf and acroread.

rtf - umm. Carted it away to a Windows box, with Word 6. Lots of
"bookmark not defined" errors.

-- 
Adrian Wontroba

--HlL+5n6rz5pIUxbD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="texmf.diff"

--- /usr/local/share/texmf/web2c/texmf.cnf.orig	Sat Feb 27 09:42:03 1999
+++ /usr/local/share/texmf/web2c/texmf.cnf	Sat Feb 27 11:24:27 1999
@@ -1,4 +1,4 @@
-% original texmf.cnf -- runtime path configuration file for kpathsea.
+% modified texmf.cnf -- runtime path configuration file for kpathsea.
 % (If you change or delete `original' on the previous line, the
 % distribution won't install its version over yours.)
 % Public domain.
@@ -362,7 +362,7 @@
 main_memory.cont-en = 1100000
 main_memory.cont-nl = 1100000
 main_memory.cont-de = 1100000
-main_memory = 263000 % words of inimemory available: also applies to inimf&mp
+main_memory = 1100000 % words of inimemory available: also applies to inimf&mp
 extra_mem_top = 0    % extra high memory for chars, tokens, etc.
 extra_mem_bot = 0    % extra low memory for boxes, glue, breakpoints, etc.
 
@@ -378,7 +378,7 @@
 hash_extra.cont-en = 15000
 hash_extra.cont-nl = 15000
 hash_extra.cont-de = 15000
-hash_extra = 0
+hash_extra = 60000
 
 % Max number of characters in all strings, including all error messages,
 % help texts, font names, control sequences.  These values apply to TeX and MP.
@@ -386,24 +386,24 @@
 pool_size.cont-en = 500000
 pool_size.cont-nl = 500000
 pool_size.cont-de = 500000
-pool_size = 125000		
+pool_size = 500000		
 % Minimum pool space after TeX/MP's own strings; must be at least
 % 25000 less than pool_size, but doesn't need to be nearly that large.
 string_vacancies.context = 45000
 string_vacancies.cont-en = 45000
 string_vacancies.cont-nl = 45000
 string_vacancies.cont-de = 45000
-string_vacancies = 25000
+string_vacancies = 45000
 max_strings.context = 55000
 max_strings.cont-en = 55000
 max_strings.cont-nl = 55000
 max_strings.cont-de = 55000
-max_strings = 15000		% max number of strings
+max_strings = 100000		% max number of strings
 pool_free.context = 47500
 pool_free.cont-en = 47500
 pool_free.cont-nl = 47500
 pool_free.cont-de = 47500
-pool_free = 5000		% min pool space left after loading .fmt
+pool_free = 47500		% min pool space left after loading .fmt
 
 % Hyphenation trie. As distributed, the maximum is 65535; this should
 % work unless `unsigned short' is not supported or is smaller than 16
@@ -430,23 +430,23 @@
 nest_size.cont-en = 500
 nest_size.cont-nl = 500
 nest_size.cont-de = 500
-nest_size = 100		% simultaneous semantic levels (e.g., groups)
+nest_size = 500		% simultaneous semantic levels (e.g., groups)
 max_in_open = 15	% simultaneous input files and error insertions
 param_size.context = 1500
 param_size.cont-en = 1500
 param_size.cont-nl = 1500
 param_size.cont-de = 1500
-param_size = 500	% simultaneous macro parameters
+param_size = 1500	% simultaneous macro parameters
 save_size.context = 5000
 save_size.cont-en = 5000
 save_size.cont-nl = 5000
 save_size.cont-de = 5000
-save_size = 4000	% for saving values outside current group
+save_size = 5000	% for saving values outside current group
 stack_size.context = 1500
 stack_size.cont-en = 1500
 stack_size.cont-nl = 1500
 stack_size.cont-de = 1500
-stack_size = 300	% simultaneous input sources
+stack_size = 1500	% simultaneous input sources
 
 % These are Omega-specific.
 ocp_buf_size = 20000	% character buffers for ocp filters.

--HlL+5n6rz5pIUxbD--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990227155243.A41680>