forked from Lainports/freebsd-ports
mktexlsr is well called from Makefile but not from the pkg-plist.
this cause jadetex to not be recognized by tex at runtime.
Makefile
MAINTAINER email adress fixed
PREFIX changed to LOCALBASE where needed
pkg-message handling added
do-install rewritten (long lines wrapped)
pkg-message
/usr/local changed to LOCALBASE
pkg-plist
@comment $FreeBSD$ added
@exec mktexlsr added
PR: ports/31151
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
16 lines
604 B
Text
16 lines
604 B
Text
JadeTeX uses quite a lot of TeX's resources. You may find it
|
|
necessary to increase the size of some of TeX's resource pools by
|
|
editing the file %%LOCALBASE%%/share/texmf/web2c/texmf.cnf with any text
|
|
editor.
|
|
|
|
For example, to typeset the FreeBSD Handbook with JadeTeX, change the
|
|
following settings to the listed values:
|
|
|
|
hash_extra = 60000
|
|
pool_size = 1000000
|
|
max_strings = 70000
|
|
save_size = 10000
|
|
|
|
If you change %%LOCALBASE%%/share/texmf/web2c/texmf.cnf, delete the word
|
|
"original" on line 1 of the file. This will prevent future
|
|
installations of TeX from overwriting changes you've made.
|