Hi, I uploaded a beta. Tho most important change is that mkii and mkiv are now completely separated, only a couple of modules and styles are shared. Another change is that language related information is now organized differently. Labels and such are in lang-txt.lua and easier to maintain. For those writing pretty printers: pluggable code is now under xxxx-imp-* i.e. the imp subnamespace. I have considered -base, -user etc but that would lead to too much testing. Users can put their extensions (when part of third party modules) under for instance buff-imp-t-<somename> which is unique enough. Anyway, by using an additional -imp- we have less change of clashing with core modules. Some more will probably follow. Hopefully all files are in the zip. 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 -----------------------------------------------------------------
Hi Hans,
my new ConTeXt misses v-default.mkiv:
----------------------------------------
...
<+ c:/contextminimal/texmf-context/tex/context/base/buff-par.lua>)
! I can't find file `v-default.mkiv'.
<to be read again>
\relax
l.246 \loadmarkfile{v-default}
% preloaded as otherwise spurious spaces i...
Please type another input file name:
----------------------------------------
Greetings Lutz
2011/1/25 Hans Hagen
Hi,
I uploaded a beta. Tho most important change is that mkii and mkiv are now completely separated, only a couple of modules and styles are shared.
Another change is that language related information is now organized differently. Labels and such are in lang-txt.lua and easier to maintain.
For those writing pretty printers: pluggable code is now under xxxx-imp-* i.e. the imp subnamespace. I have considered -base, -user etc but that would lead to too much testing. Users can put their extensions (when part of third party modules) under for instance buff-imp-t-<somename> which is unique enough. Anyway, by using an additional -imp- we have less change of clashing with core modules. Some more will probably follow.
Hopefully all files are in the zip.
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 ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 25-1-2011 9:53, Lutz Haseloff wrote:
Hi Hans,
my new ConTeXt misses v-default.mkiv:
---------------------------------------- ... <+ c:/contextminimal/texmf-context/tex/context/base/buff-par.lua>) ! I can't find file `v-default.mkiv'.
ah, ok. needs to be buff-imp-default etc (on my machine it pick them up from a backup path so it went unnoticed) .. fixed in 5 min 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 Tue, Jan 25, 2011 at 09:53, Lutz Haseloff
Hi Hans,
my new ConTeXt misses v-default.mkiv:
---------------------------------------- ... <+ c:/contextminimal/texmf-context/tex/context/base/buff-par.lua>) ! I can't find file `v-default.mkiv'. <to be read again> \relax l.246 \loadmarkfile{v-default} % preloaded as otherwise spurious spaces i... Please type another input file name: ----------------------------------------
I have exactly same error here.
now is java-ini.mkiv missing:
loading : ConTeXt Table Macros / Line Tables
) (c:/contextminimal/texmf-context/tex/context/base/tabl-tsp.mkiv
loading : ConTeXt Table Macros / Splitting
)
! I can't find file `java-ini.mkiv'.
<to be read again>
\relax
l.277 \loadmarkfile{java-ini}
Please type another input file name:
Greetings Lutz
2011/1/25 Vnpenguin
On Tue, Jan 25, 2011 at 09:53, Lutz Haseloff
wrote: Hi Hans,
my new ConTeXt misses v-default.mkiv:
---------------------------------------- ... <+ c:/contextminimal/texmf-context/tex/context/base/buff-par.lua>) ! I can't find file `v-default.mkiv'. <to be read again> \relax l.246 \loadmarkfile{v-default} % preloaded as otherwise spurious spaces i... Please type another input file name: ----------------------------------------
I have exactly same error here. ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 25-1-2011 10:53, Lutz Haseloff wrote:
now is java-ini.mkiv missing:
loading : ConTeXt Table Macros / Line Tables ) (c:/contextminimal/texmf-context/tex/context/base/tabl-tsp.mkiv loading : ConTeXt Table Macros / Splitting ) ! I can't find file `java-ini.mkiv'. <to be read again> \relax l.277 \loadmarkfile{java-ini}
Please type another input file name:
new attempt ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Update works now for me.
Thank You very much.
Greetings Lutz
2011/1/25 Hans Hagen
On 25-1-2011 10:53, Lutz Haseloff wrote:
now is java-ini.mkiv missing:
loading : ConTeXt Table Macros / Line Tables ) (c:/contextminimal/texmf-context/tex/context/base/tabl-tsp.mkiv loading : ConTeXt Table Macros / Splitting ) ! I can't find file `java-ini.mkiv'. <to be read again> \relax l.277 \loadmarkfile{java-ini}
Please type another input file name:
new attempt
----------------------------------------------------------------- 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 -----------------------------------------------------------------
svg is not rendered in the beta.
\startxmlsetups xml:img
\externalfigure[\xmlatt{#1}{src}]
\stopxmlsetups
On Tue, Jan 25, 2011 at 6:31 PM, Lutz Haseloff wrote: Update works now for me. Thank You very much. Greetings Lutz 2011/1/25 Hans Hagen On 25-1-2011 10:53, Lutz Haseloff wrote: now is java-ini.mkiv missing: loading : ConTeXt Table Macros / Line Tables
) (c:/contextminimal/texmf-context/tex/context/base/tabl-tsp.mkiv
loading : ConTeXt Table Macros / Splitting
)
! I can't find file `java-ini.mkiv'.
<to be read again>
\relax
l.277 \loadmarkfile{java-ini} Please type another input file name: new attempt -----------------------------------------------------------------
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
----------------------------------------------------------------- ___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to
the Wiki! maillist : ntg-context@ntg.nl /
http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net ___________________________________________________________________________________
! LuaTeX error ...xt/beta/tex/texmf-context/tex/context/base/l-dir.lua:67: cannot open /home/braslau/.fonts/: No such file or directory This shouldn't happen. After "mkdir $HOME/.fonts", context runs successfully. Well, sort-of. luatex hangs on page 141, trying to place an external figure: C! Interruption. \startlocalframed ...g {\framedparameter \c!frame }\edef \@@locallocation {\... \externalfigurereplacement ...!frame =\@@efframe ] {\tt \tfxx \nohyphens nam... \finishexternalfigure ...urefileoriginal {unknown} \else \the \externalfigure... \calculateexternalfigure ...\finishexternalfigure \fi \ctxlua {figures.pop()} \dodoplaceexternalfigure ...[][#1][#2][#3][#4][#5] \naturalvbox attr \imageat... \doexternalfigure ...value {\??ef \??ef #1}[#3]}}} \globallet \currentresourc... ... l.292 ... [Clichés0006_300] [width=.5\textwidth]} Alan On Tuesday 25 January 2011 09:40:39 Hans Hagen wrote:
Hi,
I uploaded a beta. Tho most important change is that mkii and mkiv are now completely separated, only a couple of modules and styles are shared.
Another change is that language related information is now organized differently. Labels and such are in lang-txt.lua and easier to maintain.
For those writing pretty printers: pluggable code is now under xxxx-imp-* i.e. the imp subnamespace. I have considered -base, -user etc but that would lead to too much testing. Users can put their extensions (when part of third party modules) under for instance buff-imp-t-<somename> which is unique enough. Anyway, by using an additional -imp- we have less change of clashing with core modules. Some more will probably follow.
Hopefully all files are in the zip.
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
----------------------------------------------------------------- ___________________________________________________________________________ ________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________ ________
-- Alan Braslau CEA DSM-IRAMIS-SPEC CNRS URA 2464 Orme des Merisiers 91191 Gif-sur-Yvette cedex FRANCE tel: +33 1 69 08 73 15 fax: +33 1 69 08 87 86 mailto:alan.braslau@cea.fr .''`. : :' : `. `'` `-
On 1-2-2011 11:51, Alan BRASLAU wrote:
! LuaTeX error ...xt/beta/tex/texmf-context/tex/context/base/l-dir.lua:67: cannot open /home/braslau/.fonts/: No such file or directory
is this new? weird as nothing was changed there .. anyway, i added a check
This shouldn't happen. After "mkdir $HOME/.fonts", context runs successfully. Well, sort-of. luatex hangs on page 141, trying to place an external figure:
hard to say what happens there .. only that image? 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 Tuesday 01 February 2011 12:30:40 Hans Hagen wrote:
On 1-2-2011 11:51, Alan BRASLAU wrote:
! LuaTeX error ...xt/beta/tex/texmf-context/tex/context/base/l-dir.lua:67: cannot open /home/braslau/.fonts/: No such file or directory
is this new? weird as nothing was changed there .. anyway, i added a check
I believe that this is new (but did not test systematically). In any case, it should indeed be caught.
This shouldn't happen. After "mkdir $HOME/.fonts", context runs successfully.
Well, sort-of. luatex hangs on page 141, trying to place an external
figure:
hard to say what happens there .. only that image?
OK, I hunted it down. Now, with the current beta, context (mkiv) hangs when the external figure does not exist, or if it is a hanging symbolic link (pointing to a file that does not exist). Previously, this did not cause any problems, and a magnificent grey box containing the missing file name was placed. I found this to be a feature. Clearly, hanging as curently is a bug. Also, I had one case of a 5.8 Mb tiff figure that caused problems. Converting it to a 600 kb png now goes through. Was it the filesize or the tiff format that was a problem? Note that this figure did not cause problems before. Alan
participants (5)
-
Alan BRASLAU
-
Anand Raj
-
Hans Hagen
-
Lutz Haseloff
-
Vnpenguin