| pdflatex and pdfpages installation Patrick Brockmann |
pdfpages package
runs only with 14h released of pdflatex.
To check this, type pdflatex -v. You should get:
This is pdfTeX, Version 3.14159-14h-released-20010417 (Web2C 7.3.3.1)
Once, you are sure
to get this right release. You should be able to run examples given in
the pdfpages package
pdflatex pdf-ex.tex and pdflatex pdf-hyp.tex
If everything is
allright then you can forget the following lines!
If not, hope this will help.
# pdflatex pdfpages.ins
# pdflatex pdfpages.dtx
# pdflatex pdf-ex.tex
# pdflatex pdf-hyp.tex
# texhash
# install.sh
# cp ~/mypdflatex/src/texk/web2c/pdftex.pool ~/mytetex/share/texmf/web2c/
# cd
~/mytetex/share/texmf/tex/latex/base
# ~/mytetex/bin/pdftex -ini -fmt=pdflatex
latex.ltx
# cp pdflatex.fmt
~/mytetex/share/texmf/web2c/
# cd ~/mytetex/share/texmf/tex/latex
# tar xvf pdfpages.tar
# cd pdfpages
# ~/mytetex/bin/pdflatex pdfpages.ins
# ~/mytetex/bin/pdflatex pdfpages.dtx
# ~/mytetex/bin/pdflatex pdf-ex.tex
# ~/mytetex/bin/pdflatex pdf-hyp.tex
# cd ~/mytetex/share/texmf
# ~/mytetex/bin/texhash
If texhash has no action (?), use
# ls -R >! ls-R
replace
% Max number of characters in all strings,
including all error messages,
% help texts, font names, control
sequences. These values apply to TeX and MP.
pool_size.context = 750000
pool_size = 125000
by
% Max number of characters in all strings,
including all error messages,
% help texts, font names, control
sequences. These values apply to TeX and MP.
pool_size.context = 750000
% 29/03/2002 Added and changed by Patrick
Brockmann to avoid error:
% ! TeX capacity exceeded, sorry [pool
size=66743].
% Informations taken from RPM
tetex-1.0.7-38.2 in same file (texmf.cnf)
% Initial value is pool_size = 125000
pool_size.hugelatex = 750000
pool_size.hugetex = 500000
pool_size.jadetex = 750000
pool_size.pdfjadetex = 750000
pool_size.pdflatex = 750000
pool_size.pdfxmltex = 500000
pool_size.xmltex = 500000
pool_size = 250000