diff options
author | Murray Stokely <murray@FreeBSD.org> | 2001-09-08 01:06:06 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2001-09-08 01:06:06 +0000 |
commit | cc453cdb5c5688015b37624e39d64f8b99734277 (patch) | |
tree | 855057d83ca0fccf1bfc09b1627fce04343f8d22 /print/hugelatex/files | |
parent | f70925bdbc97dae9dfcc6bcb7147e73265d50b56 (diff) |
Add hugelatex, a meta-port for teTeX that builds a version of latex
with higher default limits.
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=47516
Diffstat (limited to 'print/hugelatex/files')
-rw-r--r-- | print/hugelatex/files/texmf.cnf-add | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/hugelatex/files/texmf.cnf-add b/print/hugelatex/files/texmf.cnf-add new file mode 100644 index 000000000000..a9dad313e528 --- /dev/null +++ b/print/hugelatex/files/texmf.cnf-add @@ -0,0 +1,15 @@ + +% 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 + |