Fwd: [OS X TeX] Re: a problem after reinstall TeX
Dear all, I forwarded my mail to here because my font problem is related with ConTeXt.
Dear all, After upgrading to tiger, I reinstalled TeX using i-installer.(2005 develop - full) I also reinstalled ConTeXt, XeTeX and crate formats for ConTeXt.
All of my private fonts and other style files are located in my home directory, ~/Library/texmf/... Since there is no changes of my private files, I only run updmap for my private fonts. After this, I got a problem when compile a file to use truetype fonts. It couldn't locate fonts and make pk files. the error messages as following.
After reading Mr. Herbert Schultz's mail, I uninstalled ConTeXt updates and re-configure TeX via i-installer, it worked fine. No more mktexpk things.
(/usr/local/teTeX/share/texmf.tetex/tex/latex/amsfonts/ueuex.fd) [2] (./crypto.aux)kpathsea: Running mktexpk --mfmode / --bdpi 600 -- mag 1 +57/600 --dpi 657 ounbtmb7 mktexpk: Running gsftopk ounbtmb7 657 gsftopk(k) version 1.19.2 gs: No such file or directory gs terminated abnormally with status 1
Now, in this case, how to use ConTeXt? Is there a way to use it without updating ConTeXt? Thank you. Dalyoung
정 달영 wrote:
Dear all,
I forwarded my mail to here because my font problem is related with ConTeXt.
Dear all, After upgrading to tiger, I reinstalled TeX using i-installer.(2005 develop - full) I also reinstalled ConTeXt, XeTeX and crate formats for ConTeXt.
All of my private fonts and other style files are located in my home directory, ~/Library/texmf/... Since there is no changes of my private files, I only run updmap for my private fonts. After this, I got a problem when compile a file to use truetype fonts. It couldn't locate fonts and make pk files. the error messages as following.
After reading Mr. Herbert Schultz's mail, I uninstalled ConTeXt updates and re-configure TeX via i-installer, it worked fine. No more mktexpk things.
(/usr/local/teTeX/share/texmf.tetex/tex/latex/amsfonts/ueuex.fd) [2] (./crypto.aux)kpathsea: Running mktexpk --mfmode / --bdpi 600 -- mag 1 +57/600 --dpi 657 ounbtmb7 mktexpk: Running gsftopk ounbtmb7 657 gsftopk(k) version 1.19.2 gs: No such file or directory gs terminated abnormally with status 1
Now, in this case, how to use ConTeXt? Is there a way to use it without updating ConTeXt?
you can always use \loadmapfile[yourname.map] or a sequence of this, and put that in some local tex file that you then load by default (e.g. in cont-sys.tex) 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 -----------------------------------------------------------------
Dear Hans, Thank you for the reply. I am sorry that my question is wrong. There is no problem of using ConTeXt and XeTeX-ConTeXt in any case. But the problem is to use pdflatex after upgrading ConTeXt. I think that pdflatex couldn't locate fonts, hence it did so many mktexpk. However, as Mr. Herbert Schultz did, after uninstalling ConTeXt and reconfiguring TeX, pdflatex worked fine . Before the Tiger installation, it was OK. Upgrading ConTeXt didn't affect to pdflatex at all. I don't know what cause this problem. I'll install TeX from the beginning and will see what happen. Thank you. Regards, Dalyoung
Dalyoung wrote:
Dear Hans,
Thank you for the reply.
I am sorry that my question is wrong. There is no problem of using ConTeXt and XeTeX-ConTeXt in any case. But the problem is to use pdflatex after upgrading ConTeXt. I think that pdflatex couldn't locate fonts, hence it did so many mktexpk. However, as Mr. Herbert Schultz did, after uninstalling ConTeXt and reconfiguring TeX, pdflatex worked fine .
Before the Tiger installation, it was OK. Upgrading ConTeXt didn't affect to pdflatex at all.
I don't know what cause this problem.
I'll install TeX from the beginning and will see what happen.
ther reason may be that there is a pdftex.map file in the context path and the tds is not that robust for multiple instances of the same file; make sure that there is no pdftex.map under fonts/map/*/context/* 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 -----------------------------------------------------------------
Dear Hans, Thank you for the advice. I did the followings: 1. Uninstalled TeX, ConTeXt updates 2. Re-install TeX, ConTeXt updates, XeTeX 3. Create cont-en.fmt for pdf and XeTex ConTeXt, XeTeX-ConTeXt, XeTeX, XeLaTeX worked fine but Pdflatex couldn't locate font files. 4. Create pdftex.map using "updmap --edit" and remove pdftex.map in / fonts/map/pdftex/context/ as you said. No changes, pdflatex still didn't work. 5. Uninstall ConTeXt update Then everything is fine including pdflatex. It located *.pfb files and truetype fonts well. According to this test, It is the problem to update ConTeXt. Did I do wrong during this process? Thank you. Regards, Dalyoung *There are two cont-en.fmt files, one is in /texmf.lcoal/web2c/ and the other is in /texmf.local/web2c/pdfetex/. I have to fine out which one is not needed.
Dear Hans, I reinstalled TeX, ConTeXt updates, and XeTeX, and add two map file using updmap. Instead of uninstalling ConTeXt updates, I removed pdftex.map in /fonts/map/pdftex/context/ folder. After running texhash, pdflatex worked fine. It located font files and no more mktexpk things. I'll do the same thing in the another mac in school to double checking. Thank you so much. Regards, Dalyoung
ther reason may be that there is a pdftex.map file in the context path and the tds is not that robust for multiple instances of the same file; make sure that there is no pdftex.map under fonts/map/*/ context/*
Hans
On Jun 13, 2005, at 04:07, 정 달영 wrote:
Dear Hans,
I reinstalled TeX, ConTeXt updates, and XeTeX, and add two map file using updmap. Instead of uninstalling ConTeXt updates, I removed pdftex.map in /fonts/map/pdftex/context/ folder. After running texhash, pdflatex worked fine. It located font files and no more mktexpk things.
I'll do the same thing in the another mac in school to double checking.
Thank you so much.
Regards,
Dalyoung
ther reason may be that there is a pdftex.map file in the context path and the tds is not that robust for multiple instances of the same file; make sure that there is no pdftex.map under fonts/map/*/context/*
Is this something I should take care of upon install? Wht is this pdftex.map shipping with ConTeXt? Can I just remove it before repackaging? G
2005. 06. 16, 오후 3:40, Gerben Wierda 작성:
Is this something I should take care of upon install? Wht is this pdftex.map shipping with ConTeXt? Can I just remove it before repackaging?
I look into the file texmf.local/fonts/map/pdftex/context/pdftex.map before removing. It is just an empty file. I don't know why it is in there. Regards, Dalyoung
Gerben Wierda wrote:
On Jun 13, 2005, at 04:07, 정 달영 wrote:
Dear Hans,
I reinstalled TeX, ConTeXt updates, and XeTeX, and add two map file using updmap. Instead of uninstalling ConTeXt updates, I removed pdftex.map in /fonts/map/pdftex/context/ folder. After running texhash, pdflatex worked fine. It located font files and no more mktexpk things.
I'll do the same thing in the another mac in school to double checking.
Thank you so much.
Regards,
Dalyoung
ther reason may be that there is a pdftex.map file in the context path and the tds is not that robust for multiple instances of the same file; make sure that there is no pdftex.map under fonts/map/*/context/*
Is this something I should take care of upon install? Wht is this pdftex.map shipping with ConTeXt? Can I just remove it before repackaging?
it's a a test file that ended up in my 'to be copied to the zip path' you can remove it, context does not need it 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 -----------------------------------------------------------------
participants (6)
-
Dalyoung
-
Gerben Wierda
-
h h extern
-
Hans Hagen
-
Taco Hoekwater
-
정 달영