[NTG-context] Unable To Render Table With Over 3000 Rows
When I attempt to render a table with more than about 3000 rows I get the following error. Searching the archives I found one message suggesting that [save size] is hard coded and cannot be increased. The application is rendering business reports; they are relatively simple documents but we definitely need more than 3000 rows. Is there a way to configure context to render tables of this size? Thanks, Neal Lester (C:/projects/context/tex/texmf-context/tex/context/base/cont-yes.mkiv ConTeXt ver: 2014.01.03 00:40 MKIV current fmt: 2014.5.28 int: english/english system 'cont-new.mkiv' loaded (C:/projects/context/tex/texmf-context/tex/context/base/cont-new.mkiv) system files jobname 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', input './temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', result 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47' fontslatin modern fonts are not preloaded languageslanguage 'en' is active (C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex{C:/projects/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map} fontspreloading latin modern fonts (second stage) fontstypescripts unknown library 'loc' {C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map} fonts'fallback modern rm 12pt' is loaded structuresectioning part @ level 1 : 1 - ! TeX capacity exceeded, sorry [save size=5] system tex error on line 5025 in file C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex: TeX capacity exceeded, sorry [ ... 5015 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,992\eTD \eTR 5016 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,993\eTD \eTR 5017 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,994\eTD \eTR 5018 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,995\eTD \eTR 5019 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,996\eTD \eTR 5020 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,997\eTD \eTR 5021 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,998\eTD \eTR 5022 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,999\eTD \eTR 5023 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 5,000\eTD \eTR 5024 \eTABLEbody 5025 \eTABLE 5026 \stoptext 5027 If you really absolutely need more capacity, you can ask a wizard to enlarge me. ! == Fatal error occurred, no output PDF file produced! ___ 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 ___
[NTG-context] request for cooperation to the editor texstudio has support for ConTeXt
regards My name is john and i am a science student , had always used latex , but I recently introducing me to ConTeXt , I always used latex editor TeXstudio ( http://texstudio.sourceforge.net/ ) but unfortunately this is not supported of ConTeXt now , I do not want to switch to another editor ( if I suggest auctex , but I thought ) because texstudio is good, and I am of those who think that if a project is missing something better to help implement it. So I turned to the task of making the request for support had texstudio ConTeXt , and kindly told that if they wished to have support for ConTeXt unfortunately texstudio project authors do not have time and do not know much so I asked ConTeXt help, but so far I 'm introducing ConTeXt and would be outrageous to create something as useful as is the Auto Completion and ConTeXt syntax analysis . I ask for help to some of you who work with the authors ( they can contact them are very open ) to texstudio has full support for ConTeXt in principle would help complete syntax files and auto-complete , and if you want to create a partnership between the I think the two projects texstudio authors I would be delighted . The entry in which this feature is asked : http://sourceforge.net/p/texstudio/feature-requests/701/ (the last comment explains how to implement context in texstudio , even in early stage ) the mailing address of the authors are : *Benito van der Zander ( author ) :* ben...@benibela.de ( Please mention texstudio in the subject , if you write a mail ) or http://sourceforge.net/u/benibela/profile/ *Tim Hoffmann : *http://sourceforge.net/u/userid-1903580/profile/ *Jan Sundermeyer :* http://sourceforge.net/u/jsundermeyer/profile/ The language on which it is built is qt / c + + if anything , I would appreciate that someone who is knowledgeable and wants to collaborate with texstudio help the project thank you very much ___ 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 ___
[NTG-context] Tagged PDF - Standard structure type for list elements
Hi, I have found a small bug in line 62 of strc-tag.lua: item = { pdf = Li, nature = display }, The standard structure type for list elements is LI not Li. Please correct the line to item = { pdf = LI, nature = display }, A minimal example to reproduce is: \setuptagging[state=start] \starttext \startitemize \item One \stopitemize \stoptext I am using ConTeXt Version 2014.05.27 13:38. Thanks, Christoph ___ 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 ___
[NTG-context] Tagged PDF - Math
Hi, ConTeXt can produce tagged PDF - this is really cool! (At the moment ConTeXt/luaTeX seems to be the only macropackage/TeX-engine that is able to do this.) What is the status of producing structure information for math? After a quick evaluation I observe two issues: 1. Empty entry in RoleMap: ConTeXt wisely uses the RoleMap entry of the StructTreeRoot element in a PDF to map structure element names to standard element names. In PDF terms, RoleMap is a dictionary with keys and values. Unfortunately, certain math elements seem to lead to a corrupt RoleMap, e.g., the usage of a square root results in an empty dictionary key with corresponding value \Span. A minimal example is: \setuptagging[state=start] \starttext \startformula \sqrt{A} \stopformula \stoptext 2. Structure element contains index of type real number: According to the PDF Reference V 1.7 (see Table 10.10) a structure element dictionary's K entry can be an integer (e.g. 2) that denotes an index for a marked-content sequence. When tagging math, ConTeXt sometimes produces a real value (e.g. 2.000) instead. A minimal example is: (In this example the last element B receives such a real number index) \setuptagging[state=start] \starttext \startformula A = B \stopformula \stoptext I am using ConTeXt version 2014.05.27 13:38. Thanks in advance for any feedback. Christoph ___ 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 ___
Re: [NTG-context] request for cooperation to the editor texstudio has support for ConTeXt
On 5/29/2014 7:36 AM, Juan jose wrote: regards My name is john and i am a science student , had always used latex , but I recently introducing me to ConTeXt , I always used latex editor TeXstudio ( http://texstudio.sourceforge.net/ ) but unfortunately this is not supported of ConTeXt now , I do not want to switch to another editor ( if I suggest auctex , but I thought ) because texstudio is good, and I am of those who think that if a project is missing something better to help implement it. So I turned to the task of making the request for support had texstudio ConTeXt , and kindly told that if they wished to have support for ConTeXt unfortunately texstudio project authors do not have time and do not know much so I asked ConTeXt help, but so far I 'm introducing ConTeXt and would be outrageous to create something as useful as is the Auto Completion and ConTeXt syntax analysis . it depends on how this is driven - Syntax highlighting: If it's hard coded for latex, it will never look good for context, Basically a context syntax highlighter can be very simple i.e. line based and stick to coloring specific characters (some 4 categories) as well as \macronames. Probably the most advanced highlighter is the one I made for SciTE as that one also deals with classes of commands, embedded mp and lua. - Can one make a complete switch between latex and something else, i.e. can one get rid of all latex things or will it be some hybriod, partial overload. If the latter is the case, it will be quite confusing. (Last time i looked into texworks for instance it had such hard coded features that made no sense for context, so i gave up on it.) I ask for help to some of you who work with the authors ( they can contact them are very open ) to texstudio has full support for ConTeXt in principle would help complete syntax files and auto-complete , and if you want to create a partnership between the I think the two projects texstudio authors I would be delighted . if you know what input the editor takes, we can extend this: mtxrun --script interfaces You'll see that there are several editors mentions so adding another one is no big deal. The entry in which this feature is asked : http://sourceforge.net/p/texstudio/feature-requests/701/ (the last comment explains how to implement context in texstudio , even in early stage ) the mailing address of the authors are : *Benito van der Zander ( author ) :* ben...@benibela.de ( Please mention texstudio in the subject , if you write a mail ) or http://sourceforge.net/u/benibela/profile/ *Tim Hoffmann : *http://sourceforge.net/u/userid-1903580/profile/ *Jan Sundermeyer :* http://sourceforge.net/u/jsundermeyer/profile/ The language on which it is built is qt / c + + if anything , I would appreciate that someone who is knowledgeable and wants to collaborate with texstudio help the project 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 ___
Re: [NTG-context] Special look of \item
Hello, On Thu, 29 May 2014 18:05:47 +0200, Aditya Mahajan adit...@umich.edu wrote: BTW: I tried to wikify but the result differs from that I'm getting with the latest beta (attached to this mail); so I wikified nothing. The wiki uses an old context version. You should try the example with context mode=mkiv source=yes ... /context Yes, this is what I'm normally using. If not, post the code and upload the image from your computer.That is better than not adding this to the wiki at all! (It was not truth that Ctx wiki didn't compile the exmaple - but it produced another output than the latest Ctx beta!) Anyway, wikified using an image: http://wiki.contextgarden.net/Command/item Best regards, Lukas Aditya -- Ing. Lukáš Procházka [mailto:l...@pontex.cz] Pontex s. r. o. [mailto:pon...@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 241 096 751 Fax: +420 244 461 038 ___ 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 ___
Re: [NTG-context] Tagged PDF - Math
On 5/30/2014 9:33 AM, Christoph Reller wrote: Hi, ConTeXt can produce tagged PDF - this is really cool! (At the moment ConTeXt/luaTeX seems to be the only macropackage/TeX-engine that is able to do this.) What is the status of producing structure information for math? After a quick evaluation I observe two issues: 1. Empty entry in RoleMap: ConTeXt wisely uses the RoleMap entry of the StructTreeRoot element in a PDF to map structure element names to standard element names. In PDF terms, RoleMap is a dictionary with keys and values. Unfortunately, certain math elements seem to lead to a corrupt RoleMap, e.g., the usage of a square root results in an empty dictionary key with corresponding value \Span. A minimal example is: \setuptagging[state=start] \starttext \startformula \sqrt{A} \stopformula \stoptext 2. Structure element contains index of type real number: According to the PDF Reference V 1.7 (see Table 10.10) a structure element dictionary's K entry can be an integer (e.g. 2) that denotes an index for a marked-content sequence. When tagging math, ConTeXt sometimes produces a real value (e.g. 2.000) instead. A minimal example is: (In this example the last element B receives such a real number index) \setuptagging[state=start] \starttext \startformula A = B \stopformula \stoptext I am using ConTeXt version 2014.05.27 13:38. Thanks in advance for any feedback. fixed in next beta - 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 ___
Re: [NTG-context] Unable To Render Table With Over 3000 Rows
On 5/28/2014 6:34 PM, Neal Lester wrote: When I attempt to render a table with more than about 3000 rows I get the following error. Searching the archives I found one message suggesting that [save size] is hard coded and cannot be increased. The application is rendering business reports; they are relatively simple documents but we definitely need more than 3000 rows. Is there a way to configure context to render tables of this size? at some point you will hit other limitations you can jump the number by changing a line in the source code but as that is cumbersome I changed the beta a bit so that you can add this line in the texmfcnf.lua file in the directives section: [luatex.savesize] = 10, (i now report the relevant values at the end of a context --make run as some need to be saved with the format due to startup relationships) I also set the value to 100K by default. Hans Thanks, Neal Lester (C:/projects/context/tex/texmf-context/tex/context/base/cont-yes.mkiv ConTeXt ver: 2014.01.03 00:40 MKIV current fmt: 2014.5.28 int: english/english system 'cont-new.mkiv' loaded (C:/projects/context/tex/texmf-context/tex/context/base/cont-new.mkiv) system files jobname 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', input './temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', result 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47' fontslatin modern fonts are not preloaded languageslanguage 'en' is active (C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex{C:/projects/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map} fontspreloading latin modern fonts (second stage) fontstypescripts unknown library 'loc' {C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map} fonts'fallback modern rm 12pt' is loaded structuresectioning part @ level 1 : 1 - ! TeX capacity exceeded, sorry [save size=5] system tex error on line 5025 in file C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex: TeX capacity exceeded, sorry [ ... 5015 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,992\eTD \eTR 5016 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,993\eTD \eTR 5017 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,994\eTD \eTR 5018 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,995\eTD \eTR 5019 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,996\eTD \eTR 5020 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,997\eTD \eTR 5021 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,998\eTD \eTR 5022 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,999\eTD \eTR 5023 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 5,000\eTD \eTR 5024 \eTABLEbody 5025 \eTABLE 5026 \stoptext 5027 If you really absolutely need more capacity, you can ask a wizard to enlarge me. ! == Fatal error occurred, no output PDF file produced! ___ 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 ___ -- - 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 ___
[NTG-context] bug in latest beta (2014-05-30 18:07)
Hans, I’m afraid that the latest beta contains a bug that prevents the compilation of any document. Error is the following (complete log available at http://www.ousia.tk/nocache.log): Ouch---my internal constants have been clobbered! ---case 1 mtx-context | fatal error: return code: 1 Could you fix it? Many thanks for your help, Pablo -- http://www.ousia.tk ___ 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 ___
Re: [NTG-context] Unable To Render Table With Over 3000 Rows
On Fri, 30 May 2014 18:11:46 +0200 Hans Hagen pra...@wxs.nl wrote: On 5/28/2014 6:34 PM, Neal Lester wrote: When I attempt to render a table with more than about 3000 rows I get the following error. Searching the archives I found one message suggesting that [save size] is hard coded and cannot be increased. The application is rendering business reports; they are relatively simple documents but we definitely need more than 3000 rows. Is there a way to configure context to render tables of this size? at some point you will hit other limitations you can jump the number by changing a line in the source code but as that is cumbersome I changed the beta a bit so that you can add this line in the texmfcnf.lua file in the directives section: [luatex.savesize] = 10, (i now report the relevant values at the end of a context --make run as some need to be saved with the format due to startup relationships) I also set the value to 100K by default. Hans Thanks, Neal Lester (C:/projects/context/tex/texmf-context/tex/context/base/cont-yes.mkiv ConTeXt ver: 2014.01.03 00:40 MKIV current fmt: 2014.5.28 int: english/english system 'cont-new.mkiv' loaded (C:/projects/context/tex/texmf-context/tex/context/base/cont-new.mkiv) system files jobname 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', input './temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', result 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47' fontslatin modern fonts are not preloaded languageslanguage 'en' is active (C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex{C:/projects/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map} fontspreloading latin modern fonts (second stage) fonts typescripts unknown library 'loc' {C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map} fonts'fallback modern rm 12pt' is loaded structuresectioning part @ level 1 : 1 - ! TeX capacity exceeded, sorry [save size=5] system tex error on line 5025 in file C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex: TeX capacity exceeded, sorry [ ... 5015 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,992\eTD \eTR 5016 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,993\eTD \eTR 5017 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,994\eTD \eTR 5018 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,995\eTD \eTR 5019 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,996\eTD \eTR 5020 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,997\eTD \eTR 5021 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,998\eTD \eTR 5022 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 4,999\eTD \eTR 5023 \bTR \bTD This is an arbitrary label\eTD \bTD[nc=1,align=flushright] 5,000\eTD \eTR 5024 \eTABLEbody 5025 \eTABLE 5026 \stoptext 5027 If you really absolutely need more capacity, you can ask a wizard to enlarge me. ! == Fatal error occurred, no output PDF file produced! ___ 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 ___ This sounds like a job for a programming language with printing features, and not a DTP program. In my days as a COBOL programmer printing a report from a data file with a million entries was not unusual. As my father used to say there are horses for courses. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: Create Book Covers with Scribus available at http://www.booklocker.com/books/4055.html ___ 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 ___
Re: [NTG-context] bug in latest beta (2014-05-30 18:07)
On 5/30/2014 7:33 PM, Pablo Rodriguez wrote: Hans, I’m afraid that the latest beta contains a bug that prevents the compilation of any document. Error is the following (complete log available at http://www.ousia.tk/nocache.log): Ouch---my internal constants have been clobbered! ---case 1 mtx-context | fatal error: return code: 1 Could you fix it? hm, weird, works here ... anyway, i added some extra safeguards, so check the next beta - 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 ___