It may have happened a long time ago. I just updated my context and could not compile my document with \setupbodyfont[lucida], something like: =========================================== define fonts > forced type afm of stmary10 not found define fonts > font with name stmary10 is not found load otf > loading: d:/ConTeXt/tex/texmf/fonts/opentype/public/lm/lmroma n8-bold.otf (hash: lmroman8-bold) load otf > font loaded okay load otf > file size: 112404 load otf > enhancing ... load otf > saving in cache: d:/ConTeXt/tex/texmf/fonts/opentype/public/l m/lmroman8-bold.otf report | lua: compiling d:/ConTeXt/tex/texmf-cache/luatex-cache/context/04a4119 fb83ff6c1c1b215f165317af6/fonts/otf/lmroman8-bold.tma into d:/ConTeXt/tex/texmf -cache/luatex-cache/context/04a4119fb83ff6c1c1b215f165317af6/fonts/otf/lmroman8 -bold.tmc virtual math > font LMMath8-Regular, no parameters set ! TeX capacity exceeded, sorry [parameter stack size=60]. \xdodefinebodyfont [#1][#2][#3]-> \checkrelativefontsize {#2}\ifcsname #2\end... \dododododefinedefaultbodyfont ...csname {4pt}{rm} \fi \next7 #1,->\dododododefinedefaultbodyfont {#1} \doprocesscommaitem \doprocesscommalist ...item \gobbleoneargument #1, ]\relax \global \advance \... \next6 #1,->\dodododefinedefaultbodyfont {#1} \doprocesscommaitem \doprocesscommalist ...item \gobbleoneargument #1, ]\relax \global \advance \... ... l.22 \setupbodyfont[lucida] ! ==> Fatal error occurred, no output PDF file produced! MTXrun | fatal error: return code: 1 =========================================== Last time I saw this message, I was preparing a document in a hurry so I just download an old cont-tmf.zip and it's okay again. I got a font AdobeSongStd-Light.otf and after ========================================== mtxrun --script fonts --reload ========================================== I still could not find it: ========================================== Zhichu@ZHICHU-PC /context/tex $ mtxrun --locate AdobeSongStd-Light.otf tree:///d:/ConTeXt/tex/texmf-fonts/fonts/opentype/public/Adobe/AdobeSongStd-Light.otf Zhichu@ZHICHU-PC /context/tex $ mtxrun --script fonts --list --pattern=Adobe* Zhichu@ZHICHU-PC /context/tex $ ========================================== Well, can you give me a hint what's wrong here? -- Best Regards Chen
On 08/23/2010 10:33 AM, Zhichu Chen wrote:
virtual math > font LMMath8-Regular, no parameters set ! TeX capacity exceeded, sorry [parameter stack size=60].
========================================== Well, can you give me a hint what's wrong here?
Wild guess: you installed a zip from the website, but did not copy contextcnf.lua to the name texmfcnf.lua (should be next to texmf.cnf). The context minimals does this for you automatically. Best wishes, Taco
On Mon, Aug 23, 2010 at 5:26 PM, Taco Hoekwater
On 08/23/2010 10:33 AM, Zhichu Chen wrote:
virtual math > font LMMath8-Regular, no parameters set ! TeX capacity exceeded, sorry [parameter stack size=60].
==========================================
Well, can you give me a hint what's wrong here?
Wild guess: you installed a zip from the website, but did not copy contextcnf.lua to the name texmfcnf.lua (should be next to texmf.cnf). The context minimals does this for you automatically.
Yea, you're right. I copy the file to where you suggested to put and it works just fine. Interesting. Thank you very much and may I suggest that it's time for the "ctxtools" update script to be updated.
Best wishes, Taco
-- Best Regards Chen
participants (2)
-
Taco Hoekwater
-
Zhichu Chen