Index of /GUIDE/source/sag-nl
Name Last modified Size Description
Parent Directory 23-Feb-2004 22:18 -
README 08-Feb-2003 20:55 1k
backup-timeline.fig 08-Feb-2003 20:55 8k
backup-timeline.gif 08-Feb-2003 20:55 2k
dirtree.jpg 08-Feb-2003 20:55 24k
fstree.fig 08-Feb-2003 20:55 5k
fstree.gif 08-Feb-2003 20:55 2k
hd-layout.fig 08-Feb-2003 20:55 3k
hd-layout.gif 08-Feb-2003 20:55 3k
hd-mount-mounted.fig 08-Feb-2003 20:55 2k
hd-mount-mounted.gif 08-Feb-2003 20:55 1k
hd-mount-separate.fig 08-Feb-2003 20:55 2k
hd-mount-separate.gif 08-Feb-2003 20:55 1k
hd-schematic.fig 08-Feb-2003 20:55 6k
hd-schematic.gif 08-Feb-2003 20:55 8k
logins-via-terminals..> 08-Feb-2003 20:55 3k
logins-via-terminals..> 08-Feb-2003 20:55 4k
overview-kernel.fig 08-Feb-2003 20:55 6k
overview-kernel.gif 08-Feb-2003 20:55 5k
sag-nl.sgml 08-Feb-2003 20:55 288k
sag.bib 08-Feb-2003 20:55 3k
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.