Hans, I was away for a while. What exactly is the current status of ConTeXt beta and what exactly do I need to change? Is the change for "selfautoparent:" ready now? Is there anything else that I should do right away? Mojca
On 9-2-2011 10:17, Mojca Miklavec wrote:
I was away for a while. What exactly is the current status of ConTeXt
Ah, therefore the silence.
beta and what exactly do I need to change? Is the change for "selfautoparent:" ready now? Is there anything else that I should do right away?
The self stuff is already in the scripts. I think that you can just replace texmfcnf.lua by contextcnf.lua. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, Feb 9, 2011 at 14:53, Hans Hagen
On 9-2-2011 10:17, Mojca Miklavec wrote:
I was away for a while. What exactly is the current status of ConTeXt
Ah, therefore the silence.
beta and what exactly do I need to change? Is the change for "selfautoparent:" ready now? Is there anything else that I should do right away?
The self stuff is already in the scripts. I think that you can just replace texmfcnf.lua by contextcnf.lua.
OK. Just a few questions: 1.) [low priority] Is there some elegant way to assign TEXMFHOME=home:Library/texmf just on Mac OS X? (Or maybe TEXMFHOME={home:Library/texmf,home:texmf} would work ...) 2.) [higher priority] I don't know why, but until I deleted the old caches entirely, I kept getting a weird long list of messages: fonts > defining > source file '/Users/mojca/context/context-test/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf' is not found fonts > defining > using source file '/Users/mojca/context/context-test2/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf' (cache mismatch) fonts > defining > source file '/Users/mojca/context/context-test/tex/texmf/fonts/opentype/public/lm/lmroman7-regular.otf' is not found fonts > defining > using source file '/Users/mojca/context/context-test2/tex/texmf/fonts/opentype/public/lm/lmroman7-regular.otf' (cache mismatch) fonts > defining > source file '/Users/mojca/context/context-test/tex/texmf/fonts/type1/hoekwater/stmaryrd/stmary10.pfb' is not found fonts > defining > using source file '/Users/mojca/context/context-test2/tex/texmf/fonts/type1/hoekwater/stmaryrd/stmary10.pfb' (cache mismatch) 3.) What exactly does the following information in contextcnf.lua stand for? version = "1.0.2", date = "2010-06-07", time = "14:49:00", (format changes in an almost incompatible way ... but the version stays the same :) :) :) 4.) I just realized that TEXMFEXTRA is present in MKII, but absent in MKIV (that is probably why fixing the module didn't work earlier). Would it make sense to unify that? Mojca
On 9-2-2011 9:48, Mojca Miklavec wrote:
OK. Just a few questions:
1.) [low priority] Is there some elegant way to assign TEXMFHOME=home:Library/texmf just on Mac OS X? (Or maybe TEXMFHOME={home:Library/texmf,home:texmf} would work ...)
We sort of expect home to be just one path .. I can imagine that we have TEXMFHOME=home:{,Library}/texmf and resolve that one in an early stage to the first valid path ... I have to play with this if really needed. But, we can do this: TEXMFHOME = os.name == "macosx" and "home:Library/texmf" or "home:texmf" If this is working ok, I'll add it to contextcnf.lua.
2.) [higher priority] I don't know why, but until I deleted the old caches entirely, I kept getting a weird long list of messages:
fonts> defining> source file '/Users/mojca/context/context-test/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf' is not found fonts> defining> using source file '/Users/mojca/context/context-test2/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf' (cache mismatch) fonts> defining> source file '/Users/mojca/context/context-test/tex/texmf/fonts/opentype/public/lm/lmroman7-regular.otf' is not found fonts> defining> using source file '/Users/mojca/context/context-test2/tex/texmf/fonts/opentype/public/lm/lmroman7-regular.otf' (cache mismatch) fonts> defining> source file '/Users/mojca/context/context-test/tex/texmf/fonts/type1/hoekwater/stmaryrd/stmary10.pfb' is not found fonts> defining> using source file '/Users/mojca/context/context-test2/tex/texmf/fonts/type1/hoekwater/stmaryrd/stmary10.pfb' (cache mismatch)
hm, there will be an old cache but the hash should be used, so it's somewhat weird
3.) What exactly does the following information in contextcnf.lua stand for?
version = "1.0.2", date = "2010-06-07", time = "14:49:00",
(format changes in an almost incompatible way ... but the version stays the same :) :) :)
well, the older variant is still supported, i'll jump the number
4.) I just realized that TEXMFEXTRA is present in MKII, but absent in MKIV (that is probably why fixing the module didn't work earlier). Would it make sense to unify that?
no, let's forget about TEXMFEXTRA, it originates on older texlives where there was something with new stuff not yet in the main tree (some fonts if i remember right) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Mojca Miklavec