Maurice Diamantini (dom) wrote:
I first try to install the texlive-2005 but fall into problems with ConTeXt font (awithout using any any customized fonts!). (I tried the GUTenberg scheme, the full scheme and even de Context scheme)
there is indeed a problem with tl 2006 : some lm related filenames were changed just take the zip from the website
So I'm now trying the standolone ConTeXt distribution which I thought should be a robust and easy to maintain solution. I read the wiki at the page : http://wiki.contextgarden.net/ Linux_Installation#Minimal_ConTeXt_distribution and some various email archive on this list
So what is the commands I use:
################################################################# v=20060215 s=/usr/local/pack/tex/LOCAL/src p=/usr/local/pack/tex/context-$v
cd $s wget http://mirror.contextgarden.net/context/install/linuxtex.zip wget http://mirror.contextgarden.net/context/install/macosxtex.zip wget http://mirror.contextgarden.net/context/install/justtex.zip
mkdir $p cd $p
# CAUTION : don't use "unzip -a" which break the "mktexlsr" script # (probably because of numerous regex) unzip -q $s/justtex.zip unzip -qu $s/linuxtex.zip ;# -u for overloading some existing files unzip -qu $s/macosxtex.zip
# size is about => 153M
chmod a+x $p/tex/*/bin/*
. tex/setuptex type -a mktexlsr texexec ;# to verify
texexec --make --alone
Error !! ! pdfetex.pool doesn't match; tangle me again (or fix the path).
#################################################################
So, my question is: what am I doing wrong?? Are the above commands suposed to work as is?
seems like you have the wrong pool file can you try newtexexec? how many pool files do you have on your system? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------