ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to set page background?
@ 2007-02-28  8:43 Zhichu Chen
  2007-02-28  9:03 ` Hans Hagen
  0 siblings, 1 reply; 11+ messages in thread
From: Zhichu Chen @ 2007-02-28  8:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi there,

I know there is a command \setupbackgrounds[page][background=???], and I can
use \defineoverlay[page][\useMPgraphic{page}], then use MetaPost to draw the
page background. But I also use something like \setuppapersize[A7][A3] to
compose the output, and it seems that the \setupbackgrounds command only
affect on A7 sub-paper. I also noticed a command
\setuplayout[marking=color]that really acts on the
A3 paper rather than the subpaper. So I think there should be such a macro
that handles the whole page's background. Can anyone tell me about it?

Thanks.

-- 
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
----------------------------------------------------------------

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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: How to set page background?
  2007-02-28  8:43 How to set page background? Zhichu Chen
@ 2007-02-28  9:03 ` Hans Hagen
  2007-02-28 11:27   ` Zhichu Chen
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2007-02-28  9:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Zhichu Chen wrote:
> Hi there,
>
> I know there is a command \setupbackgrounds[page][background=???], and 
> I can
> use \defineoverlay[page][\useMPgraphic{page}], then use MetaPost to 
> draw the
> page background. But I also use something like \setuppapersize[A7][A3] to
> compose the output, and it seems that the \setupbackgrounds command only
> affect on A7 sub-paper. I also noticed a command
> \setuplayout[marking=color]that really acts on the
> A3 paper rather than the subpaper. So I think there should be such a 
> macro
> that handles the whole page's background. Can anyone tell me about it?
>
you can set up backgrounds for page, leftpage, rightpage, paper etc 

so in your case ... use \setupbackgrounds[paper][...]

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

* Re: How to set page background?
  2007-02-28  9:03 ` Hans Hagen
@ 2007-02-28 11:27   ` Zhichu Chen
  2007-02-28 15:03     ` luigi scarso
                       ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Zhichu Chen @ 2007-02-28 11:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks Hans,

But actually, I've tried it before I asked. I just modified your code from
cont-enp.pdf:
+++++++++++++++++++++++++++++++++++++++++
\setuppapersize [A7][A3]
\setuparranging [2*8,rotated,doublesided]
\setuppagenumbering [alternative=doublesided]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [paper][background=color,backgroundcolor=red]
\setupcolors [state=start]
\setuplayout [location=middle,marking=color]
\setuptolerance [tolerant]
\setupbodyfont [6pt]
\starttext
\dorecurse{30}{\input tufte \par \input knuth \par}
\stoptext
++++++++++++++++++++++++++++++++++++++++

and it appears nothing changed. So I wonder if you could look it up again
for me.

Thank you

On 2/28/07, Hans Hagen <pragma@wxs.nl> wrote:
>
> Zhichu Chen wrote:
> > Hi there,
> >
> > I know there is a command \setupbackgrounds[page][background=???], and
> > I can
> > use \defineoverlay[page][\useMPgraphic{page}], then use MetaPost to
> > draw the
> > page background. But I also use something like \setuppapersize[A7][A3]
> to
> > compose the output, and it seems that the \setupbackgrounds command only
> > affect on A7 sub-paper. I also noticed a command
> > \setuplayout[marking=color]that really acts on the
> > A3 paper rather than the subpaper. So I think there should be such a
> > macro
> > that handles the whole page's background. Can anyone tell me about it?
> >
> you can set up backgrounds for page, leftpage, rightpage, paper etc
>
> so in your case ... use \setupbackgrounds[paper][...]
>
> -----------------------------------------------------------------
>                                          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
>



-- 
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
----------------------------------------------------------------

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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: How to set page background?
  2007-02-28 11:27   ` Zhichu Chen
@ 2007-02-28 15:03     ` luigi scarso
  2007-02-28 15:18       ` Zhichu Chen
  2007-02-28 15:33     ` luigi scarso
  2007-03-01 20:46     ` Mojca Miklavec
  2 siblings, 1 reply; 11+ messages in thread
From: luigi scarso @ 2007-02-28 15:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/28/07, Zhichu Chen <zhichu.chen@gmail.com> wrote:
> Thanks Hans,
>
> But actually, I've tried it before I asked. I just modified your code from
> cont-enp.pdf:
> +++++++++++++++++++++++++++++++++++++++++
> \setuppapersize [A7][A3]
> \setuparranging [2*8,rotated,doublesided]
> \setuppagenumbering [alternative=doublesided]
> \setuplayout [margin=0pt,width=fit]
%%% hmm, try
\setupbackgrounds[paper][state=start,background=color,backgroundcolor=red]
> \setupcolors [state=start]
> \setuplayout [location=middle,marking=color]
> \setuptolerance [tolerant]
> \setupbodyfont [6pt]
> \starttext
> \dorecurse{30}{\input tufte \par \input knuth \par}
> \stoptext
> ++++++++++++++++++++++++++++++++++++++++

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

* Re: How to set page background?
  2007-02-28 15:03     ` luigi scarso
@ 2007-02-28 15:18       ` Zhichu Chen
  0 siblings, 0 replies; 11+ messages in thread
From: Zhichu Chen @ 2007-02-28 15:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks luigi

But it doesn't work for me either . . .


On 2/28/07, luigi scarso <luigi.scarso@gmail.com> wrote:
>
> On 2/28/07, Zhichu Chen <zhichu.chen@gmail.com> wrote:
> > Thanks Hans,
> >
> > But actually, I've tried it before I asked. I just modified your code
> from
> > cont-enp.pdf:
> > +++++++++++++++++++++++++++++++++++++++++
> > \setuppapersize [A7][A3]
> > \setuparranging [2*8,rotated,doublesided]
> > \setuppagenumbering [alternative=doublesided]
> > \setuplayout [margin=0pt,width=fit]
> %%% hmm, try
> \setupbackgrounds[paper][state=start,background=color,backgroundcolor=red]
> > \setupcolors [state=start]
> > \setuplayout [location=middle,marking=color]
> > \setuptolerance [tolerant]
> > \setupbodyfont [6pt]
> > \starttext
> > \dorecurse{30}{\input tufte \par \input knuth \par}
> > \stoptext
> > ++++++++++++++++++++++++++++++++++++++++
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>



-- 
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
----------------------------------------------------------------

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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: How to set page background?
  2007-02-28 11:27   ` Zhichu Chen
  2007-02-28 15:03     ` luigi scarso
@ 2007-02-28 15:33     ` luigi scarso
  2007-03-01  2:01       ` Zhichu Chen
  2007-03-01 20:46     ` Mojca Miklavec
  2 siblings, 1 reply; 11+ messages in thread
From: luigi scarso @ 2007-02-28 15:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/28/07, Zhichu Chen <zhichu.chen@gmail.com> wrote:
> Thanks Hans,
>
> But actually, I've tried it before I asked. I just modified your code from
> cont-enp.pdf:
> +++++++++++++++++++++++++++++++++++++++++
> \setuppapersize [A7][A3]
> \setuparranging [2*8,rotated,doublesided]
> \setuppagenumbering [alternative=doublesided]
> \setuplayout [margin=0pt,width=fit]
what about
\setupbackgrounds [page][background=color,backgroundcolor=red]
> \setupcolors [state=start]
> \setuplayout [location=middle,marking=color]
> \setuptolerance [tolerant]
> \setupbodyfont [6pt]
> \starttext
> \dorecurse{30}{\input tufte \par \input knuth \par}
> \stoptext
> ++++++++++++++++++++++++++++++++++++++++
>
> and it appears nothing changed. So I wonder if you could look it up again
> for me.
>
> Thank you
>
>
> On 2/28/07, Hans Hagen <pragma@wxs.nl> wrote:
> > Zhichu Chen wrote:
> > > Hi there,
> > >
> > > I know there is a command
> \setupbackgrounds[page][background=???], and
> > > I can
> > > use \defineoverlay[page][\useMPgraphic{page}], then use
> MetaPost to
> > > draw the
> > > page background. But I also use something like \setuppapersize[A7][A3]
> to
> > > compose the output, and it seems that the \setupbackgrounds command only
> > > affect on A7 sub-paper. I also noticed a command
> > > \setuplayout[marking=color]that really acts on the
> > > A3 paper rather than the subpaper. So I think there should be such a
> > > macro
> > > that handles the whole page's background. Can anyone tell me about it?
> > >
> > you can set up backgrounds for page, leftpage, rightpage, paper etc
> >
> > so in your case ... use \setupbackgrounds[paper][...]
> >
> >
> -----------------------------------------------------------------
> >                                          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
> >
>
>
>
> --
> Sincerely yours,
> Chen
> ----------------------------------------------------------------
>
>           Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
>          No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
>              tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
>                                                |
> www.sinap.ac.cn
> ----------------------------------------------------------------
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>

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

* Re: How to set page background?
  2007-02-28 15:33     ` luigi scarso
@ 2007-03-01  2:01       ` Zhichu Chen
  2007-03-01 18:06         ` luigi scarso
  0 siblings, 1 reply; 11+ messages in thread
From: Zhichu Chen @ 2007-03-01  2:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks luigi

Yes, but only the A7 small page changes the background. Actually, I've tried
many combinations of those options before I post my problem. So I think
there is something that hasn't been mentioned in the manual.


On 2/28/07, luigi scarso <luigi.scarso@gmail.com> wrote:
>
> On 2/28/07, Zhichu Chen <zhichu.chen@gmail.com> wrote:
> > Thanks Hans,
> >
> > But actually, I've tried it before I asked. I just modified your code
> from
> > cont-enp.pdf:
> > +++++++++++++++++++++++++++++++++++++++++
> > \setuppapersize [A7][A3]
> > \setuparranging [2*8,rotated,doublesided]
> > \setuppagenumbering [alternative=doublesided]
> > \setuplayout [margin=0pt,width=fit]
> what about
> \setupbackgrounds [page][background=color,backgroundcolor=red]
> > \setupcolors [state=start]
> > \setuplayout [location=middle,marking=color]
> > \setuptolerance [tolerant]
> > \setupbodyfont [6pt]
> > \starttext
> > \dorecurse{30}{\input tufte \par \input knuth \par}
> > \stoptext
> > ++++++++++++++++++++++++++++++++++++++++
> >
> > and it appears nothing changed. So I wonder if you could look it up
> again
> > for me.
> >
> > Thank you
> >
> >
> > On 2/28/07, Hans Hagen <pragma@wxs.nl> wrote:
> > > Zhichu Chen wrote:
> > > > Hi there,
> > > >
> > > > I know there is a command
> > \setupbackgrounds[page][background=???], and
> > > > I can
> > > > use \defineoverlay[page][\useMPgraphic{page}], then use
> > MetaPost to
> > > > draw the
> > > > page background. But I also use something like
> \setuppapersize[A7][A3]
> > to
> > > > compose the output, and it seems that the \setupbackgrounds command
> only
> > > > affect on A7 sub-paper. I also noticed a command
> > > > \setuplayout[marking=color]that really acts on the
> > > > A3 paper rather than the subpaper. So I think there should be such a
> > > > macro
> > > > that handles the whole page's background. Can anyone tell me about
> it?
> > > >
> > > you can set up backgrounds for page, leftpage, rightpage, paper etc
> > >
> > > so in your case ... use \setupbackgrounds[paper][...]
> > >
> > >
> > -----------------------------------------------------------------
> > >                                          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
> > >
> >
> >
> >
> > --
> > Sincerely yours,
> > Chen
> > ----------------------------------------------------------------
> >
> >           Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
> >          No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
> >              tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
> >                                                |
> > www.sinap.ac.cn
> > ----------------------------------------------------------------
> > _______________________________________________
> > ntg-context mailing list
> > ntg-context@ntg.nl
> > http://www.ntg.nl/mailman/listinfo/ntg-context
> >
> >
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>



-- 
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
----------------------------------------------------------------

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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: How to set page background?
  2007-03-01  2:01       ` Zhichu Chen
@ 2007-03-01 18:06         ` luigi scarso
  0 siblings, 0 replies; 11+ messages in thread
From: luigi scarso @ 2007-03-01 18:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> Yes, but only the A7 small page changes the background. Actually, I've tried
> many combinations of those options before I post my problem. So I think
> there is something that hasn't been mentioned in the manual.

\setupcolors[state=start]
\setuppapersize [A7][A3]
%%%
%\setuparranging [2*8,rotated,doublesided]
%%%
\setuppagenumbering [alternative=doublesided]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [paper][background=color,backgroundcolor=red]
\setuplayout [location=middle,marking=color]
\setuptolerance [tolerant]
\setupbodyfont [6pt]
\starttext
\dorecurse{30}{\input tufte \par \input knuth \par}
\stoptext

hmm, may be
\setuparranging [2*8,rotated,doublesided]
reset backgrounds

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

* Re: How to set page background?
  2007-02-28 11:27   ` Zhichu Chen
  2007-02-28 15:03     ` luigi scarso
  2007-02-28 15:33     ` luigi scarso
@ 2007-03-01 20:46     ` Mojca Miklavec
  2007-03-01 23:08       ` luigi scarso
  2007-03-02  0:57       ` Zhichu Chen
  2 siblings, 2 replies; 11+ messages in thread
From: Mojca Miklavec @ 2007-03-01 20:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/28/07, Zhichu Chen <zhichu.chen@gmail.com> wrote:
> Thanks Hans,
>
> But actually, I've tried it before I asked. I just modified your code from
> cont-enp.pdf:
> +++++++++++++++++++++++++++++++++++++++++
> \setuppapersize [A7][A3]
> \setuparranging [2*8,rotated,doublesided]

Does it help if you say
    \setuparranging [2*8,background,rotated,doublesided]
instead?

The keyword was added in September. It would be much better if that
would be the default, but Hans seems to prefer it that way.

> \setuppagenumbering [alternative=doublesided]
> \setuplayout [margin=0pt,width=fit]
> \setupbackgrounds
> [paper][background=color,backgroundcolor=red]
> \setupcolors [state=start]
> \setuplayout [location=middle,marking=color]
> \setuptolerance [tolerant]
> \setupbodyfont [6pt]
> \starttext
> \dorecurse{30}{\input tufte \par \input knuth \par}
> \stoptext
> ++++++++++++++++++++++++++++++++++++++++

Mojca

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

* Re: How to set page background?
  2007-03-01 20:46     ` Mojca Miklavec
@ 2007-03-01 23:08       ` luigi scarso
  2007-03-02  0:57       ` Zhichu Chen
  1 sibling, 0 replies; 11+ messages in thread
From: luigi scarso @ 2007-03-01 23:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> Does it help if you say
>     \setuparranging [2*8,background,rotated,doublesided]
It works ok

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

* Re: How to set page background?
  2007-03-01 20:46     ` Mojca Miklavec
  2007-03-01 23:08       ` luigi scarso
@ 2007-03-02  0:57       ` Zhichu Chen
  1 sibling, 0 replies; 11+ messages in thread
From: Zhichu Chen @ 2007-03-02  0:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks, Mojca. It's cool.

On 3/2/07, Mojca Miklavec <mojca.miklavec.lists@gmail.com> wrote:
>
> On 2/28/07, Zhichu Chen <zhichu.chen@gmail.com> wrote:
> > Thanks Hans,
> >
> > But actually, I've tried it before I asked. I just modified your code
> from
> > cont-enp.pdf:
> > +++++++++++++++++++++++++++++++++++++++++
> > \setuppapersize [A7][A3]
> > \setuparranging [2*8,rotated,doublesided]
>
> Does it help if you say
>    \setuparranging [2*8,background,rotated,doublesided]
> instead?
>
> The keyword was added in September. It would be much better if that
> would be the default, but Hans seems to prefer it that way.
>
> > \setuppagenumbering [alternative=doublesided]
> > \setuplayout [margin=0pt,width=fit]
> > \setupbackgrounds
> > [paper][background=color,backgroundcolor=red]
> > \setupcolors [state=start]
> > \setuplayout [location=middle,marking=color]
> > \setuptolerance [tolerant]
> > \setupbodyfont [6pt]
> > \starttext
> > \dorecurse{30}{\input tufte \par \input knuth \par}
> > \stoptext
> > ++++++++++++++++++++++++++++++++++++++++
>
> Mojca
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>



-- 
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
----------------------------------------------------------------

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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

end of thread, other threads:[~2007-03-02  0:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-28  8:43 How to set page background? Zhichu Chen
2007-02-28  9:03 ` Hans Hagen
2007-02-28 11:27   ` Zhichu Chen
2007-02-28 15:03     ` luigi scarso
2007-02-28 15:18       ` Zhichu Chen
2007-02-28 15:33     ` luigi scarso
2007-03-01  2:01       ` Zhichu Chen
2007-03-01 18:06         ` luigi scarso
2007-03-01 20:46     ` Mojca Miklavec
2007-03-01 23:08       ` luigi scarso
2007-03-02  0:57       ` Zhichu Chen

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