Dear all, I have tried to upgrade ConTeXt using sudo ctxtools --updatecontext followed by sudo texmfstart texexec --make en and sudo texmfstart texexec --make --xetex en Following the upgrade a normal ConTeXt document runs perfectly but when I run XeConTeXt through TeXShop I get the readout below. When I go back to the TeXLive download of TeX everything works. Any advice would be welcome. Thanks, Charlie TeXExec | processing document 'SocialSpace.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file SocialSpace.top TeXExec | using randomseed 80 TeXExec | tex engine: xetex TeXExec | tex format: cont-en This is XeTeXk, Version 3.141592-2.2-0.996 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./SocialSpace.tex ConTeXt ver: 2008.05.21 15:21 MKII fmt: 2008.5.23 int: english/ english language : language en is active system : cont-new loaded (/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-new.mkii) (/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-mtx.tex)) system : cont-old loaded (/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (/usr/local/texlive/2007/../texmf-local/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys.rme loaded (/usr/local/texlive/2007/../texmf-local/tex/context/user/cont-sys.rme (/usr/local/texlive/2007/../texmf-local/tex/context/base/type-tmf.tex) (/usr/local/texlive/2007/../texmf-local/tex/context/base/type-siz.tex) (/usr/local/texlive/2007/../texmf-local/tex/context/base/type-otf.tex) (/usr/local/texlive/2007/../texmf-local/tex/context/base/type- xtx.tex))kpathsea: Running mktextfm lmromanslant10-regular mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input lmromanslant10-regular This is METAFONT, Version 2.71828 (Web2C 7.5.6) kpathsea: Running mktexmf lmromanslant10-regular ! I can't find file `lmromanslant10-regular'. <*> ...; nonstopmode; input lmromanslant10-regular Please type another input file name ! Emergency stop. <*> ...; nonstopmode; input lmromanslant10-regular Transcript written on mfput.log. grep: lmromanslant10-regular.log: No such file or directory mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input lmromanslant10-regular' failed to make lmromanslant10-regular.tfm. kpathsea: Appending font creation commands to missfont.log. bodyfont : 12pt rm is loaded ! Font \*7ptrmslrm*:=lmromanslant10-regular at 7.0pt not loadable: Metric (TFM) file or installed font not found. <to be read again> \relax \xxdododefinefont ...tspec {#4}\newfontidentifier \let \localrelativefontsiz... \dodosettextfamilyA ...amily \fontsize \endcsname \else \ifcsname \fontbody ... \dosettextfamily ...ttextfamily \scriptscriptfont \let \fontbody \scriptface... <inserted text> ...y \c!bf \dosettextfamily \c!sl \dosettextfamily \c! it \do... \synchronizetext ...athfonts \the \textstrategies \fi ... l.1 \definetypeface[Hoefler][rm][Xserif][Hoefler Text] ? x No pages of output. Transcript written on SocialSpace.log. TeXUtil | parsing file SocialSpace.tui TeXUtil | shortcuts : 169 TeXUtil | expansions: 308 TeXUtil | reductions: 0 TeXUtil | divisions : 0 TeXUtil | loaded files: 1 TeXUtil | temporary files: 0 TeXUtil | commands: 25 TeXUtil | programs: 0 TeXUtil | tuo file saved TeXExec | runtime: 100.320881
On Fri, May 23, 2008 at 12:55 PM, Charles Doherty wrote:
Dear all,
I have tried to upgrade ConTeXt using sudo ctxtools --updatecontext followed by sudo texmfstart texexec --make en and sudo texmfstart texexec --make --xetex en
Following the upgrade a normal ConTeXt document runs perfectly but when I run XeConTeXt through TeXShop I get the readout below. When I go back to the TeXLive download of TeX everything works.
Any advice would be welcome.
In order to be able to use the latest ConTeXt, you need to: - "install" to the latest LM fonts - preferrably "install" the latest XeTeX For XeTeX, the easiest way is to upgrade it is to download it from here: http://minimals.contextgarden.net/current/bin/xetex/ and replace the old executable (maybe you need to set the executable flag after download) or simply issue something like: rsync -av rsync://contextgarden.net/minimals/current/bin/xetex/osx-yourarchitecture/bin/ /usr/texbin/ For Latin Modern fonts you can try (single line) rsync -av rsync://contextgarden.net/minimals/current/fonts/new/fonts/opentype/public/lm/ /path-to-tex-tree/fonts/opentype/public/lm/ and then run mktexlsr. Mojca
Dear Mojca, After a little self-inflicted pain your suggestions below worked perfectly! Thank you very much, Charlie On 24 May 2008, at 08:21, Mojca Miklavec wrote:
or simply issue something like: rsync -av rsync://contextgarden.net/minimals/current/bin/xetex/ osx-yourarchitecture/bin/ /usr/texbin/
For Latin Modern fonts you can try (single line) rsync -av rsync://contextgarden.net/minimals/current/fonts/new/ fonts/opentype/public/lm/ /path-to-tex-tree/fonts/opentype/public/lm/ and then run mktexlsr.
Mojca
participants (2)
-
Charles Doherty
-
Mojca Miklavec