Open main menu

Changes

texmfstart?
--[[User:Taco|Taco]]
 
dpkg -l lmodern gives
lmodern 0.92-7 scalable PostScript fonts for european chara
 
Could you, please, give me one or two ConTeXt documents that may come out wrong ?
 
--[[User:David.marsal|David]]
 
Never mind, I checked and the newer version should be ok. Hans will switch the main distriution over to 0.92 for the next release as well, and that won't take longer than a week or so anyway. --[[User:Taco|Taco]] 15:31, 12 Sep 2005 (UTC)
 
== Wrong path? ==
Hi, in the "code" section
# cp -f build/tex/web2c/pdftex `which pdftex`
# cp -f build/texk/web2c/pdfetex `which pdfetex`
# cd build/tex/web2c
# cp -f pdftex.pool pdfetex.pool /usr/local/teTeX/share/texmf/web2c
# fmtutil-sys --refresh
I think that in line 1 it should be build/'''texk'''/web2c/pdftex ...
...at least I couldn't find any directory named "tex".
 
And then I would like to thank the authors of this page for saving my life with these simple and streightforward instructions on installing this, well, complicated software!
[[User:213.213.136.102|213.213.136.102]] 16:17, 16 October 2005 (CEST)
 
* You are right, will fix that right away. Thanks [[User:Taco|Taco]] 11:57, 17 October 2005 (CEST)
 
== last stage: making the formats global ==
 
the last 2 steps are given as:
 
<code>
# cp -a /root/.texmf-var/web2c/* /usr/local/teTeX/share/texmf-var/web2c
# texhash
</code>
 
but <tt>/root/.texmf-var/web2c/*</tt> includes all the other formats as well
generated when pdftex/metapost was updated...
 
and the context formats are in <tt>/root/.texmf-var/web2c/pdfetex/*</tt>, aren't they?
 
so, for me it is not clear if it's enough what to move. shouldn't it be:
 
<code>
# mv /root/.texmf-var/web2c/pdfetex /usr/local/teTeX/share/texmf-var/web2c
# texhash
</code>
 
--[[User:Minusf|Minusf]] 23:13, 6 March 2006 (CET)
 
 
== beta ==
 
There is a pdftex beta for 1.40 at sarovar. I have not tried yet, but I assume it is installed just like 1.30. Could a knowledgeable soul check this and edit the page?
 
--[[User:ChristopherCreutzig|ChristopherCreutzig]] 15:17, 21 August 2006 (CEST)
 
== texmfstart? ==
 
The page does not mention texmfstart yet. What is the proper way(TM) of installing it in teTeX?
 
--[[User:ChristopherCreutzig|ChristopherCreutzig]] 16:38, 21 August 2006 (CEST)