ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-Context] How to compute correct page number for handout
@ 2010-09-29 11:13 Pierre-François Bonnefoi
  2010-09-30  7:47 ` Hans Hagen
  2010-10-03 15:52 ` Wolfgang Schuster
  0 siblings, 2 replies; 11+ messages in thread
From: Pierre-François Bonnefoi @ 2010-09-29 11:13 UTC (permalink / raw)
  To: ntg-context

Hello,

I'use extensively context to write my lecture notes and for all of my printing needs.

For my students, I've made some lecture presentations in color, and I print them in black&white, with four pages on one page for the handout.

I would like to compute a correct Table of contents according to the handout : so to divide the current page number by four to get a correct page number for the handout.

\def\ChapterPrefix#1{\the\numexpr#1/4 \relax}
\setupcombinedlist[content][level=1]
\setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]

That doesn't work, and I've some difficulties to figure how computation is performed in e-TeX...

Could you help me to resolve this issue ?

Kind regards,
Pierre-François Bonnefoi.
-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.

___________________________________________________________________________________
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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-09-29 11:13 [NTG-Context] How to compute correct page number for handout Pierre-François Bonnefoi
@ 2010-09-30  7:47 ` Hans Hagen
  2010-09-30  8:27   ` Pierre-François Bonnefoi
  2010-10-03 15:52 ` Wolfgang Schuster
  1 sibling, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2010-09-30  7:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Pierre-François Bonnefoi

On 29-9-2010 1:13, Pierre-François Bonnefoi wrote:
> Hello,
>
> I'use extensively context to write my lecture notes and for all of my printing needs.
>
> For my students, I've made some lecture presentations in color, and I print them in black&white, with four pages on one page for the handout.
>
> I would like to compute a correct Table of contents according to the handout : so to divide the current page number by four to get a correct page number for the handout.
>
> \def\ChapterPrefix#1{\the\numexpr#1/4 \relax}
> \setupcombinedlist[content][level=1]
> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]
>
> That doesn't work, and I've some difficulties to figure how computation is performed in e-TeX...
>
> Could you help me to resolve this issue ?
\starttext

\setupuserpagenumber[way=bychapter]

\dorecurse{3}{\chapter{test} \dorecurse{4}{test \page}}

\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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-09-30  7:47 ` Hans Hagen
@ 2010-09-30  8:27   ` Pierre-François Bonnefoi
  2010-09-30 12:12     ` Peter Münster
  0 siblings, 1 reply; 11+ messages in thread
From: Pierre-François Bonnefoi @ 2010-09-30  8:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Hans,

Thank you to answer my question.

I've tried it and I'm sorry to report that this only works in MK IV, that I don't use (I've tried but some of my documents don't translate correctly).

From my point of view, I don't know if it is the correct answer because I want to get some altered page number, and I think that I have to alter them "artificially", only for display purpose.

best regards,
Pierre-François Bonnefoi.

Le 30 sept. 2010 à 09:47, Hans Hagen a écrit :

> On 29-9-2010 1:13, Pierre-François Bonnefoi wrote:
>> Hello,
>> 
>> I'use extensively context to write my lecture notes and for all of my printing needs.
>> 
>> For my students, I've made some lecture presentations in color, and I print them in black&white, with four pages on one page for the handout.
>> 
>> I would like to compute a correct Table of contents according to the handout : so to divide the current page number by four to get a correct page number for the handout.
>> 
>> \def\ChapterPrefix#1{\the\numexpr#1/4 \relax}
>> \setupcombinedlist[content][level=1]
>> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]
>> 
>> That doesn't work, and I've some difficulties to figure how computation is performed in e-TeX...
>> 
>> Could you help me to resolve this issue ?
> \starttext
> 
> \setupuserpagenumber[way=bychapter]
> 
> \dorecurse{3}{\chapter{test} \dorecurse{4}{test \page}}
> 
> \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
> ___________________________________________________________________________________

-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.

___________________________________________________________________________________
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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-09-30  8:27   ` Pierre-François Bonnefoi
@ 2010-09-30 12:12     ` Peter Münster
  2010-10-03 14:16       ` Pierre-François Bonnefoi
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Münster @ 2010-09-30 12:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Sep 30 2010, Pierre-François Bonnefoi wrote:
> 
> I've tried it and I'm sorry to report that this only works in MK IV, that I
> don't use (I've tried but some of my documents don't translate correctly).

Hello,

Your \ChapterPrefix works out of the box with mkiv. Eventually it's easier to
solve the problems you have with mkiv, than dividing the page number by 4 in
mkii?  I don't know...

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___________________________________________________________________________________
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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-09-30 12:12     ` Peter Münster
@ 2010-10-03 14:16       ` Pierre-François Bonnefoi
  2010-10-03 15:12         ` Hans Hagen
  0 siblings, 1 reply; 11+ messages in thread
From: Pierre-François Bonnefoi @ 2010-10-03 14:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Peter,

I run into some problem with font handling in MKIV so I'm stuck in MKII for some time.

I've tried the following :
\starttext
\def\ChapterPrefix#1{%
\the\numexpr\number#1/4\relax
}
\setupcombinedlist[content][level=1]
\setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]
\setuplist[section][]
\completecontent
\dorecurse{3}{\chapter{test} \dorecurse{4}{test \page}}
\stoptext

In MKII, I get a "Missing number error".
I've isolated the problem : the value given to the \chapterprefix by the pagecommand option seems to be a text value and not a numeral value.

I've tried to find a function to translate text to number but I've not find it.

I hope to get some help.

kind regards,
Pierre-François.

Le 30 sept. 2010 à 14:12, Peter Münster a écrit :

> On Thu, Sep 30 2010, Pierre-François Bonnefoi wrote:
>> 
>> I've tried it and I'm sorry to report that this only works in MK IV, that I
>> don't use (I've tried but some of my documents don't translate correctly).
> 
> Hello,
> 
> Your \ChapterPrefix works out of the box with mkiv. Eventually it's easier to
> solve the problems you have with mkiv, than dividing the page number by 4 in
> mkii?  I don't know...
> 
> Cheers, Peter
> 
> -- 
> Contact information: http://pmrb.free.fr/contact/
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-10-03 14:16       ` Pierre-François Bonnefoi
@ 2010-10-03 15:12         ` Hans Hagen
  2010-10-03 15:25           ` Pierre-François Bonnefoi
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2010-10-03 15:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 3-10-2010 4:16, Pierre-François Bonnefoi wrote:
> Dear Peter,
>
> I run into some problem with font handling in MKIV so I'm stuck in MKII for some time.
>
> I've tried the following :
> \starttext
> \def\ChapterPrefix#1{%
> \the\numexpr\number#1/4\relax
> }
> \setupcombinedlist[content][level=1]
> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]

manipulating the number that way is just a lucky guess: pagecommand (and 
numbercommand) get some text passes and it might not even be a number, 
as it all depends on conversion and special rendering

-----------------------------------------------------------------
                                           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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-10-03 15:12         ` Hans Hagen
@ 2010-10-03 15:25           ` Pierre-François Bonnefoi
  2010-10-03 15:34             ` Hans Hagen
  0 siblings, 1 reply; 11+ messages in thread
From: Pierre-François Bonnefoi @ 2010-10-03 15:25 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

So, I've to forget it...
I'm a little bit disappointed that it's not possible.

But the waiting time for my students to get the lecture notes is over : I'll give them the handout with no page numbers.

Thank you for your support.

I hope that I could use MKIV in near future,
kind regards,
Pierre-François.

Le 3 oct. 2010 à 17:12, Hans Hagen a écrit :

> On 3-10-2010 4:16, Pierre-François Bonnefoi wrote:
>> Dear Peter,
>> 
>> I run into some problem with font handling in MKIV so I'm stuck in MKII for some time.
>> 
>> I've tried the following :
>> \starttext
>> \def\ChapterPrefix#1{%
>> \the\numexpr\number#1/4\relax
>> }
>> \setupcombinedlist[content][level=1]
>> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]
> 
> manipulating the number that way is just a lucky guess: pagecommand (and numbercommand) get some text passes and it might not even be a number, as it all depends on conversion and special rendering
> 

-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.

___________________________________________________________________________________
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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-10-03 15:25           ` Pierre-François Bonnefoi
@ 2010-10-03 15:34             ` Hans Hagen
  2010-10-03 15:45               ` Pierre-François Bonnefoi
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2010-10-03 15:34 UTC (permalink / raw)
  To: Pierre-François Bonnefoi; +Cc: mailing list for ConTeXt users

On 3-10-2010 5:25, Pierre-François Bonnefoi wrote:
> So, I've to forget it...
> I'm a little bit disappointed that it's not possible.
>
> But the waiting time for my students to get the lecture notes is over : I'll give them the handout with no page numbers.

you can try to use \structurelistrealpagenumber which is set for each entry

-----------------------------------------------------------------
                                           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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-10-03 15:34             ` Hans Hagen
@ 2010-10-03 15:45               ` Pierre-François Bonnefoi
  0 siblings, 0 replies; 11+ messages in thread
From: Pierre-François Bonnefoi @ 2010-10-03 15:45 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

But this function \structurelistrealpagenumber is not defined in MKII.

ok, ok I've to go to MKIV some day ;-)

Le 3 oct. 2010 à 17:34, Hans Hagen a écrit :

> On 3-10-2010 5:25, Pierre-François Bonnefoi wrote:
>> So, I've to forget it...
>> I'm a little bit disappointed that it's not possible.
>> 
>> But the waiting time for my students to get the lecture notes is over : I'll give them the handout with no page numbers.
> 
> you can try to use \structurelistrealpagenumber which is set for each entry
> 
> -----------------------------------------------------------------
>                                          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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-09-29 11:13 [NTG-Context] How to compute correct page number for handout Pierre-François Bonnefoi
  2010-09-30  7:47 ` Hans Hagen
@ 2010-10-03 15:52 ` Wolfgang Schuster
  2010-10-03 16:15   ` Pierre-François Bonnefoi
  1 sibling, 1 reply; 11+ messages in thread
From: Wolfgang Schuster @ 2010-10-03 15:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 29.09.2010 um 13:13 schrieb Pierre-François Bonnefoi:

> Hello,
> 
> I'use extensively context to write my lecture notes and for all of my printing needs.
> 
> For my students, I've made some lecture presentations in color, and I print them in black&white, with four pages on one page for the handout.
> 
> I would like to compute a correct Table of contents according to the handout : so to divide the current page number by four to get a correct page number for the handout.
> 
> \def\ChapterPrefix#1{\the\numexpr#1/4 \relax}
> \setupcombinedlist[content][level=1]
> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]
> 
> That doesn't work, and I've some difficulties to figure how computation is performed in e-TeX...
> 
> Could you help me to resolve this issue ?

A very dirty hack:

\setuppapersize[A6][A6]

\let\normaltranslatednumber\translatednumber

\def\translatednumber[#1]%
  {\number\numexpr(\normaltranslatednumber[#1]+1)/4\relax}
  
\starttext

\completecontent

\dorecurse{12}
  {\chapter{Chapter #1}
   \dorecurse{#1}{\input knuth\par}}

\stoptext

Wolfgang

___________________________________________________________________________________
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] 11+ messages in thread

* Re: [NTG-Context] How to compute correct page number for handout
  2010-10-03 15:52 ` Wolfgang Schuster
@ 2010-10-03 16:15   ` Pierre-François Bonnefoi
  0 siblings, 0 replies; 11+ messages in thread
From: Pierre-François Bonnefoi @ 2010-10-03 16:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

You saved my day !

Le 3 oct. 2010 à 17:52, Wolfgang Schuster a écrit :

> 
> Am 29.09.2010 um 13:13 schrieb Pierre-François Bonnefoi:
> 
>> Hello,
>> 
>> I'use extensively context to write my lecture notes and for all of my printing needs.
>> 
>> For my students, I've made some lecture presentations in color, and I print them in black&white, with four pages on one page for the handout.
>> 
>> I would like to compute a correct Table of contents according to the handout : so to divide the current page number by four to get a correct page number for the handout.
>> 
>> \def\ChapterPrefix#1{\the\numexpr#1/4 \relax}
>> \setupcombinedlist[content][level=1]
>> \setuplist[chapter][after=,before=,numbercolor=yellow,numbercommand=\underbar,pagecommand=\ChapterPrefix]
>> 
>> That doesn't work, and I've some difficulties to figure how computation is performed in e-TeX...
>> 
>> Could you help me to resolve this issue ?
> 
> A very dirty hack:
> 
> \setuppapersize[A6][A6]
> 
> \let\normaltranslatednumber\translatednumber
> 
> \def\translatednumber[#1]%
>  {\number\numexpr(\normaltranslatednumber[#1]+1)/4\relax}
> 
> \starttext
> 
> \completecontent
> 
> \dorecurse{12}
>  {\chapter{Chapter #1}
>   \dorecurse{#1}{\input knuth\par}}
> 
> \stoptext
> 
> Wolfgang
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 11+ messages in thread

end of thread, other threads:[~2010-10-03 16:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-29 11:13 [NTG-Context] How to compute correct page number for handout Pierre-François Bonnefoi
2010-09-30  7:47 ` Hans Hagen
2010-09-30  8:27   ` Pierre-François Bonnefoi
2010-09-30 12:12     ` Peter Münster
2010-10-03 14:16       ` Pierre-François Bonnefoi
2010-10-03 15:12         ` Hans Hagen
2010-10-03 15:25           ` Pierre-François Bonnefoi
2010-10-03 15:34             ` Hans Hagen
2010-10-03 15:45               ` Pierre-François Bonnefoi
2010-10-03 15:52 ` Wolfgang Schuster
2010-10-03 16:15   ` Pierre-François Bonnefoi

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).