ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* new beta
@ 2019-12-27 16:04 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2019-12-27 16:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded an mkiv and lmtx beta (remake/cache needed).

---------------------------------------------------
1 spacekerns for own features (experimental)
---------------------------------------------------

% decouple feature from 'kern' only

\definefontfeature [TestA] [default]
\definefontfeature [TestB] [default][kern=no]
\definefontfeature [TestC] [default][kern=no,xkern=yes]

\startluacode
   fonts.handlers.otf.addfeature {
       name = "kern",
       type = "kern",
       data = {
           [" "] = { ["X"] = 4000 }
       }
   }

   fonts.handlers.otf.addfeature {
       name = "xkern",
       type = "kern",
       data = {
           [" "] = { ["X"] = 1500 }
       }
   }

\stopluacode

\starttext
     \definedfont[Serif*TestA]\dorecurse{3}{#1 x x X\par}
     \definedfont[Serif*TestB]\dorecurse{3}{#1 x x X\par}
     \definedfont[Serif*TestC]\dorecurse{3}{#1 x x X\par}
\stoptext

---------------------------------------------------
2 hanging captions
---------------------------------------------------

% a follow up on HM request / WS discussion

\setupexternalfigures[location=default]

\setupcaption
   [figure]
   [align=tolerant]

\starttext

\startplacefigure[title={\samplefile{jojomayer}}]
   \externalfigure[hacker][width=.75\textwidth]
\stopplacefigure

\setupcaption
   [figure]
   [hang=yes]

\startplacefigure[title={\samplefile{jojomayer}}]
   \externalfigure[hacker][width=.75\textwidth]
\stopplacefigure

\stoptext

---------------------------------------------------
3 background fix in contour labels
---------------------------------------------------

% gray background was left over from testing

---------------------------------------------------
4 some stuff for offlist dev / discussion
---------------------------------------------------

% lmtx functionality related

---------------------------------------------------
5 some more documents
---------------------------------------------------

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2019-12-05 18:31 Hans Hagen
  2019-12-05 19:28 ` Otared Kavian
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2019-12-05 18:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new lmtx beta. Hopefully the installer works ok as I redid 
some of the "zip" related code (simpler, smaller binary too). FWIW, the 
luametatex codebase is now pretty close to okay, but of course there can 
be bugs, but nothing thay can't be solved fast.

Given some earlier discussions on the list, I wonder about running 
context in containers and (behind the screens) web applications. Is 
there anything needed, mostly in the support scripts I guess, that can 
make that more comfortable / efficient / etc?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2019-11-12 18:50 Hans Hagen
  2019-11-12 21:20 ` Pablo Rodriguez
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2019-11-12 18:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. Apart from some fixes, the main change in lmtx is 
that on windows most (a few exceptions) of the mechanisms that interface 
to the operating system support the internal wide character model which 
should make the lot more robust for file names, environment variables, 
command line options etc that (at the tex/lua end utf8) have characters 
other than ascii. Another improvement in lmtx is support for ancient 
type 1 fonts (like the type 1 lucidas) but that's more 'being complete' 
than a 'real need' (when such fonts are used wiping the cache is 
needed). Both these (lmtx only) patches can have unforseen (by me) side 
effects but nothing that can't be fixed fast.

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2019-10-11 14:27 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2019-10-11 14:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. Some might have noticed that stepwise some font 
support has been redone. We're talking of lmtx only here. For instance 
low level handling of color fonts as used for emoji but there are also 
other (often incomplete) fonts out there (overlay, png, svg) has become 
(on the average) a bit more efficient. It's somewhat tricky to satisfy 
viewers but at my end things work ok. It should also work in a cmyk only 
mode. As usual it's work in progress (and in this case very likely lmtx 
only).

Also some first (runtime) metafun (2) font creation support has been 
added (was always possible but it's a bit more convenient now). An 
example can be found in: meta-imp-gamesymbols.mkxl (the file can be 
processed with the 'context' command and will produce an example).

As usual imagination determines the limits of what context provides, so 
feel free to suggest more (examples). Again this is lmtx specific.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2016-10-12 15:42 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2016-10-12 15:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. There is a new command \setextrafontkerns which 
is described in the fonts-mkiv manual section 8.12. probably not that 
useful but kind of fun.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2015-11-17 10:53 Hans Hagen
  2015-11-19 21:29 ` Mojca Miklavec
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2015-11-17 10:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

There is a new beta coming but it goes in sync with a new release of 
luatex (0.85). As there have been some fundamental changes the macros 
and engine need to be updated in sync so when something goes wrong with 
an update, be patient and wait till binaries are in sync with macros for 
your platform. By the end of this week the garden should be ok.

The 0.85 release will be followed by a 0.90 early next year and 0.95 for 
texlive 2016. Then at the 10th context meeting we can release 1.00. 
After that the functionality of luatex is mostly stable but we can (and 
will) play with a follow up (so 2.* version will be betas again upto a 
3.* release). We've not run out of ideas yet.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* New beta
@ 2015-09-02 17:46 Fabrice Couvreur
  0 siblings, 0 replies; 549+ messages in thread
From: Fabrice Couvreur @ 2015-09-02 17:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 883 bytes --]

Hi,
If you compile the following file with new beta, the placement of the table
and the figure is incorrect.
Thank you,
Fabrice


\definefloat
   [recipe]
   [figure]

\setupfloat
   [recipe]
   [default={right,none}]

\startsetups[table:initialize]
  \setupTABLE[start][align={middle,lohi},offset=1ex]
\stopsetups

\starttext

\placerecipe{}{\externalfigure[louvre.jpg][width=5cm]}
Le tableau ci-dessous indique le nombre d'entrées (en milliers) au musée du
Louvre :
\blank
\startmidaligned
\bTABLE[setups=table:initialize]
\bTR
    \bTH  Années \eTH
    \bTD  2010    \eTD
    \bTD  2011    \eTD
    \bTD  2012    \eTD
    \bTD 2 013    \eTD
\eTR
\bTR
    \bTH Entrées (en milliers) \eTH
    \bTD  8\,346   \eTD
    \bTD  8\,841   \eTD
    \bTD  9\,720   \eTD
    \bTD  9\,200   \eTD
\eTR
\eTABLE
\stopmidaligned
\blank

\stoptext

[-- Attachment #1.2: Type: text/html, Size: 1440 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* New beta
@ 2015-09-02 16:43 Fabrice Couvreur
  0 siblings, 0 replies; 549+ messages in thread
From: Fabrice Couvreur @ 2015-09-02 16:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 883 bytes --]

Hi,
If you compile the following file with new beta, the placement of the table
and the figure is incorrect.
Thank you,
Fabrice


\definefloat
   [recipe]
   [figure]

\setupfloat
   [recipe]
   [default={right,none}]

\startsetups[table:initialize]
  \setupTABLE[start][align={middle,lohi},offset=1ex]
\stopsetups

\starttext

\placerecipe{}{\externalfigure[louvre.jpg][width=5cm]}
Le tableau ci-dessous indique le nombre d'entrées (en milliers) au musée du
Louvre :
\blank
\startmidaligned
\bTABLE[setups=table:initialize]
\bTR
    \bTH  Années \eTH
    \bTD  2010    \eTD
    \bTD  2011    \eTD
    \bTD  2012    \eTD
    \bTD 2 013    \eTD
\eTR
\bTR
    \bTH Entrées (en milliers) \eTH
    \bTD  8\,346   \eTD
    \bTD  8\,841   \eTD
    \bTD  9\,720   \eTD
    \bTD  9\,200   \eTD
\eTR
\eTABLE
\stopmidaligned
\blank

\stoptext

[-- Attachment #1.2: Type: text/html, Size: 1552 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2015-08-03 23:59 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2015-08-03 23:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. The reported bidi issue with footnotes had to do 
with some unhboxing that doesn't play well with the bidi analyzers, i.e. 
in case of

<new text> <unhboxed done text> <new text>

the done text is already treated. I now use a slightly different 
implementation.

I also added the arabicdecimals conversion.

There is also a new feature called profiling which is very experimental 
and falls into the 'over the top' category (it's not the fastest 
mechanism around).

\setupbodyfont[dejavu]

% methods: none strict fixed|haldfixed|quaterfixed|eightsfixed
% where fixed also adapts to grid snapping

\defineprofile
   [myprofile]
   [method=quarterfixed,
    height=\strutht,
    depth=\strutdp,
    distance=3pt]

\startbuffer
\dostepwiserecurse{1}{400}{5}{just a test #1 $\frac{x}{#1}^{#1}$ and 
}done\par
\stopbuffer

\starttext

     \startTEXpage[align=normal,strut=no]
         \getbuffer
     \stopTEXpage

     \startTEXpage[align=normal,strut=no,profile=myprofile]
         \getbuffer
     \stopTEXpage

     \enabletrackers[profiling.show]
     \startTEXpage[align=normal,strut=no,profile=myprofile]
         \getbuffer
     \stopTEXpage
     \disabletrackers[profiling.show]

\stoptext

In everyday use this feature is not that interesting but for special 
cases it might come in handy.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2015-07-09 13:39 Hans Hagen
  2015-07-10 15:05 ` Thomas A. Schmitz
  2015-07-10 19:53 ` Dominik Gerstorfer
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2015-07-09 13:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. As a prelude to some updates / improvements in 
the font handling an experimental new otf fontloader/handler is present. 
This one is not used by default but will likely replace the current one 
(only when it has been tested enough). At that time also some other 
pending changes will happen (no functional differences, only improvements).

There are a few advantages to the new approach:

- Indentifying fonts goes a bit faster (some 20 times) but that is 
already in the core.
- The mem footprint of initial loading a font is smaller.
- Initial loading can a bit slower depending on the kind of font (no big 
deal as we cache files) and if really needed can be sped up a bit.
- The cached instance is smaller.
- Loading the cached font is faster (not that it was slow but still).
- Some bits and pieces have been optimized (there is room for more but
I might decide not to do that).
- Extra substitution features like tlig and trep are now runtime and not 
cached.
- Processing in node mode can be somewhat faster for complex fonts.
- The generic font code will stay as it is for at least a while after 
the new code has become stable and the current method will stay around too.

Of course there will be bugs although the test suite runs without 
crashing. I will use the new code on my machine but you can test it with:

\usemodule[newotf]

before \starttext (or in cont-loc.mkiv).

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2015-06-13  8:00 Hans Hagen
  2015-06-14 22:21 ` Mojca Miklavec
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2015-06-13  8:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta. The most significant (visible) change is in the way 
mp handles outlines. Here are some examples:

% outlinetext   (text) transformations ;
% outlinetext.d (text) (draw options) transformations ;
% outlinetext.f (text) (fill options) transformations ;
% outlinetext.b (text) (draw options) (fill options) transformations ;
% outlinetext.r (text) (fill options) (draw options) transformations ;

\starttext

\startMPpage

     draw outlinetext.b
         ("\framed[align=normal]{\input{tufte}}")
         (withcolor .5white)
         (withcolor red withpen pencircle scaled 1/10)
         xsized 10cm ;

\stopMPpage

\startMPpage

     draw outlinetext.r
         ("\framed[align=normal]{\input{tufte}}")
         (withcolor red withpen pencircle scaled 1/10)
         (withcolor .5white)
         xsized 10cm ;

\stopMPpage

\startMPpage

     draw outlinetext.d
         ("\framed[align=normal]{\input{tufte}}")
         (withcolor .5white)
         xsized 10cm ;

\stopMPpage

\startMPpage

     picture p ; p := outlinetext.p("PX") ;

     for i within p :
         draw i withcolor red withpen pencircle scaled 1/10 ;
     endfor ;

\stopMPpage

\stoptext

If you say (will b edefault when no complaints):

\startMPdefinitions
     let graphictext = new_graphictext ;
\stopMPdefinitions

the graphictext macro will also use this method.

If you want a nice view on a font you can say:

\useMPlibrary[outlines]

\showshape[character=a,alternative=page]

\stoptext

or for a whole font:

\setupbodyfont[pagella]
\showshape[character=all,alternative=page]

or

\definedfont[almfixed]
\showshape[character=all,alternative=page]

Another change is a much faster reload of fonts database but as that 
doesn't happen often it might go unnoticed.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2015-05-15  9:53 Hans Hagen
  2015-05-15 13:58 ` Pablo Rodriguez
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2015-05-15  9:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. This is the last before a current that goes on tl 
2015.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2014-12-11 11:26 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2014-12-11 11:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta ... there is a new feature (for Alan):

\starttext

\chapter{The never ending story}

\section{An ending story}

\in{chapter}[match(complex bibliographies)]
\in{chapter}[match(never ending)]
\in{chapter}[match(ending)]
\in{chapter}[match(chapter:never ending)]
\in{chapter}[match(chapter:ending)]
\in{section}[match(section:ending)]
\in{figure}[match(float:mess)]
\in{figure}[match(figure:mess)]
\in{figure (not found)}[match(section:mess)]
\in{figure (not found)}[match(section:xxxx)]
\in{figure}[match(mess)]

\placefigure{What a mess}{}

\chapter{About complex bibliographies}

\in{chapter}[match(complex bibliographies)]
\in{chapter}[match(never ending)]
\in{figure}[match(mess)]

\stoptext



-----------------------------------------------------------------
                                           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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2014-12-03 17:42 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2014-12-03 17:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. This one has some new font code

- the generic code now uses the context code as of 2014-12-01
- that code uses a slightly faster access method
- it works in plain but for latex the wrapper might need to be adjusted 
(as the base pass is now integrated)

The context code uses a newer font handler that has

- more extensive discretionary support (esp kerning and ligatures)
- a new injector (not faster, only cleaner and suitable for the newer 
code) that i have tested for quit a while now

If there are problems they can probably be fixed fast. A side effect can 
be that the result of runs is slightly different (more kerning and so).

I have no clue about performance but it should be ok.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2014-09-25 17:06 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2014-09-25 17:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

the first beta after the meeting:

There are some changes to export and epub generation (will be explained 
in a manual). The most important is that there has been some 
improvements of the math export (esp fences and stackers). More will 
follow. The export now happens in a subpath. The epub generation is for 
3.0 and has more options (like --purge, --svgmath and --rename). The svg 
math works quite ok (and is needed because it looks like only firefox 
will support mathml natively).

The grid snapper has a few new methods, min, max and box that can be 
used in cases like

\snaptogrid[min]\hbox{e.g. an image}

The external figure mechanism has a new predefined conversion. One cna 
for instance say:

\setupexternalfigures
   [order={pdf,eps,png,jpg},
    conversion=cmyk.pdf,
    method=auto]

We need it for projects where printing houses use over a decade old rips.

There are probably some more things done but I already forgot about them.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2014-03-07 11:14 Hans Hagen
  2014-03-07 16:58 ` Pablo Rodriguez
  2014-03-07 17:17 ` Pablo Rodriguez
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2014-03-07 11:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. Apart from the usual 'improvements' and a few 
'fulfilled wishes' the main difference is in some optimized register 
generation code: in the crited project we're dealing with tens of 
thousands of different index entries and that gave problems with 
luajittex (first of all a memory issue due to limitations in luajit, 
after that a 20 fold slowdown thanks to poor hashing) but Luigi and I 
were able to sort that out.

If you use luajittex and run into memory issues (indicated by the 
inability to load the tuc file) you can say

\setupregister[index][referencemethod=forward]

given that you never place an index before the entries are defined.

If you use luajittex and it's way too slow, then wait till the updated 
binaries are released. (Or just use luatex).

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2013-07-12 17:21 Hans Hagen
  2013-07-12 20:57 ` Pablo Rodríguez
                   ` (2 more replies)
  0 siblings, 3 replies; 549+ messages in thread
From: Hans Hagen @ 2013-07-12 17:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta. There are not that many changes. Currently I develop 
in a separate branch but it might be that some changes are reflected in 
the betas, and hopefully not breaking anything.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2013-04-10 18:09 Hans Hagen
  2013-04-11 16:25 ` Otared Kavian
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2013-04-10 18:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

An extra chapter in:

http://www.pragma-ade.nl/general/manuals/about.pdf

explaining abit the updated math fractions (and math styles mechanism).

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2013-03-29  0:09 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2013-03-29  0:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

The uploaded beta has marco's ugs fixed (minus one) plus some (less 
important) pending issues in test files. The main change is that the 
root setup commands of enumerations, notes, formulas, floats, etc can 
now be used to set up the counters (was only possible by explicit setups 
e.g. per float).

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2013-03-10 23:46 Hans Hagen
  2013-03-11 17:13 ` Sietse Brouwer
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2013-03-10 23:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta. The most important change is that the 'context' 
function now uses the formatters mechanism instead of Lua's format.

This has several benefits. First of all it's in most cases faster (I 
measured upto 3 times) but it also permits us to support some more:

integer          %...i   number
integer          %...d   number
unsigned         %...u   number
utf character    %...c   number
hexadecimal      %...x   number
HEXADECIMAL      %...X   number
octal            %...o   number
string           %...s   string number
float            %...f   number
exponential      %...e   number
exponential      %...E   number
autofloat        %...g   number
autofloat        %...G   number
force tostring   %...S   any
force tostring   %Q      any
force tonumber   %N      number (strip leading zeros)
signed number    %I      number
rounded number   %r      number
0xhexadecimal    %...h   character number
0xHEXADECIMAL    %...H   character number
U+hexadecimal    %...u   character number
U+HEXADECIMAL    %...U   character number
points           %p      number (scaled points)
basepoints       %b      number (scaled points)
table concat     %...t   table
boolean (logic)  %l      boolean
BOOLEAN          %L      boolean
whitespace       %...w

More info can be found in cld-mkiv.pdf. There I also explain how to 
create specific formatters and how to extend them. In the default 
formatter there are two extensions that can be used as:

string.formatters["whatever %!tex! and %!xml!"]("$ 100","a&b")

or

local mf = string.formatters["whatever %!tex! and %!xml!"]

... mf("$ 100","a&b")

or

context("whatever %!tex! and %!xml!","$ 100","a&b")



(Someone should add that to the wiki I guess).

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2012-07-26 18:12 Hans Hagen
  2012-07-26 18:36 ` Pablo Rodríguez
  2012-07-27  2:22 ` Li Yanrui (李延瑞)
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2012-07-26 18:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta. There is also an updated status-mkiv document:

files done    644
files todo    314
files pending  21 (some day)
obsolete        2
total         981

So, I have some files to go (mostly lua files) before I pick up the 
column thread.

The memory footprint should be somewhat smaller for non cjk usage. 
(format generation as well as runtime) and the format file is some 
10-15% smaller now.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2012-07-16 20:02 Hans Hagen
  2012-07-16 20:13 ` Hans Hagen
  2012-07-16 20:30 ` Wolfgang Schuster
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2012-07-16 20:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. The usual fixes. New is a first version of a new 
multi column handler. Pretty experimental but eventually it will replace 
the current multi column routine, which is fact is then an instance, 
think of

\definemixedcolumns
   [columns]

\unexpanded\def\setupcolumns
   {\setupmixedcolumns[columns]}

The simple columns routine is already replaced (by an instance) as is 
the multi column handler of itemize.

Hans

ps. Does someone know of a latin font that has different glyphs sets?

\definefontfeature
   [solution-demo]
   [goodies=demo, % needs version from latest beta
    featureset=default]

\definefont
   [SomeTestFont]
   [texgyrepagellaregular*solution-demo at 10pt]

\definefontsolution
   [solution]
   [goodies=demo,
    solution=experimental,
    method={normal,preroll},
  % method={normal,preroll,split},
    criterium=1]

\starttext

\enabletrackers
   [builders.paragraphs.solutions.splitters.colors]

\startsimplecolumns
   \showfontkerns
   \setuptolerance[verytolerant]
   \start  \SomeTestFont
     \input zapf \par
   \stop
   \column
   \start  \SomeTestFont \startfontsolution[solution]
     \input zapf \par
   \stopfontsolution \stop
\stopsimplecolumns

\stoptext


-----------------------------------------------------------------
                                           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2012-06-28  7:56 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2012-06-28  7:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I just uploaded a beta that can have some issues due to cleanup of one 
of the core support modules. Nothing serious probably.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2012-01-16 17:47 Hans Hagen
  2012-01-17  8:08 ` Mari Voipio
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2012-01-16 17:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. This time a couple of fixes + some reorganization 
of font related code. More to follow.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2012-01-12 10:15 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2012-01-12 10:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new zip so the garden will have a new beta in a while. 
Combinations and delimited texts have been cleaned up (a bit).

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2011-12-31 12:32 Hans Hagen
  2011-12-31 12:58 ` Meer, H. van der
  2012-01-01  2:39 ` Li Yanrui (李延瑞)
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2011-12-31 12:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. As I'm still in cleaning-up mode, the usual 
problems could show up as quite some code was adapted (moved around). 
For those interested there is a file 'status-mkiv' that can be run to 
get an overview of where we stand.

One big change has been the way alignments are initialized. There were 
two methods (one for \setupalign and one for align keywords) and these 
have been merged into one. A side effect is that an alignment change is 
twice as fast as before which might make a difference in excessive usage 
of \framed and some table mechanisms.

Another change is that \color[whatever]{} now always expects an argument 
(in \MKII {\color[red] ...} is valid too. Some more commands might get 
that restriction but not the style switchers etc). Again this is twice 
as fast as the previous method (probably not that noticeable as many 
switches happen otherwise).

For those who won't/didn't get it by snail mail .. this years card can 
be found at

http://www.pragma-ade.com/show-gra.pdf#page=33

In 2012 it will of course again be a gamble if the betas work out well,

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2011-12-22 13:55 Hans Hagen
  2011-12-22 15:37 ` Henning Hraban Ramm
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2011-12-22 13:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. The most prominent changes are that the frames 
macro, mp graphics, and scaling code has been cleaned up, sped up and 
namespaced. of course some bug can have crept in. Don't expect wonders 
with respect to speedup although it can make some difference when 
multiple backgrounds, of large natural/extreme tables are used. Of 
course raw output of pages (as with \dorecurse{1000}{test\page}) is not 
really a good measure but at last the overhead gets more and more 
minimized which is also good for tracing.

This version might also solve some of the reported problems with page 
imposition (as the page-* modules are being cleaned up buglets cna be 
introduced .. nothing really changes there apart from speedup and 
namespacing).

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2011-11-02 19:18 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2011-11-02 19:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta. A few things requested the last couple of days have 
been added / patched (not all of course). Also, as a prelude to getting 
rid of the supp-fun modules initials have been rewritten. It was a 
hybrid of low level code and a wrapper but now is only available in 
\placeinitial (the old mechanism will become a module at some point).

\starttext

\placeinitial \input ward \par \input ward \par

\placeinitial \input tufte

\setupinitial
   [variant]
   [location=text,
    n=2,
    color=darkred,
    distance=-1em,
    hoffset=1em,
    voffset=-3ex,
    before=\blank]

\placeinitial[variant] \input ward \par \input ward

\placeinitial[variant] \input tufte

\stoptext

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2011-10-01  9:16 Hans Hagen
  2011-10-02 16:16 ` Thomas A. Schmitz
  2011-10-07 12:38 ` Steffen Wolfrum
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2011-10-01  9:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. Apart from some fixes the following has been 
added/changed. Some are side effects of discussions at the context meeting.

- Default sorting now mixes upper and lowercase.

- Some presentation styles had problems loading due to changes in the 
structure commands.

- A few improvements to the (mixed) scite lexers / spell checkers (plus 
an experimental pdf lexer).

- Export of some math scripts (ssty related) .. an other buglet mojca 
and I noticed has to wait for a luatex engine fix.

- An extra alignment option 'last' to center the last line.

- Missing references are now listed in the log file.

- Segments can be specified as n:* (as n:100 looks somewhat weird).

- Virtual math has been adapted to the latest insights in open type math.

However, the biggest new thing is adapted cross document referencing. 
This was already possible but we could not yet load external references 
(as in mkii). See

   http://www.pragma-ade.com/general/magazines/mag-1103.pdf

for how it works in mkiv. The test files cross-*.tex demonstrate a 
couple of things. If one uses the project structure, then one can 
process a component of a product and it will pick up references from the 
main product as well as (given normal circumstances) start at the right 
chapter number and page. Of course this is only a convenience option 
(for proofing) as there is a dependency on the state of the parent 
product. Given the fact that cross referencing data is spread over 
several data structures this was a somewhat complex exercise. As a side 
effect the tuc file now uses its own (temporary) namespace.

Hopefully nothing breaks due to these changes.

Hans

ps. Wolfgang: strc-ref is now a mkvi file.

-----------------------------------------------------------------
                                           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2011-02-08 17:54 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2011-02-08 17:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta:

* logging is cleaned up and is now more under directive control 
(triggered by a request of taco for silent logging) and all messages now 
go through the same mechanisms (as quite some files were touched there 
can be typos)

* as a consequence one can run context with the option --silent or 
--silent=struct*,graph* etc in order to get less logging; these map onto 
the directive logs.blocked

* logging looks slightly different as i'm in the process of adding 
subcategories; on the agenda is language dependent logging (only for non 
tracing messages)

* as a side effect (i just ran into the code) regimes have been adapted 
a bit and there's now also \startregime[...] .. \stopregime that support 
nesting (the enable and disable commands are global); modules are always 
loaded under utf8

* fontgoodies can have postprocessors (maybe the older enhancer 
mechanism will be done in a similar fashion, predates goodies)

* for those who hadn't noticed, the label translations are now in 
lang-txt.lua so don't patch lang-*.mkiv files.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2011-01-18 18:55 Hans Hagen
  2011-01-18 19:13 ` Renaud AUBIN
  2011-01-25 20:18 ` Marco Pessotto
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2011-01-18 18:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. The most important changes are:

- Environments and modules are no longer loaded under protection so this 
has to be done explicitly in the files themselves. So far we haven't 
encountered problems with that change.

- Some more cont-*.tex files have been split in mkii and mkiv versions. 
In mkii a tex file is loaded when no mkii file is found, but in mkiv 
only files with suffix mkiv are loaded. That way we stay compatible. 
This also means that cont-sys.tex is no longer loaded in mkiv which is 
okay as normally nothing in there concerns mkiv. If you use that file 
for setting up for instance another default paperformat, you'd better 
create a cont-sys.mkiv file. (Maybe that file should go and we should 
use the configuration file instead.)

- The multilingual interface and messages are now loaded at the \LUA\ 
end. If you observe problems, please let me know.

- If you are adventurous you can add the following to cont-new.mkiv

        \enablemode[*nofonts]

This will postpone font loading and will be default soon. This saves 
runtime when you use another font than latin modern. When no font is 
loaded before the first \starttext, modern will kick in. A side effect 
is that any text typeset before \starttext will not show up in the 
output. If you observe that, you need to setup a bodyfont explicitly 
beforehand. In practice there should be no problems. The delayed loading 
is somewhat tricky but has been tested for a while.

- There have been some fixes to linebreaks in verbatim. Hopefully I 
didn't mess things up too much.

- An upcoming version will also have \nonknuthmode as default. You can 
test this by putting this macro in cont-new.mkiv.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2011-01-10 12:53 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2011-01-10 12:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Dev Context

Hi,

I uploaded a new beta:

The character definitions have been updated (esp math, thanks to Aditya).

After some testing by Wolfgang the decision was made to permit _ in 
macronames in modules. So, the following works:

\unprotect
   \def\test_test_test#1#2{#1+#2=whatever}
   \test_test_test{1}{2}
\protect

In principle we can also support ^. The mkiv code base no longer uses _ 
and ^ in math in modules and those who write modules should avoid them 
as well. So, when writing macros in unprotected mode, one schould use:

$x\normalsuperscript2\normalsubscript n$

Taco and I think that we can safely switch to \nonknuthmode in mkiv so 
this might happen soon (which means that _ and ^ become normal 
characters in text mode). Actually, being permanently in \nonknuthmode 
would permit _ and ^ in modules again.

We could even make _ and ^ always letters outside math in which case 
\text_test etc would become possible everywhere but that needs some more 
consideration. In that case

\def\make_subscript#1#2{\mathematics{#1_{#2}}}

\make_subscript{x}{2}

becomes valid everywhere. We can discuss this in detail at the dev list.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-11-26 20:49 Hans Hagen
  2010-11-26 21:03 ` Willi Egger
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2010-11-26 20:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. The most important issues are the following:

(1) Table

I fixed a few things and there is limit color support

\VL[10]        rule ten times wider than normal
\VL[red]       red rule
\VL[red,10]    both

The same applies to \HL and \DL, but with \DL the first argument hs the 
number of spans, so we can have: \DL[2,red,10].

(2) Buffers and typing

This whole bunch has been cleaned up and pretty printing has been 
redone. The \type command accepts an optional argument with settings. as 
does \starttyping, \typebuffer and \typefile (and the defined variants).

The interface for defining visualizers might change a bit but I'm 
getting there. There is a chapter on it in the cld manual. In principle 
one can provide arbitrary manipulators, think of:

\startluacode
local function parser(s)
     local s = string.gsub(s,"show","demonstrate")
     local s = string.gsub(s,"'re"," are")
     context(s)
end

visualizers.register("MyThing", { parser = parser })
\stopluacode

\starttyping[option=MyThing,color=darkred,style=]
This is just some text to show what we can do with this mechanism. In
spite of what you might think we're not bound to verbose text.
\stoptyping

\startbuffer[demo]
This is just some text to show what we can do with this mechanism. In
spite of what you might think we're not bound to verbose text.
\stopbuffer

\processbuffer[demo][option=MyThing]

There are only a few visualizers built in: TEX, MP, LUA, XML and 
PARSED-XML. There is also PARSED-LUA but that's for Luigi and me to play 
with first.

Colors and fonts might change and are set up differently now, see 
v-*.mkiv files.

(3) MkVI (or: moving on)

Say that you have a file test.mkvi that has the following code:

\def\TestOne[#1]%
   {this is: #1}

\def\TestTwo#some%
   {this is: #some}

\def\TestThree[#whatever][#more]%
   {this is: #more and #whatever}

\def\TestFour[#one]#two%
   {\def\TestFive[#alpha][#one]%
      {#one, #two, #alpha}}

\starttexdefinition TestSix #oeps

     here: #oeps

\stoptexdefinition

\starttext

     \startlines
         \TestOne  [one]
         \TestTwo  {one}
         \TestThree[one][two]
         \TestFour [one]{two}
         \TestFive [one][two]
         \TestSix  {one}
     \stoplines

\stoptext

This will work out ok, in spite of the not so texy hash usage. This is 
an experimental feature and only meant for developers to play with.

% macros=mkvi

as top line also works. Files like that are preprocessed before they are 
passed to tex. (I'm considering permitting spaces before and after 
#whatever in the definition line.) More preprocessor features might show 
up. Of course the limitation of 9 arguments still applies.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* Re: new beta
@ 2010-09-25 13:34 Jano Kula
  0 siblings, 0 replies; 549+ messages in thread
From: Jano Kula @ 2010-09-25 13:34 UTC (permalink / raw)
  To: ntg-context

Hello Hans,

thank you for implementing multilingual indexing.

Is there a way to turn off case sensitivity? I would expect the result 
as written in the minimal example below. This is not wanted in every 
case (should be a switch).

The "Oo oo Öo öo" part is probably tricky then, so I've sorted it as 
usual with xindy plus my custom module and I've got

oá öb Oč Öď Oo oo Öo öo Öq öř Oš oů

so the "Oo, oo, Öo, öo" part could probably depend on available methods 
(before, after, last, first). In practice, one hardly gets same 
lettering with the different accents.

Thank you,

Jano



% tricky-003.tex:

\setuplayout[topspace=1cm,height=middle]

\setupbodyfont[11pt]

\starttext

wanted result:

\blank

oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů

\subject{before : Oo Öo oo öo}
\placeregister[index][language=en,method=before] \par
\subject{after  : oo öo Oo Öo}
\placeregister[index][language=en,method=after]  \par
\subject{first  : Oo oo Öo öo}
\placeregister[index][language=en,method=last]   \par
\subject{last   : oo Oo öo Öo}
\placeregister[index][language=en,method=first]  \par

\dorecurse {3} {
    \page \recurselevel:
        \index{oá}  \index{öb}  \index{Oč}  \index{Öď}
        \index{oo}  \index{öo}  \index{Oo}  \index{Öo}
        \index{Öq}  \index{öř}  \index{Oš}  \index{oů}
    done
}

\stoptext

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-09-22  7:43 Hans Hagen
  2010-09-22  7:50 ` luigi scarso
  2010-09-22 10:13 ` Philipp Gesang
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2010-09-22  7:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I'm dealing with the bugs/anomalies/wishes that showed up during the ctx 
conference. The following has been done so far:

(1) With respect to registers, Jano had a wish to deal with mixed 
language indexes. As a result the current sorting code has been adapted. 
In the process also different control over sorting has been streamlined 
and this is controlled by the method variable. Also, the language 
related sorting definitions have changed.

% tricky-002.tex:

\setuplayout[topspace=1cm,height=middle]

\setupbodyfont[dejavu,11pt]

\starttext

\subject{before : Oo Öo oo öo} 
\placeregister[index][language=en,method=before] \par
\subject{after  : oo öo Oo Öo} 
\placeregister[index][language=en,method=after]  \par
\subject{first  : Oo oo Öo öo} 
\placeregister[index][language=en,method=last]   \par
\subject{last   : oo Oo öo Öo} 
\placeregister[index][language=en,method=first]  \par

\dorecurse {3} {
     \page \recurselevel:
         \index{boo} \index{Boo} \index{BOo} \index{bOo} \index{bõö} 
\index{bõo} \index{boö}
         \index{oo}  \index{öo}  \index{Oo}  \index{Öo}
     done
}

\stoptext

We can set up a default method for each language but that has not yet 
been done.

(2) Mari uses the prefix mechanism for references and that had not yet 
been implemented. The new beta does some but it needs testing. Also, I'd 
like to change a bit to the logic (esp related to more structured coding 
i.e. \startchapter .. \stopchapter and fallbacks but that will happen 
later). For the moment 'get it running as per mkii' is good enough. As 
cross referencing info is stored quite differently this is somewhat 
tricky.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-08-18 18:58 Thomas A. Schmitz
  2010-08-18 22:22 ` Hans Hagen
  0 siblings, 1 reply; 549+ messages in thread
From: Thomas A. Schmitz @ 2010-08-18 18:58 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Hi all,

I just ran the latest beta and saw a new way of indicating errors, indicating and quoting line numbers. Is this all new and improved? I hadn't seen this before. Maybe I'm making a complete ass of myself, but I just wanted to mention that this looks incredibly helpful and informative. Kudos!

All best

Thomas
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-08-05 20:19 Hans Hagen
  2010-08-05 21:00 ` Henning Hraban Ramm
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2010-08-05 20:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta. Peter Rolf and I have spent quite some time on pdfx 
related issues (mostly trying to figure out the right specs and how to 
deal with them). We started with a command driven interface but 
eventually it ended up with a single command:

\setupbackend
   [format=PDF/X-3:2002,
    intent=sRGB]

Lookups are case insensitive. The intent can be a comma separated list 
of profiles. The name is resolved using colo-icc.xml (or color-icc.lua) 
but one can also pass a (list of) files using the 'file' key. You can 
check handling with:

\enabletrackers[backend.pdfx]

When choosing a format, color spaces, transparency and layers are 
automatically disabled in the backend code but they do function in the 
frontend. Of course included images are the user's responsibility but 
color etc in MP graphics should work out ok.

There are probably rough edges.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-07-27 17:00 Hans Hagen
  2010-07-28 12:55 ` Mojca Miklavec
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2010-07-27 17:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta that can deal with the new mplib. The biggest side 
effect of the new lib is that no longer formats are made and that the 
'format related code' (read: metafun) is loaded at runtime. In the 
future I might optimize this but at the moment it's not needed. For a 
while both methods will be supported.

The latest version of mplib can process the metafun manual without 
crashing or hanging which is a good sign.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-07-15 12:07 Hans Hagen
  2010-07-16 16:31 ` Vedran Miletić
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2010-07-15 12:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta to the website (so the garden will follow in an hour). 
Apart from a few fixes and experimental features, the most important 
change is in the language department. The following should work

\starttext

\setupbodyfont[xits,12pt]

\setuplanguage[ru][patterns={ru,us}]
\setuplanguage[en][patterns={us,ru}]
\setuplanguage[de][patterns={de,ru}]

\start
     \language[ru]
     \dorecurse{50}{Multilingual }\dorecurse{50}{русский текст }
     \par
\stop
\start
     \language[en]
     \dorecurse{50}{Multilingual }\dorecurse{50}{русский текст }
     \par
\stop
\start
     \language[de]
     \dorecurse{50}{Multilingual }\dorecurse{50}{русский текст }
     \par
\stop

\stoptext

you can add more patterns to an existing set so

\setuplanguage[en][patterns=ru]

will use us+ru patterns. You can say {reset,ru} if needed.

Also available is:

\startexceptions[en]
     xxx-yyy-zzz
\stopexceptions

\hyphenatedword{xxxyyyzzz}





-----------------------------------------------------------------
                                           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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-06-04 19:32 Hans Hagen
  2010-06-05 16:03 ` Mojca Miklavec
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2010-06-04 19:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta to the website (will be synced with the garden 
minimals). I'm in the process of removing old code that is no longer 
needed (after all, luatex evolves).

As part of the process there has been some changes in the generation of 
the format. It works ok on my machine (windows 7) and Taco's (linux). It 
might be that some things are broken but I see no immediate problems.

Keep in mind that as we're now in beta mode again, we also need luatex > 
0.60 and we will deviate from the tex live current. Best not drop files 
from the beta into the upcoming tex live but use a separate tree. The 
next current will be around the context meeting when we also plan to 
have luatex 0.70+.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2010-05-23 12:51 Hans Hagen
  2010-05-23 13:05 ` Vnpenguin
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2010-05-23 12:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta with a few fixes.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-12-30 20:19 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2009-12-30 20:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. The problematic fonts (reported a while ago) now 
are dealt with more efficiently. The problem is with the (way too) many 
kerns. First time loading is also somewhat faster as is the memory 
footprint for base mode fonts. (for those huge ArnoPro fonts using node 
mode is much more efficient than base mode).

I hope that I didn't break anything else.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
[parent not found: <mailman.784.1259616411.22155.ntg-context@ntg.nl>]
[parent not found: <mailman.759.1259499589.22155.ntg-context@ntg.nl>]
* new beta
@ 2009-11-27 17:03 Hans Hagen
  2009-11-27 17:13 ` Wolfgang Schuster
                   ` (2 more replies)
  0 siblings, 3 replies; 549+ messages in thread
From: Hans Hagen @ 2009-11-27 17:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

i uploaded a beta with a few fixes.

i also replaced the mtxrun.cmd etc file by executables (windows stubs 
only);

on tex live we have a call chain: *.exe -> *.cmd|bat -> whatever and we 
don't want that many calls (and files) so i copied the regular runner 
and patched it into a mtxrun (.exe)

this means that users who run mtxrun from an editor (default scite 
setup) should change mtxrun.cmd into mtxrun.exe (the same is true for 
luatools, texexec and texmfstart, where the later is actually replaced 
by mxrun)

(btw, if you want a stub to for instance "mtxrun --script font" then you 
can just copy mtxrun.exe to mtx-fonts.exe and have a more direct call

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-09-16 18:14 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2009-09-16 18:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new mkiv beta. Apart from a few fixes, the main new thing 
is that the new vertical spacing model is now used. (I will cleanup 
everything related to spacing and grid snappin glater). This new 
mechanism was discussed at the context meeting. I have been testing it 
for quite a while and it seems to work out ok,

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-09-11 16:42 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2009-09-11 16:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta that fixes a couple of the recently reported bugs.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-09-09 12:03 Hans Hagen
  2009-09-09 13:00 ` Chen Shen
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2009-09-09 12:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-07-20 17:48 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2009-07-20 17:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I uploaded a beta.
-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-06-04 20:29 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2009-06-04 20:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

hi,

i uploaded a new beta. a few small fixes, mostly related to metafun 
(i'll look into the reported structure bugs later)

in the process of updating the metafun manual, i also enabled the 
multiple mp instance; this is a typical example where luatex beats 
pdftex in runtime (on my machine 47 seconds for 350+ pages with over 
1700 mp graphics including a bunch of subruns; )

you can add definitions per instance, like:

\startMPdefinitions{extrafun}
     color MyColor ; MyColor = red ;
\stopMPdefinitions

\startMPcode{metafun}
     fill fullsquare scaled 1cm withcolor MyColor ;
\stopMPcode

new instances, like the predefined extrafun, are defined as

\defineMPinstance[extrafun][format=metafun,extensions=yes,initializations=yes]

so, if you use tricky mp code, you can create your own instance 
(predefined are metafun, extrafun, nofun and metapost)

you can redirect to an instance with a prefix:

\useMPgraphic{nofun::purempgraphic}

still somewhat experimental

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-05-07 10:15 Hans Hagen
  2009-05-07 11:01 ` Thomas A. Schmitz
       [not found] ` <20090507110304.GG23624@phare.normalesup.org>
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2009-05-07 10:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

We figured out what was wrong with the font database generation. The new 
beta should fix it.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-05-06 20:15 Hans Hagen
  2009-05-06 20:50 ` Arthur Reutenauer
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2009-05-06 20:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

i uploaded a beta with a new goodie:

    mtxrun --script server --auto

if the server runs, you can access (in firefox)

    http://localhost:31415/mtx-server-ctx-startup.lua

the fonttest is somewhat experimental but we can use it to start 
collecting font info (esp with regards to feature usage)

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-04-16 21:33 Hans Hagen
  2009-04-17  1:18 ` Eythan Weg
  2009-04-17  1:54 ` Wei-Wei Guo
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2009-04-16 21:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta matching luatex 0.39 (+ some fixes)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-04-10 11:05 Hans Hagen
  2009-04-10 11:55 ` Wolfgang Schuster
                   ` (5 more replies)
  0 siblings, 6 replies; 549+ messages in thread
From: Hans Hagen @ 2009-04-10 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta, one that needs luatex beta 0.38, which has just 
been released. The most important things:

- some fixes in the new structure code
- bookmarks are now supported in the new structure
- otf math kerning is supported (neat)
- some cleanup of lua code
- the usual bug fixes

as said ... you need luatex 0.38

there will be a current when luatex 0.40 is available

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* Re: new beta
@ 2009-04-09 15:19 Vyatcheslav Yatskovsky
  0 siblings, 0 replies; 549+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-04-09 15:19 UTC (permalink / raw)
  To: news3, ntg-context

Hello Ulrike,

If you use Windows, try the GUI installer. It sets all needed env vars 
globally, and always works like a charm :)

http://minimals.contextgarden.net/setup/context-installer/ContextMinimalInstall.exe

(But beware, it may interfere with MikTeX registry settings).

Vyatcheslav
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* Re: new beta
@ 2009-04-08  6:15 وفا خلیقی
  2009-04-08  7:30 ` Hans Hagen
  0 siblings, 1 reply; 549+ messages in thread
From: وفا خلیقی @ 2009-04-08  6:15 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1284 bytes --]

Hi Hans

Thanks for the code so that we can use fonts in Plain and LaTeX.

I just had two questions

1- I got the code from Khaled. How can I get the beta myself from your
repository? I just joined ConTeXt mailing list.

2- Your code works fine but if in LaTeX, I compile a document like
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass{article}

\pagedir TRT \bodydir TRT \pardir TRT \textdir TRT

\directlua {

dofile(kpse.find_file("luatex-fonts.lua","tex"))

}

\font\body=file:XBZar.ttf:mode=node;script=arab;language=ara;+init;+medi;+fina;+liga;+rlig;+mark;+mkmk
at 14pt

\def\normalfont{\body}

\AtBeginDocument{\body}

\begin{document}

این یک آزمایش است که در حال وقوع است.

\section{مقدمه}

\end{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


Then it gives this error


! LuaTeX error /home/vafa/texmf/tex/luatex-fonts/font-def.lua:337: attempt
to c

all field 'read_from_afm' (a nil value).

<to be read again>

relax

l.16 \section{مقدمه}

 ?

Do you know how I can resolve this issue. The issue is when you use \section
and similarly when you use \chapter, \textbf, \begin{....}  \end{.....}


If I can resolve this, Then I will be writting a LaTeX interface for the
fonts.

[-- Attachment #1.2: Type: text/html, Size: 2467 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-04-06 10:50 Hans Hagen
  2009-04-06 11:31 ` Wolfgang Schuster
                   ` (3 more replies)
  0 siblings, 4 replies; 549+ messages in thread
From: Hans Hagen @ 2009-04-06 10:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. Last week(ends) fixes are merged in.

There is also an experimental plain version (luatex-plain.tex which you 
can rename to luatex.tex if needed). That gives you a plain tex with 
stripped down context mkiv font support (only the minimal amount of lua 
files are loaded). Some more info (also about generating the related 
font database) can be found in in luatex-fonts.tex. Of course it's no 
replacement or context but it seems to work ok (we occasionally need 
plain tex for testing). It's also not related to the upcoming layered 
context (aka metatex).

Hans




-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-03-26 22:40 Hans Hagen
  2009-03-26 23:23 ` Diego Depaoli
  2009-03-27  1:20 ` Yanrui Li
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2009-03-26 22:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

new beta with some of todays patches
-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-03-20 18:10 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2009-03-20 18:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

this weeks beta ...

-- a couple of bug fixes, some are still pending

-- the context script can recognize files for mkii (first line 
directive) and listens to --pdftex and --xetex; it still calls texexec 
but this method can replace the texmfstart call (mtxrun is faster); it 
also permits integration in an editor (so that one command is used for 
all engines)

-- there is an --update option to the context command (which will 
install the latest version from the website); don't confuse this with a 
garden minimnal update (i will gradually move all ruby goodies to lua)

-- i'm currently working on the new structure macro so if there are 
problems, let me know;


Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-03-17 10:49 Hans Hagen
  2009-03-17 11:06 ` Alan Stone
                   ` (6 more replies)
  0 siblings, 7 replies; 549+ messages in thread
From: Hans Hagen @ 2009-03-17 10:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

In the process of a major cleanup and code split I uploaded a beta. Some 
important changes are:

- initialization code is ready for upcoming luatex
- language files have been cleaned up
- core-<table stuff> is renamed to tabl-<table stuff>
- several changes in file names and splits of files
- for those using helpers, in mkiv now syst-aux is the place to look
- some non used files removed
- some speedup of helper macros (only in mkiv)

On Taco and my machine test docs come out right but there might be 
problems left (no tricky new things so solvable fast).


Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* New beta
@ 2009-03-10 19:33 Thomas A. Schmitz
  2009-03-10 19:45 ` Wolfgang Schuster
  0 siblings, 1 reply; 549+ messages in thread
From: Thomas A. Schmitz @ 2009-03-10 19:33 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Hi all,

the new beta has been so quietly accepted that I'm wondering if I'm  
the only one who can't use it. With every file, I get this error:

MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c  
from /Users/tas/context/tex/texmf-cache/luatex-cache/context/ 
408a90c432ceda2c1e4a80ad5d0e5350/trees/168418f5ffa37b7a35ee75166c53fe90
...ex/texmf-context/scripts/context/lua/mtx-metatex.lua:64: invalid  
option '%%' to 'format'

All the others are having success using this beta?

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-03-06 17:52 Hans Hagen
  2009-03-06 20:10 ` Xan
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2009-03-06 17:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta (mkiv):

-- some optimizations to color literals; i might have introduced 
problems there so keep an eye on color

-- beter definition for virtual lm math (design sizes etc) and a fix for 
undefined sizes

-- taco and i also tracked down some accuracy problems with cirtual 
glyphs in luatex itself; it's not that critical unless you have eyes 
that can zoom in to .05pt so ther eis no real need to upgrade luatex now

-- there are a few more optimizations but don't expect too much speed 
improvements in the future

next comes integration of the new structure stuff (quite some impact) 
and further split of mkii/mkiv code

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* Re: new beta
@ 2009-02-18 12:08 polytope
  2009-02-19  9:09 ` Hans Hagen
  0 siblings, 1 reply; 549+ messages in thread
From: polytope @ 2009-02-18 12:08 UTC (permalink / raw)
  To: ntg-context

Dear Hans and Taco,

I was so glad to see both of you in Seoul, far from your place.
I noticed that some problems in Korean typesetting were cleared in  
your demo.

Thank you for the new beta.
I didn't test yet, however, I believe that it is  perfect since Dr.  
Kim said so.

And, his comments will give you more clues to make better output.

Thank you again for your concern.

with best regards,

Dalyoung Jeong
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2009-02-17 20:29 Hans Hagen
  2009-02-17 20:41 ` Arthur Reutenauer
                   ` (4 more replies)
  0 siblings, 5 replies; 549+ messages in thread
From: Hans Hagen @ 2009-02-17 20:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

There is a new beta: a few additions to math as well as a prelude to new 
cjk support, now to be triggered explicitly (since the methods differ 
too much we cannot share them)

\setscript[hangul]

\setscript[hanzi]    % arthur, is this the right name?


Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-10-21 17:48 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-10-21 17:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. There are changes in the cached font data but 
this should not affect runs (apart from some fonts being recached). The 
memory footprint of fonts is slightly smaller, in otf we now handle 
multiple unicode -> one glyph situations.

As part of redoing structure related code i rewrote the moveable block 
code which will be part of the major update later this year. It's not 
yet 100% functional compatible but faster and more flexible. I'm 
wondering, are there mkiv users out there who use the block features?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-10-21 17:47 Hans Hagen
  2008-10-23  6:32 ` Wolfgang Schuster
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2008-10-21 17:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a new beta. There are changes in the cached font data but 
this should not affect runs (apart from some fonts being recached). The 
memory footprint of fonts is slightly smaller, in otf we now handle 
multiple unicode -> one glyph situations.

As part of redoing structure related code i rewrote the moveable block 
code which will be part of the major update later this year. It's not 
yet 100% functional compatible but faster and more flexible. I'm 
wondering, are there mkiv users out there who use the block features?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* Re: new beta
@ 2008-10-17 11:02 Yanrui Li
  0 siblings, 0 replies; 549+ messages in thread
From: Yanrui Li @ 2008-10-17 11:02 UTC (permalink / raw)
  To: ntg-context

I compiled LuaTeX #1563 and used it instead one in new beta. Now new
beta can works.

In addition, I'm very sorry that my email always break away from
thread because I have no idea how to use the maillist. I will solve it
lately.

-- 
Best wishes,
Li Yanrui
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-10-17  9:15 Hans Hagen
  2008-10-17 14:28 ` Thomas A. Schmitz
                   ` (4 more replies)
  0 siblings, 5 replies; 549+ messages in thread
From: Hans Hagen @ 2008-10-17  9:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

this time a beta that is more beta than usual (mkiv)

- it needs a recent luatex (no surprise)
- there are some speedups, but it might break things (should not happen)
- the memory footprint should be a bit smaller (esp fonts)
- font fallbacks etc have some fixes

a major change is that now all multipass data goes into the jobname.tuc 
file (only lists are still in the tuo file); a next release will have 
sectioning redone and for mkiv the tuo file will be gone

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-10-08 21:43 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-10-08 21:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

the new beta has some optimizations wirh regards to the font memory 
footprint (at the cost of convenience but that only concerns me)


Hans

for chinese users: there is not much more memory to gain (unless we 
accept more mess)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-10-03 11:03 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-10-03 11:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

hi,

- the current beta has some speedups and mem improvements for fonts

- for huge fonts (like chinese) general mem consumption can be made 
smaller (at the cost of some runtime) by

   \ctxlua{garbagecollector.enabled=true}

although this is not that neccessary when you used the upcoming beta

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-09-02 18:58 Hans Hagen
  2008-09-02 19:55 ` Thomas A. Schmitz
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2008-09-02 18:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

there's a new beta with a handful of patches / extensions (as mentioned 
on the list)

no fix for arab numbering yet (needs analysis and testing)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-06-16 14:09 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-06-16 14:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

for the arabic users ... there is a new beta with improved bidi (it 
passes idris torture test)

idris: also new bin in usual place (fixes bug)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-06-10 16:36 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-06-10 16:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

There is a new beta; apart from a few fixes (mostly mkiv) the mathml 
interpreter now also mathml 3 (for as much as I could deduce it from the 
draft which is definitely a draft and not yet a reference). Provisional 
  openmath is also part of the game but not that well tested. Something 
that we call 'calcmath' is available by default when the module is loaded.

At the context conference Aditya has to plug some of the holes in my 
math knowledge in order to reach perfection.

I also uploaded a new mmlprime.pdf document.

Although I need to do a major cleanup x-mathml shows a bit how to deal 
with xml in mkiv.

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-05-26 21:34 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-05-26 21:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

hi,

i uploaded a new beta (mostly cleanup and more robust texmf variable 
expansion)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-01-22 14:28 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-01-22 14:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I uploaded a new beta:

- aditya's math extension
- more robust for \to in arguments
- new hyphenatedurl (both mkii and mkiv)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2008-01-17 11:02 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2008-01-17 11:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

there is a new mkiv beta with a different lookup handler (chains and such)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2006-08-29  7:58 Hans Hagen
  2006-08-29  8:51 ` Renaud AUBIN
                   ` (2 more replies)
  0 siblings, 3 replies; 549+ messages in thread
From: Hans Hagen @ 2006-08-29  7:58 UTC (permalink / raw)


Hi,

I uploaded a new beta. There is not so much new functionality (if so, 
taco will report that when there is a new release), but

- some reshuffling of code (in order to solve some dependency ugliness 
in the load order)
- this is also a bit of a preparation for replacing parts by lua 
enhanced code
- a reimplementation (cleanup) of the core-fig module (with a split off 
core-trf)
- a related simplification of some of the driver code
- a (not times) speed up of graphic inclusions

So, the big question here is "does graphic inclusion work as expected"

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2005-09-07 16:48 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2005-09-07 16:48 UTC (permalink / raw)


Hi,

I'm uploading a beta. I replaces a few font things, i.e. il2 and pl0 
support is now replaced by a combination of regimes and using ec and qx.

Also, given that up install the latest latin modern zip, you can have 
condensed monospaced fonts:

\definetypeface [modern] [tt] [mono] [modern-cond] [default] 
[encoding=texnansi]

\setupbodyfont[modern]

\starttext

\typefile{test}

\stoptext

I'd like to see the new dense encoding (discussed on dev list) being 
supported as well, but we need to generate metrics for that (can be donw 
with metatype tools)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2005-07-19 22:04 Hans Hagen
  2005-07-20  8:35 ` Taco Hoekwater
  2005-07-21  9:38 ` Otared KAVIAN
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2005-07-19 22:04 UTC (permalink / raw)


Hi,

I'm currently uploading a beta with the most recent discussed fixes / 
extensions. The questiosn with regards to verse/poems triggered me into 
looking into the lines mechanism and i found out that the odd/even 
indentation was broken. As a result i rewrote part if the indenter. So, 
the following should work ok

\setupindenting[medium]

\setuplines[indenting=no]

\startlines
first
second
third
fourth
\stoplines

\setuplines[indenting=yes]

\startlines
first
second
third
fourth
\stoplines

\setuplines[indenting=odd]

\startlines
first
second
third
fourth
\stoplines

\setuplines[indenting=even]

\startlines
first
second
third
fourth
\stoplines

-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 549+ messages in thread
* Re: new beta
@ 2005-04-14 20:33 Johan Sandblom
  0 siblings, 0 replies; 549+ messages in thread
From: Johan Sandblom @ 2005-04-14 20:33 UTC (permalink / raw)


I used RedHat five years ago but quickly got fed up having to
chase down dependencies and got Debian. Only trouble I have had
since then was when I started using recent ConTeXts and couldn't 
go with the default tetex, but texlive is easy enough to install.
I started using gentoo about a year ago on another system and 
found it largely excellent but being a source distribution it 
trades small performance gains for sometimes *very* long install
(or rather build) times. Also, there were some package/version
inconsistencies causing install failures, but these were 
resolved within a few weeks. I have used modem and adsl with 
debian, and adsl with gentoo without problem. ReiserFS on both
for a long time.

Well, back to work, thesis refuses to write itself ...

-- 
Johan Sandblom  N8, MRC, Karolinska sjh  
t +46851776108  17176 Stockholm  
m +46735521477  Sweden           
"What is wanted is not the will to believe, but the 
will to find out, which is the exact opposite" 
-- Bertrand Russell

----- Original Message -----
From: Hans Hagen <pragma@wxs.nl>
Date: Thursday, April 14, 2005 9:32 pm
Subject: Re: [NTG-context] new beta

> Johan Sandblom wrote:
> 
> >... 
> > Comparing the two, the debian testing distribution has never been 
> less> than stable while gentoo testing is updated faster, but has 
> given me trouble 
> > at some points.
> > 
> > Sorry for the noise if this is inappropriate information for this 
> list,
> no problem; here i have been using suse for years; i am considering 
> gentoo, but 
> i'm not sure about it yet; suse only ships stable releases which is 
> why updating 
>  pieces of the system is tricky; the problem is (as always) in the 
> gui part; 
> somehow the interfaces to the libs change (too) often.
> 
> (one of the reasons for choosing suse is that it is very well 
> equiped for 
> european situations (modems, adsl, etc) and shipped with state of 
> the art 
> journaling filesystems like reiser as well as raid support; that 
> time our 
> webserver came with redhat ... well, that was a real pain, esp 
> secutity updating 
>     (unless one paid); suse's updating is automatic and ok)
> 
> Hans
> 
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                              | www.pragma-pod.nl
> -----------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

^ permalink raw reply	[flat|nested] 549+ messages in thread
* Re: new beta
@ 2005-04-14 14:50 Johan Sandblom
  2005-04-14 15:01 ` Taco Hoekwater
  2005-04-14 19:32 ` Hans Hagen
  0 siblings, 2 replies; 549+ messages in thread
From: Johan Sandblom @ 2005-04-14 14:50 UTC (permalink / raw)


Sorry for going off topic, but since it is a concern ...

Using a linux distribution with an intelligent package/dependencies
handling system such as Gentoo or Debian would end your updating
woes for all time. In debian testing

apt-get install inkscape

downloads and installs inkscape 0.41 and updates all dependencies 
automatically and in Gentoo

ACCEPT_KEYWORDS="~x86" emerge -ua inkscape

downloads the source of inkscape 0.41 and all required dependencies and 
compiles them (taking a lot of time of course). Without going to the 
testing distribution ("~x86") you get 0.37

Comparing the two, the debian testing distribution has never been less
than stable while gentoo testing is updated faster, but has given me trouble 
at some points.

Sorry for the noise if this is inappropriate information for this list,

Johan

-- 
Johan Sandblom  N8, MRC, Karolinska sjh  
t +46851776108  17176 Stockholm  
m +46735521477  Sweden           
"What is wanted is not the will to believe, but the 
will to find out, which is the exact opposite" 
-- Bertrand Russell

----- Original Message -----
From: Hans Hagen <pragma@wxs.nl>
Date: Thursday, April 14, 2005 9:33 am
Subject: Re: [NTG-context] new beta

> Paul Tremblay wrote:
> 
> > Is inkscape the beast that gave you so much trouble with the glib
> > library? I know I tried to install it and gave up after I couldn't
> > install glib. 
> 
> indeed, but since i use windows as production platform i can wait 
> till i've 
> updated the linux machines; i have no idea how well inkscape 
> installs on the mac
> 
> > Why did you choose inskscape? I thought inkscape is supposed to 
> be a
> > great gui svg-editor, but I wonder if you need all of its power just
> > to do a conversion. I use batik for my conversions, which is 
> part of
> > the apache project. Of course, it is written in java, which raises
> > other problems.
> 
> indeed, i find installing java programs (sometimes bigger than tex 
> collections) 
> with this classpath stuff often troublesome (unless there is an 
> installer, which 
> is often true for gui based programs);
> 
> concerning the alternatives: batik and imagemagick are not good 
> enough (hardly 
> maintained too); i ran a sample set of some 9000 svg graphics 
> trough the 
> converter tools and it worked ok with inkscape; it was also fast; 
> btw, some 
> versions give problems (0.41 is ok, 0.40 was bugged, 0.39 ok if i 
> remember right)
> 
> (the only drawback of inkscape is the clumsy command line print 
> feature, kind of 
> piping, while just writing to a file would have been nicer)
> 
> Hans
> 
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                              | www.pragma-pod.nl
> -----------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2005-04-13 20:33 Hans Hagen
  2005-04-14  2:03 ` Paul Tremblay
  2005-04-14 14:29 ` Thomas A.Schmitz
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2005-04-13 20:33 UTC (permalink / raw)


Hi,

There is a new beta as well as a new magazine:

   http://www.pragma-ade.com/general/magazines/mag-0010.pdf

concerning the beta, i hope that engine path support is now better in texexec; 
there is also a new version of pstopdf (for the moment called newpdftops); when 
   inkscape is installed (v 0.41) you mag give svg to pdf a try

concerning on the fly conversion ... i need to make a new manual (or magazine) 
explaining it first;

among the new things is 'typescript definitions in your source file' (makes 
sense for small typescripts, not for large ones); see cont-sys.rme for a new 
option (\preloadtypescripts; it burns some memory but it's faster)


Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2004-12-17 17:59 Hans Hagen
  2004-12-20 19:21 ` Dan Luecking
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2004-12-17 17:59 UTC (permalink / raw)


Hi,

I uploaded a new beta with a couple of fixed discussed last weeks as well as a 
better mp to pdf handling of pen based graphics (thanks to Daniel L.)

Hans

ps. http://www.pragma-ade.com/2004.pdf


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2002-12-01  0:15 Hans Hagen
  2002-12-01  9:18 ` Giuseppe Bilotta
  0 siblings, 1 reply; 549+ messages in thread
From: Hans Hagen @ 2002-12-01  0:15 UTC (permalink / raw)


Hi,

I uploaded a new beta. Most changes / updates / new features will go 
unnoticed until documented (column sets, more float placements and control, 
more clever and efficient text backgrounds -also in tables, and floats); 
since i use these features in some styles, they finally will be documented 
-) Of course there are also some fixes.

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2002-09-29 21:58 Hans Hagen
  2002-09-29 23:08 ` Giuseppe Bilotta
  2002-09-30  9:28 ` Jens-Uwe Morawski
  0 siblings, 2 replies; 549+ messages in thread
From: Hans Hagen @ 2002-09-29 21:58 UTC (permalink / raw)


Hi,

I uploaded a new beta (with some font fixes). If there are no problems, i 
will promote this one to main,

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2001-12-03 16:16 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2001-12-03 16:16 UTC (permalink / raw)


Hi,

I uploaded a beta (those who reported a broken link: there was currently no 
beta; those who expect new setup stuff, this is work in progress, those who 
use xml, it's pretty stable now). I may have optimized a bit too much so be 
patient with me -)

for those who want to play with transparencies:

\definecolor [halfred] [r=1,t=.5,a=1] should work in acro 5; there are some 
12 alternatives (a) and the factor (t) is in the range 0-1

in metafun \MPcolor{red} should work ok, as well as "fill ... withcolor 
transparent(1,.5,red)" ;

rgb, cmyk and gray scales are supported; i will also provide massive 
transparencies (apart from color) and more optimizes state restoring (pdf 
lacks a reset).

Hans

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 549+ messages in thread
* New Beta
@ 2001-08-21  1:02 David Arnold
  2001-08-21  8:06 ` Hans Hagen
  2001-08-24  8:31 ` Olya Briginets
  0 siblings, 2 replies; 549+ messages in thread
From: David Arnold @ 2001-08-21  1:02 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1099 bytes --]

All,

I don't have the very latest Miktex, but a reasonably new one (Miktex 2
with Update 1). I unpacked the new Context beta (texexec.ini attached) and
used Miktex Options->Tex Formats to build formats for pdfelatex and
pdfetex, refreshing the filename database whenever I could.

texexec --make

seemed to go well (I have the eformats in \localtexmf\miktex\fmt. But when
I compile this sample file,

\starttext \framed {Let’s see if it works.} \stoptext

I got this error message:

F:\ConTeXt\MyWork>texexec junk

 TeXExec 2.5 - ConTeXt / PRAGMA ADE 1997-2001

            executable : pdfetex
                format : f:/localtexmf/miktex/fmt/cont-en
             inputfile : junk
                output : standard
             interface : en
          current mode : all
               TeX run : 1

This is pdfeTeX, Version 3.14159-14f-released-20000525-2.1 (MiKTeX 2 UP 1)
initexmf: don't know how to dump miktex
cannot make f:/localtexmf/miktex.efmt
I can't find the default format file!

              run time : 1 seconds

Has anyone experienced this before and know how to cure the problem?

[-- Attachment #2: texexec.ini --]
[-- Type: text/plain, Size: 4590 bytes --]

% == introduction ==
%
% This is 'texexec.ini', the file used by texexec to determine where
% to find files, what TeX to use, what flags to pass, etc. Although
% TeXexec tries to locate things itself, a little help is sometimes
% needed. One can influence texexec by setting some variables. These
% are only needed when the automatic determined settings fail.
%
% == interfacing ==
%
% UsedInterfaces  nl,en  the formats generated with --make
% UserInterface   nl     the default format used
%
% == binaries ==
%
% TeXExecutable      pdfetex  the TeX binary to use
% MpExecutable       mpost    the MetaPost binary to use
% MpToTeXExecutable  mpto     the MetaPost to TeX converter
% DviToMpExecutable  dvitomp  the DVI to MetaPost converter
%
% == Scripts ==
%
% DviSpecialScript   dvispec  the DVI special filter script
%
% == flags ==
%
% TeXFormatFlag  &     the format introducer
% TeXVirginFlag  -ini  the format generation switch
%
% == paths ==
%
set TeXFormatPath   to f:/localtexmf/miktex/fmt
set ConTeXtPath     to f:/Miktex/tex/context/base
set SetupPath       to f:/Miktex/tex/context/base
set TeXScriptsPath  to f:/Miktex/context/perltk
% TeXFontsPath    texmf                   font files
%
% == the main shell setting ==
%
% As shown below, one can define his/her own sections. We default to
% the teTeX/fpTeX web2c based settings.

%set  TeXShell  to  tetex
%set TeXShell  to  fptex
set TeXShell  to  miktex
%set TeXShell  to  private

% == setting up the variables ==
%
% Here are some general defaults. They can be overruled later.

set  UsedInterfaces     to  en nl de uk
set  UserInterface      to  en

set  TeXExecutable      to  tex

set  MpExecutable       to  mpost
set  MpToTeXExecutable  to  mpto
set  DviToMpExecutable  to  dvitomp
set  DviSpecialScript   to  dvispec

set  MpFormat           to  metafun

set  TeXFormatFlag      to  &
set  MpFormatFlag       to  &

%set  TeXFontsPath       to  l:/tex/texmf;l:/tex/texmf-local;

% For teTeX the next settings will do.

for  tetex  set  TeXExecutable     to  pdfetex
for  tetex  set  TeXVirginFlag     to  -ini
for  tetex  set  TeXPassString     to  -progname=context
for  tetex  set  TeXBatchFlag      to  -int=batchmode
for  tetex  set  MpToTeXExecutable to  mpto
for  tetex  set  MpVirginFlag      to  -ini
for  tetex  set  MpPassString      to  -progname=mpost
for  tetex  set  MpBatchFlag       to  -int=batchmode

% These also apply to fpTeX.

for  fptex  set  TeXExecutable     to  pdfetex
for  fptex  set  TeXVirginFlag     to  -ini
for  fptex  set  TeXPassString     to  -progname=context
for  fptex  set  TeXBatchFlag      to  -int=batchmode
for  fptex  set  MpToTeXExecutable to  mpto
for  fptex  set  MpVirginFlag      to  -ini
for  fptex  set  MpPassString      to  -progname=mpost
for  fptex  set  MpBatchFlag       to  -int=batchmode

% MikTeX users probably have to set up some paths too.

for  miktex  set  TeXExecutable     to  pdfetex
for  miktex  set  TeXVirginFlag     to  --initialize
for  miktex  set  TeXBatchFlag      to  --interaction=batchmode
for  miktex  set  MpToTeXExecutable to  mptotex
for  miktex  set  MpVirginFlag      to  --initialize
for  miktex  set  MpPassString      to
for  miktex  set  MpBatchFlag       to  --interaction=batchmode
for  miktex  set  TeXFormatFlag     to  --undump=
for  miktex  set  MpFormatFlag      to  --undump=

% These are the settings used on some machines at PRAGMA ADE that
% don't use the texmf tree. They can serve as an example for local
% settings. Local settings should either be added to the previous
% one, or go without the 'for' directives. Consider these
% settings as an example.

for  private  set  UsedInterfaces  to  en nl
for  private  set  UserInterface   to  nl
for  private  set  ConTeXtPath     to  t:/sources/
for  private  set  SetupPath       to  t:/perl/
for  private  set  TeXScriptsPath  to  t:/perl/

% == read this too ==
%
% If this file is called 'texexec.rme', copy it to 'texexec.ini',
% check the settings above, change them according to your TeX
% distribution, and say:
%
%   texexec  --verbose
%
% When set up properly, you should see your local settings fly by.
% When these settings are ok, the next call should work:
%
%   texexec  --make
%
% and you should be able to process a file by saying
%
%   texexec  filename
%
% See 'mtexexec.pdf' for more information on the flags you can use with
% 'texexec'. Also make sure you have the 'texutil' script installed in
% the same path as 'texexec'.

% Experimental
%
% set  TcXPath     to  d:/tex/texmf/web2c
% set  FmtLanguage to  pl
% set  FmtBodyFont to  plr

^ permalink raw reply	[flat|nested] 549+ messages in thread
* new beta
@ 2000-10-11 10:05 Hans Hagen
  0 siblings, 0 replies; 549+ messages in thread
From: Hans Hagen @ 2000-10-11 10:05 UTC (permalink / raw)


Hi Berend and Willy, 

I uploaded a beta with the additional ref functionality.

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 549+ messages in thread

end of thread, other threads:[~2019-12-27 16:04 UTC | newest]

Thread overview: 549+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-27 16:04 new beta Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2019-12-05 18:31 Hans Hagen
2019-12-05 19:28 ` Otared Kavian
2019-12-06  3:23   ` Otared Kavian
2019-12-06  3:55     ` Vladimir Lomov
2019-12-06  5:21     ` Wolfgang Schuster
2019-12-06 12:34       ` Otared Kavian
2019-12-06 14:05         ` Hans Hagen
2019-12-06 22:28           ` Otared Kavian
2019-12-06 12:05   ` Hans Hagen
2019-11-12 18:50 Hans Hagen
2019-11-12 21:20 ` Pablo Rodriguez
2019-11-13  8:34   ` Hans Hagen
2019-11-13 15:08     ` Pablo Rodriguez
2019-10-11 14:27 Hans Hagen
2016-10-12 15:42 Hans Hagen
2015-11-17 10:53 Hans Hagen
2015-11-19 21:29 ` Mojca Miklavec
2015-11-19 21:45   ` Pablo Rodriguez
2015-11-20  7:03     ` Schmitz Thomas A.
2015-11-20 20:12       ` Hans Hagen
2015-11-20 18:46   ` Mojca Miklavec
2015-09-02 17:46 New beta Fabrice Couvreur
2015-09-02 16:43 Fabrice Couvreur
2015-08-03 23:59 new beta Hans Hagen
2015-07-09 13:39 Hans Hagen
2015-07-10 15:05 ` Thomas A. Schmitz
2015-07-10 17:13   ` Pablo Rodriguez
2015-07-10 23:29     ` Hans Hagen
2015-07-10 23:33   ` Hans Hagen
2015-07-11  5:17     ` Pablo Rodriguez
2015-07-11  8:53       ` Hans Hagen
2015-07-11 11:15         ` Pablo Rodriguez
2015-07-11 21:26           ` Hans Hagen
2015-07-11 10:57       ` Wolfgang Schuster
2015-07-11 11:19         ` Pablo Rodriguez
2015-07-11 11:26           ` Wolfgang Schuster
2015-07-11 12:02             ` Pablo Rodriguez
2015-07-11 12:32               ` Thomas A. Schmitz
2015-07-11 12:32               ` Wolfgang Schuster
2015-07-11 14:27                 ` Pablo Rodriguez
2015-07-11 15:23                   ` Wolfgang Schuster
2015-07-11 16:11                     ` Pablo Rodriguez
2015-07-11 21:28                   ` Hans Hagen
2015-07-10 19:53 ` Dominik Gerstorfer
2015-06-13  8:00 Hans Hagen
2015-06-14 22:21 ` Mojca Miklavec
2015-06-15  7:22   ` Alan BRASLAU
2015-06-15  7:44     ` Hans Hagen
2015-05-15  9:53 Hans Hagen
2015-05-15 13:58 ` Pablo Rodriguez
2015-05-15 14:17   ` Hans Hagen
2014-12-11 11:26 Hans Hagen
2014-12-03 17:42 Hans Hagen
2014-09-25 17:06 Hans Hagen
2014-03-07 11:14 Hans Hagen
2014-03-07 16:58 ` Pablo Rodriguez
2014-03-07 17:17 ` Pablo Rodriguez
2014-03-07 21:57   ` Hans Hagen
2014-03-07 22:15   ` Hans Hagen
2013-07-12 17:21 Hans Hagen
2013-07-12 20:57 ` Pablo Rodríguez
2013-07-12 23:06   ` Aditya Mahajan
2013-07-13  1:57     ` Otared Kavian
2013-07-13  6:07       ` Pablo Rodríguez
2013-07-14  8:37 ` Philipp Gesang
2013-07-14 12:23   ` Hans Hagen
2013-07-14  8:53 ` Philipp Gesang
2013-07-14  9:32   ` Pablo Rodríguez
2013-07-14  9:36     ` Philipp Gesang
2013-07-16  9:12     ` Steffen Kram
2013-07-17 10:23       ` Hans Hagen
2013-07-17 12:25         ` Steffen Kram
2013-07-17 12:48         ` Wolfgang Schuster
2013-07-14 14:15   ` Philipp Gesang
2013-04-10 18:09 Hans Hagen
2013-04-11 16:25 ` Otared Kavian
2013-04-11 16:33   ` luigi scarso
2013-04-11 20:15     ` Peter Münster
2013-04-11 21:06       ` Hans Hagen
2013-03-29  0:09 Hans Hagen
2013-03-10 23:46 Hans Hagen
2013-03-11 17:13 ` Sietse Brouwer
2013-03-11 17:57   ` Hans Hagen
2012-07-26 18:12 Hans Hagen
2012-07-26 18:36 ` Pablo Rodríguez
2012-07-27  9:59   ` Hans Hagen
2012-07-27  2:22 ` Li Yanrui (李延瑞)
2012-07-27  8:28   ` Hans Hagen
2012-07-16 20:02 Hans Hagen
2012-07-16 20:13 ` Hans Hagen
2012-07-16 20:30 ` Wolfgang Schuster
2012-07-16 21:05   ` Hans Hagen
2012-06-28  7:56 Hans Hagen
2012-01-16 17:47 Hans Hagen
2012-01-17  8:08 ` Mari Voipio
2012-01-17  8:28   ` Hans Hagen
2012-01-12 10:15 Hans Hagen
2011-12-31 12:32 Hans Hagen
2011-12-31 12:58 ` Meer, H. van der
2011-12-31 13:04   ` Wolfgang Schuster
2012-01-01  2:39 ` Li Yanrui (李延瑞)
2012-01-01  9:38   ` Wolfgang Schuster
2011-12-22 13:55 Hans Hagen
2011-12-22 15:37 ` Henning Hraban Ramm
2011-12-22 15:59   ` Hans Hagen
2011-11-02 19:18 Hans Hagen
2011-10-01  9:16 Hans Hagen
2011-10-02 16:16 ` Thomas A. Schmitz
2011-10-02 20:59   ` Hans Hagen
2011-10-02 21:39     ` Thomas A. Schmitz
2011-10-03 10:42       ` Thomas A. Schmitz
2011-10-03 11:55         ` Hans Hagen
2011-10-03  0:12   ` emmanuela.asante
2011-10-07 12:38 ` Steffen Wolfrum
2011-02-08 17:54 Hans Hagen
2011-01-18 18:55 Hans Hagen
2011-01-18 19:13 ` Renaud AUBIN
2011-01-18 20:10   ` Hans Hagen
2011-01-18 20:32   ` Renaud AUBIN
2011-01-18 21:04     ` Peter Münster
2011-01-18 23:43       ` Hans Hagen
2011-01-19  6:55         ` Renaud AUBIN
2011-01-18 23:45     ` Hans Hagen
2011-01-26  7:50   ` Alan BRASLAU
2011-01-26  8:26     ` Hans Hagen
2011-01-26  8:41       ` Thomas Schmitz
2011-01-26  9:32         ` Hans Hagen
     [not found]           ` <201101261531.15926.alan.braslau@cea.fr>
2011-01-27 21:43             ` Hans Hagen
2011-01-28  5:55               ` Alan BRASLAU
2011-01-28  8:31                 ` Hans Hagen
2011-01-26 12:31       ` Mojca Miklavec
2011-01-26 12:35         ` Mojca Miklavec
2011-01-26 18:56           ` Mojca Miklavec
2011-01-26 21:01             ` Alan BRASLAU
2011-01-26 21:16               ` Taco Hoekwater
2011-01-25 20:18 ` Marco Pessotto
2011-01-25 20:35   ` Andreas Harder
2011-01-25 21:18     ` Marco Pessotto
2011-01-25 23:32       ` Hans Hagen
2011-01-25 23:31     ` Hans Hagen
2011-01-25 22:43   ` Aditya Mahajan
2011-01-25 23:07     ` Marco Pessotto
2011-01-26  8:27   ` Hans Hagen
2011-01-26  8:44     ` Marco Pessotto
2011-01-10 12:53 Hans Hagen
2010-11-26 20:49 Hans Hagen
2010-11-26 21:03 ` Willi Egger
2010-11-26 21:33   ` Thomas Schmitz
2010-11-26 21:53     ` Renaud AUBIN
2010-11-26 21:42   ` Hans Hagen
2010-11-26 22:01     ` Mojca Miklavec
2010-11-27  9:17       ` Alan BRASLAU
2010-09-25 13:34 Jano Kula
2010-09-22  7:43 Hans Hagen
2010-09-22  7:50 ` luigi scarso
2010-09-22  8:05   ` Hans Hagen
2010-09-22 11:28     ` luigi scarso
2010-09-22 10:13 ` Philipp Gesang
2010-09-22 10:22   ` Hans Hagen
2010-09-22 11:13     ` Philipp Gesang
2010-08-18 18:58 Thomas A. Schmitz
2010-08-18 22:22 ` Hans Hagen
2010-08-18 23:24   ` Aditya Mahajan
2010-08-19  6:52   ` Thomas A. Schmitz
2010-08-19  8:02     ` Hans Hagen
2010-08-19 13:41       ` Thomas A. Schmitz
2010-08-19 17:14         ` Hans Hagen
2010-08-05 20:19 Hans Hagen
2010-08-05 21:00 ` Henning Hraban Ramm
2010-08-05 21:22   ` Peter Rolf
2010-07-27 17:00 Hans Hagen
2010-07-28 12:55 ` Mojca Miklavec
2010-07-28 13:12   ` Hans Hagen
2010-07-15 12:07 Hans Hagen
2010-07-16 16:31 ` Vedran Miletić
2010-06-04 19:32 Hans Hagen
2010-06-05 16:03 ` Mojca Miklavec
2010-05-23 12:51 Hans Hagen
2010-05-23 13:05 ` Vnpenguin
2010-05-23 13:38   ` Hans Hagen
2010-05-23 13:59     ` Alan BRASLAU
2010-05-23 14:27       ` Hans Hagen
2009-12-30 20:19 Hans Hagen
     [not found] <mailman.784.1259616411.22155.ntg-context@ntg.nl>
2009-11-30 22:45 ` Vyatcheslav Yatskovsky
2009-12-01  9:58   ` Mojca Miklavec
     [not found] <mailman.759.1259499589.22155.ntg-context@ntg.nl>
2009-11-29 20:36 ` Vyatcheslav Yatskovsky
2009-11-30  2:03   ` Wader
2009-11-30  9:07     ` Taco Hoekwater
2009-12-02 11:43       ` Mojca Miklavec
2009-11-27 17:03 Hans Hagen
2009-11-27 17:13 ` Wolfgang Schuster
2009-11-27 18:05   ` Hans Hagen
2009-11-27 18:23     ` Wolfgang Schuster
2009-11-27 22:40 ` Mojca Miklavec
2009-11-28  0:04   ` Hans Hagen
2009-11-28 16:19     ` Andreas Schneider
2009-11-29 10:53       ` Hans Hagen
2009-11-29 11:15         ` Mojca Miklavec
2009-11-28  0:27 ` Yanrui Li
2009-09-16 18:14 Hans Hagen
2009-09-11 16:42 Hans Hagen
2009-09-09 12:03 Hans Hagen
2009-09-09 13:00 ` Chen Shen
2009-09-09 14:18   ` Aditya Mahajan
2009-07-20 17:48 Hans Hagen
2009-06-04 20:29 Hans Hagen
2009-05-07 10:15 Hans Hagen
2009-05-07 11:01 ` Thomas A. Schmitz
     [not found] ` <20090507110304.GG23624@phare.normalesup.org>
2009-05-07 11:09   ` Taco Hoekwater
2009-05-07 11:17     ` Arthur Reutenauer
2009-05-07 12:44   ` Hans Hagen
2009-05-07 12:45   ` Hans Hagen
2009-05-06 20:15 Hans Hagen
2009-05-06 20:50 ` Arthur Reutenauer
2009-05-06 21:03   ` Hans Hagen
2009-05-06 21:12     ` Arthur Reutenauer
2009-05-06 21:18       ` Hans Hagen
2009-05-06 23:37         ` luigi scarso
2009-04-16 21:33 Hans Hagen
2009-04-17  1:18 ` Eythan Weg
2009-04-17  7:40   ` Hans Hagen
2009-04-17  7:44     ` Taco Hoekwater
2009-04-17 13:10       ` Eythan Weg
2009-04-17 14:22   ` Hans Hagen
2009-04-17 15:21     ` Eythan Weg
2009-04-17 15:53       ` Taco Hoekwater
2009-04-17 16:41         ` Eythan Weg
2009-04-17 16:48           ` Hans Hagen
2009-04-17 19:03             ` Eythan Weg
2009-04-17 17:36           ` Taco Hoekwater
2009-04-17 19:40             ` Eythan Weg
2009-04-17  1:54 ` Wei-Wei Guo
2009-04-17  9:03   ` Wei-Wei Guo
2009-04-17 11:52     ` Hans Hagen
2009-04-17 11:52   ` Hans Hagen
2009-04-18  0:09     ` Wei-Wei Guo
2009-04-18  0:34       ` Yanrui Li
2009-04-18  0:41         ` Yanrui Li
2009-04-18  2:47         ` Wei-Wei Guo
2009-04-18 11:29           ` Hans Hagen
2009-04-18 17:12             ` Wei-Wei Guo
2009-04-18 19:24               ` Hans Hagen
2009-04-19  0:04                 ` Wei-Wei Guo
2009-04-19  9:58                   ` Hans Hagen
2009-04-20 22:50                     ` Diego Depaoli
2009-04-18 11:56       ` Hans Hagen
2009-04-18 16:49         ` Wei-Wei Guo
2009-04-18  2:25     ` Wei-Wei Guo
2009-04-10 11:05 Hans Hagen
2009-04-10 11:55 ` Wolfgang Schuster
2009-04-10 11:59   ` Hans Hagen
2009-04-10 13:13 ` Eythan Weg
2009-04-10 13:18   ` Wolfgang Schuster
2009-04-10 13:57     ` Eythan Weg
2009-04-10 16:10   ` Hans Hagen
2009-04-10 13:54 ` Aditya Mahajan
2009-04-11 18:54   ` Jesse Alama
2009-04-11 22:56     ` Aditya Mahajan
2009-04-10 14:02 ` Yanrui Li
2009-04-10 17:14   ` Longmin Wang
2009-04-11  0:11     ` Yanrui Li
2009-04-11  4:23 ` Wei-Wei Guo
2009-04-11  6:22   ` Wolfgang Schuster
2009-04-11 15:10     ` Wei-Wei Guo
2009-04-13  8:19 ` Thomas A. Schmitz
2009-04-13 11:09   ` Hans Hagen
2009-04-13 12:48     ` Thomas A. Schmitz
2009-04-13 13:01       ` Hans Hagen
2009-04-09 15:19 Vyatcheslav Yatskovsky
2009-04-08  6:15 وفا خلیقی
2009-04-08  7:30 ` Hans Hagen
2009-04-08  7:55   ` وفا خلیقی
2009-04-08  8:01     ` Hans Hagen
2009-04-08  8:07       ` وفا خلیقی
2009-04-08  8:48         ` Hans Hagen
2009-04-08  8:52           ` وفا خلیقی
2009-04-08  8:54             ` وفا خلیقی
2009-04-08  9:26               ` Hans Hagen
2009-04-08 10:00                 ` وفا خلیقی
2009-04-08 11:06                   ` وفا خلیقی
2009-04-08 11:12                     ` وفا خلیقی
2009-04-08 11:21                     ` Hans Hagen
2009-04-08 11:39                       ` وفا خلیقی
2009-04-08 12:12                         ` Hans Hagen
2009-04-08 14:00                           ` وفا خلیقی
2009-04-08 14:19                             ` Hans Hagen
2009-04-08 14:10                         ` Khaled Hosny
2009-04-08 14:17                           ` وفا خلیقی
2009-04-06 10:50 Hans Hagen
2009-04-06 11:31 ` Wolfgang Schuster
2009-04-06 12:22   ` Hans Hagen
2009-04-06 12:38     ` Wolfgang Schuster
2009-04-06 12:44 ` Yanrui Li
2009-04-06 12:54   ` Yanrui Li
2009-04-06 16:40     ` Hans Hagen
2009-04-06 16:49     ` Hans Hagen
2009-04-06 17:10       ` Yanrui Li
2009-04-06 12:55 ` luigi scarso
2009-04-06 13:11   ` Mojca Miklavec
2009-04-06 13:16     ` Taco Hoekwater
2009-04-06 13:19       ` luigi scarso
2009-04-06 13:27         ` Taco Hoekwater
2009-04-06 13:29           ` luigi scarso
2009-04-06 14:11             ` Taco Hoekwater
2009-04-06 13:18     ` luigi scarso
2009-04-06 14:06       ` Mojca Miklavec
2009-04-06 14:51         ` luigi scarso
2009-04-06 15:02           ` Mojca Miklavec
2009-04-06 15:26             ` luigi scarso
2009-04-06 15:48               ` Mojca Miklavec
2009-04-06 15:58                 ` luigi scarso
2009-04-07  9:02     ` Thomas A. Schmitz
2009-04-07  9:38       ` Taco Hoekwater
2009-04-07  9:46       ` luigi scarso
2009-04-07  9:59       ` Mojca Miklavec
2009-04-07 10:13         ` luigi scarso
2009-04-06 17:08 ` Ulrike Fischer
2009-04-06 17:16   ` Hans Hagen
2009-04-08 16:26     ` Ulrike Fischer
2009-04-08 16:54       ` Hans Hagen
2009-04-08 17:51         ` Ulrike Fischer
2009-04-08 17:58           ` Hans Hagen
2009-04-08 19:23             ` Ulrike Fischer
2009-04-08 19:43               ` Hans Hagen
2009-04-08 20:01                 ` Mohamed Bana
2009-04-08 20:10                   ` Aditya Mahajan
2009-04-10 17:17                     ` Mohamed Bana
2009-04-08 20:15                   ` Hans Hagen
2009-04-09  8:30                 ` Ulrike Fischer
2009-04-09  9:36                   ` Hans Hagen
2009-04-09 14:18                     ` Ulrike Fischer
2009-04-09 18:29                       ` Hans Hagen
2009-04-10 13:37                         ` Ulrike Fischer
2009-04-11 15:37                         ` Ulrike Fischer
2009-04-06 20:41   ` Aditya Mahajan
2009-04-07  9:43     ` Ulrike Fischer
2009-04-07 10:09       ` Hans Hagen
2009-04-07 13:02         ` Ulrike Fischer
2009-04-07 13:38           ` Hans Hagen
2009-03-26 22:40 Hans Hagen
2009-03-26 23:23 ` Diego Depaoli
2009-03-27  7:05   ` Hans Hagen
2009-03-28  0:03     ` Aditya Mahajan
2009-03-28  0:39       ` Wolfgang Schuster
2009-03-28  2:05         ` Aditya Mahajan
2009-03-27  1:20 ` Yanrui Li
2009-03-27  2:53   ` Yanrui Li
2009-03-20 18:10 Hans Hagen
2009-03-17 10:49 Hans Hagen
2009-03-17 11:06 ` Alan Stone
2009-03-17 11:26   ` Hans Hagen
2009-03-17 14:43 ` Peter Rolf
2009-03-17 15:52   ` Hans Hagen
2009-03-17 16:50     ` Peter Rolf
2009-03-19  7:06 ` Thomas A. Schmitz
2009-03-19  9:08   ` Hans Hagen
2009-03-19  9:31     ` Thomas A. Schmitz
2009-03-19 14:58 ` Yue Wang
2009-03-19 15:02   ` Hans Hagen
2009-03-19 15:21     ` Aditya Mahajan
2009-03-19 15:30       ` Hans Hagen
2009-03-19 23:58 ` Yanrui Li
2009-03-20 16:11   ` Hans Hagen
2009-03-20 17:54     ` Aditya Mahajan
2009-03-20 17:58       ` Hans Hagen
2009-03-20  1:36 ` Wolfgang Schuster
2009-03-20 12:36 ` Thomas Floeren
2009-03-20 15:14   ` Hans Hagen
2009-03-10 19:33 New beta Thomas A. Schmitz
2009-03-10 19:45 ` Wolfgang Schuster
2009-03-10 20:14   ` Thomas A. Schmitz
2009-03-10 22:03     ` luigi scarso
2009-03-10 22:03     ` Hans Hagen
2009-03-10 22:17       ` luigi scarso
2009-03-10 22:28         ` Hans Hagen
2009-03-10 22:28       ` Thomas A. Schmitz
2009-03-10 22:32         ` Hans Hagen
2009-03-10 22:47           ` Thomas A. Schmitz
2009-03-10 23:17             ` luigi scarso
2009-03-11  5:41               ` Thomas A. Schmitz
2009-03-11  6:24                 ` luigi scarso
2009-03-11  8:43                 ` Hans Hagen
2009-03-12  1:20                   ` Jesse Alama
2009-03-13 11:00                     ` Thomas A. Schmitz
2009-03-13 14:32                       ` Thomas A. Schmitz
2009-03-13 14:37                         ` Hans Hagen
2009-03-13 14:43                           ` Thomas A. Schmitz
2009-03-13 14:58                             ` Hans Hagen
2009-03-13 15:05                               ` Thomas A. Schmitz
2009-03-13 15:33                                 ` Hans Hagen
2009-03-13 14:56                         ` Hans Hagen
2009-03-13 15:12                           ` Thomas A. Schmitz
2009-03-13 15:29                             ` Hans Hagen
2009-03-13 16:28                           ` Wolfgang Schuster
2009-03-13 16:54                             ` Hans Hagen
2009-03-13 17:25                               ` Wolfgang Schuster
2009-03-13 18:18                                 ` Hans Hagen
2009-03-11  1:38             ` Jesse Alama
2009-03-06 17:52 new beta Hans Hagen
2009-03-06 20:10 ` Xan
2009-03-06 23:04   ` Hans Hagen
2009-03-06 23:43     ` Xan
2009-03-07 12:30       ` Hans Hagen
2009-03-07 15:31         ` Xan
2009-02-18 12:08 polytope
2009-02-19  9:09 ` Hans Hagen
2009-02-17 20:29 Hans Hagen
2009-02-17 20:41 ` Arthur Reutenauer
2009-02-18  2:05 ` Dohyun Kim
2009-02-19  6:36   ` Yanrui Li
2009-02-19 20:18   ` Hans Hagen
2009-02-19  1:49 ` Dohyun Kim
2009-02-19  4:24   ` Yue Wang
2009-02-19 10:04   ` Hans Hagen
2009-02-19 11:55     ` Dohyun Kim
2009-02-19 13:36       ` Yue Wang
2009-02-19 13:59         ` Yue Wang
2009-02-19 14:37           ` Wolfgang Schuster
2009-02-19 14:28         ` Wolfgang Schuster
2009-02-19 16:13           ` Yue Wang
2009-02-19 16:47             ` luigi scarso
2009-02-19 17:03               ` Yanrui Li
2009-02-19 21:59                 ` luigi scarso
2009-02-19 20:30         ` Hans Hagen
2009-02-19  9:38 ` Yanrui Li
2009-02-19  9:45   ` Hans Hagen
2009-02-19 10:03     ` Taco Hoekwater
2009-03-07  8:45 ` Alan BRASLAU
2009-03-07 12:29   ` Hans Hagen
2009-03-08  7:11     ` Alan BRASLAU
2009-03-08 16:27       ` Hans Hagen
2008-10-21 17:48 Hans Hagen
2008-10-21 17:47 Hans Hagen
2008-10-23  6:32 ` Wolfgang Schuster
2008-10-23 13:05   ` Hans Hagen
2008-10-17 11:02 Yanrui Li
2008-10-17  9:15 Hans Hagen
2008-10-17 14:28 ` Thomas A. Schmitz
2008-10-17 19:35   ` Hans Hagen
2008-10-23  7:00     ` Thomas A. Schmitz
2008-10-23 15:48       ` Hans Hagen
2008-10-23 21:00         ` Thomas A. Schmitz
2008-10-24  8:03           ` Hans Hagen
2008-10-24  8:56             ` Thomas A. Schmitz
2008-10-24  9:04               ` Hans Hagen
2008-10-17 18:34 ` luigi scarso
2008-10-17 19:33   ` Hans Hagen
2008-10-17 20:42     ` Khaled Hosny
2008-10-17 21:19     ` luigi scarso
2008-10-17 21:54       ` luigi scarso
2008-10-17 19:40 ` Peter Rolf
2008-10-19 17:11   ` Hans Hagen
2008-10-18 22:03 ` Idris Samawi Hamid ادريس سماوي حامد
2008-10-18 22:31   ` Aditya Mahajan
2008-10-19  0:55     ` Idris Samawi Hamid ادريس سماوي حامد
2008-10-19 15:11   ` Hans Hagen
2008-10-22  6:31 ` Wolfgang Schuster
2008-10-22  7:58   ` Hans Hagen
2008-10-08 21:43 Hans Hagen
2008-10-03 11:03 Hans Hagen
2008-09-02 18:58 Hans Hagen
2008-09-02 19:55 ` Thomas A. Schmitz
2008-06-16 14:09 Hans Hagen
2008-06-10 16:36 Hans Hagen
2008-05-26 21:34 Hans Hagen
2008-01-22 14:28 Hans Hagen
2008-01-17 11:02 Hans Hagen
2006-08-29  7:58 Hans Hagen
2006-08-29  8:51 ` Renaud AUBIN
2006-08-29 10:57   ` Hans Hagen
2006-08-29 11:02     ` Renaud AUBIN
2006-08-29 12:46       ` Hans Hagen
2006-08-29  9:56 ` Peter Rolf
2006-08-29 11:17   ` Hans Hagen
2006-08-29 12:54     ` Peter Rolf
2006-08-29 21:02       ` Hans Hagen
2006-08-29 23:45         ` Peter Rolf
2006-08-30  8:00           ` Hans Hagen
2006-08-30 10:17             ` new betae Peter Rolf
2006-08-30 11:40               ` Hans Hagen
2006-08-30 15:21                 ` new beta Peter Rolf
2006-08-30 20:58                   ` Hans Hagen
2006-08-30 10:27   ` Peter Rolf
2006-08-30 11:07     ` Peter Rolf
2006-08-29 17:50 ` Renaud AUBIN
2006-08-29 17:57   ` Renaud AUBIN
2005-09-07 16:48 Hans Hagen
2005-07-19 22:04 Hans Hagen
2005-07-20  8:35 ` Taco Hoekwater
2005-07-20 10:07   ` Hans Hagen
2005-07-21  9:38 ` Otared KAVIAN
2005-07-21 14:51   ` Hans Hagen
2005-04-14 20:33 Johan Sandblom
2005-04-14 14:50 Johan Sandblom
2005-04-14 15:01 ` Taco Hoekwater
2005-04-14 19:32 ` Hans Hagen
2005-04-13 20:33 Hans Hagen
2005-04-14  2:03 ` Paul Tremblay
2005-04-14  7:33   ` Hans Hagen
2005-04-14 14:29 ` Thomas A.Schmitz
2005-04-15  6:29   ` Thomas A.Schmitz
2005-04-15  7:37     ` Otared Kavian
2005-04-15  9:24       ` Hans Hagen
2005-04-15 13:47       ` David Munger
2005-04-15  8:51     ` Peter Rolf
2005-04-15  9:00       ` Thomas A.Schmitz
2005-04-15 14:03     ` David Munger
2005-04-15 14:39       ` Thomas A.Schmitz
2005-04-15 14:43       ` Thomas A.Schmitz
2005-04-15 15:18         ` Hans Hagen
2005-04-15 21:30         ` Hans Hagen
2005-04-16  6:40           ` Thomas A.Schmitz
2005-04-16 14:43             ` David Munger
2005-04-16 17:15               ` Thomas A.Schmitz
2005-04-18 12:10               ` Hans Hagen
2005-04-15 14:48       ` Gerben Wierda
2005-04-15 15:12       ` Hans Hagen
2005-04-15 15:15       ` Hans Hagen
2005-04-15 15:43         ` David Munger
2005-04-15 21:00           ` Hans Hagen
2005-04-17 17:32           ` David Munger
2005-04-19  7:43             ` Hans Hagen
2005-04-19 12:18               ` Thomas A.Schmitz
2005-04-19 12:43                 ` Adam Lindsay
2005-04-19 13:20                   ` Hans Hagen
2005-04-19 14:05                     ` Thomas A.Schmitz
2005-04-19 14:05                   ` Thomas A.Schmitz
2005-04-20 10:07                 ` Thomas A.Schmitz
2005-04-20 13:51                   ` Adam Lindsay
2005-04-20 19:14                     ` Hans Hagen
2005-04-19 13:10               ` David Munger
2005-04-19 13:58             ` David Munger
2005-04-15 16:07         ` Thomas A.Schmitz
2005-04-15  8:53   ` Hans Hagen
2005-04-15 10:48     ` Thomas A.Schmitz
2004-12-17 17:59 Hans Hagen
2004-12-20 19:21 ` Dan Luecking
2002-12-01  0:15 Hans Hagen
2002-12-01  9:18 ` Giuseppe Bilotta
2002-09-29 21:58 Hans Hagen
2002-09-29 23:08 ` Giuseppe Bilotta
2002-10-02  7:50   ` Hans Hagen
2002-09-30  9:28 ` Jens-Uwe Morawski
2002-10-02 17:31   ` Hans Hagen
2001-12-03 16:16 Hans Hagen
2001-08-21  1:02 New Beta David Arnold
2001-08-21  8:06 ` Hans Hagen
2001-08-24  8:31 ` Olya Briginets
2001-08-24  8:46   ` Hans Hagen
2000-10-11 10:05 new beta Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).