Index of /GUIDE/source/sag-nl

      Name                    Last modified       Size  Description

[DIR] Parent Directory 23-Feb-2004 22:18 - [TXT] README 08-Feb-2003 20:55 1k [IMG] hd-mount-mounted.gif 08-Feb-2003 20:55 1k [IMG] hd-mount-separate.gif 08-Feb-2003 20:55 1k [TXT] hd-mount-mounted.fig 08-Feb-2003 20:55 2k [TXT] hd-mount-separate.fig 08-Feb-2003 20:55 2k [IMG] backup-timeline.gif 08-Feb-2003 20:55 2k [IMG] fstree.gif 08-Feb-2003 20:55 2k [TXT] hd-layout.fig 08-Feb-2003 20:55 3k [TXT] sag.bib 08-Feb-2003 20:55 3k [IMG] hd-layout.gif 08-Feb-2003 20:55 3k [TXT] logins-via-terminals..> 08-Feb-2003 20:55 3k [IMG] logins-via-terminals..> 08-Feb-2003 20:55 4k [TXT] fstree.fig 08-Feb-2003 20:55 5k [IMG] overview-kernel.gif 08-Feb-2003 20:55 5k [TXT] overview-kernel.fig 08-Feb-2003 20:55 6k [TXT] hd-schematic.fig 08-Feb-2003 20:55 6k [IMG] hd-schematic.gif 08-Feb-2003 20:55 8k [TXT] backup-timeline.fig 08-Feb-2003 20:55 8k [IMG] dirtree.jpg 08-Feb-2003 20:55 24k [TXT] sag-nl.sgml 08-Feb-2003 20:55 288k

README for the Linux System Administrators' Guide
by Lars Wirzenius <liw@iki.fi>

I needed to do the following to my Debian setup to get things to format
with DocBook and jadetex:

	- Append the following lines to /etc/texmf/texmf.cnf:
	
		% for jadetex
		main_memory.jadetex = 1100000
		hash_extra.jadetex = 15000
		pool_size.jadetex = 500000
		string_vacancies.jadetex = 45000
		max_strings.jadetex = 55000
		pool_free.jadetex = 47500
		nest_size.jadetex = 500
		param_size.jadetex = 1500
		save_size.jadetex = 5000
		stack_size.jadetex = 1500

	  This makes jadetex's memory pool be big enough to actually
	  format the SAG. TeX is stupid and doesn't use dynamic memory
	  allocation.