ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Text wrapped with an ornement
@ 2018-08-17  9:24 Fabrice Couvreur
  2018-08-17 11:25 ` Wolfgang Schuster
  2018-08-17 15:31 ` Pablo Rodriguez
  0 siblings, 2 replies; 11+ messages in thread
From: Fabrice Couvreur @ 2018-08-17  9:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hello,
Aditya offered me the following code to insert comments with an ornament. I
notice that the option alternative= serried does not seem to work.
Thank you.
Fabrice

\definecolor[MyColorA][r=0.8784, g=0.8784, b=0.8784]
    \definecolor[MyColorB][c=0.00,m=0.27,y=1.00,k=0.00]

    \defineornament
        [FrameTitle]
        [preset=lefttop]
        [
          frame=off,
          foregroundstyle=\bfx,
          foregroundcolor=white,
          background=color,
          backgroundcolor=MyColorB,
        ]


    \defineframedtext
      [FramedText]
      [
        offset=0.6em,
        toffset=\lineheight,
        background=color,
        backgroundcolor=MyColorA,
        foregroundstyle={\switchtobodyfont[10pt]},
        align=verytolerant,
        alternative=serried, % text wrapped
        frame=off,
        corner=round,
      ]

    \showframe

    \starttext

       \FrameTitle{Info}{\startFramedText[width=\textwidth]
          \dorecurse{100}{blabla}
        \stopFramedText}

    \stoptext

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-17  9:24 Text wrapped with an ornement Fabrice Couvreur
@ 2018-08-17 11:25 ` Wolfgang Schuster
  2018-08-17 15:31 ` Pablo Rodriguez
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfgang Schuster @ 2018-08-17 11:25 UTC (permalink / raw)
  To: Fabrice Couvreur; +Cc: mailing list for ConTeXt users


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

Neither framedtext nor framed have a alternative key. You can check this 
very easy by looking into setup-en.pdf.

Wolfgang


Fabrice Couvreur schrieb am 17.08.18 um 11:24:
> Hello,
> Aditya offered me the following code to insert comments with an 
> ornament. I notice that the option alternative= serried does not seem 
> to work.
> Thank you.
> Fabrice
>
> \definecolor[MyColorA][r=0.8784, g=0.8784, b=0.8784]
> \definecolor[MyColorB][c=0.00,m=0.27,y=1.00,k=0.00]
>
> \defineornament
>         [FrameTitle]
>         [preset=lefttop]
> [
>           frame=off,
>           foregroundstyle=\bfx,
> foregroundcolor=white,
>           background=color,
> backgroundcolor=MyColorB,
>         ]
>
>
>     \defineframedtext
> [FramedText]
>       [
>         offset=0.6em,
> toffset=\lineheight,
>         background=color,
> backgroundcolor=MyColorA,
> foregroundstyle={\switchtobodyfont[10pt]},
> align=verytolerant,
>         alternative=serried, % text wrapped
> frame=off,
>         corner=round,
>       ]
>
>     \showframe
>
> \starttext
>
> \FrameTitle{Info}{\startFramedText[width=\textwidth]
> \dorecurse{100}{blabla}
>         \stopFramedText}
>
>     \stoptext


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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-17  9:24 Text wrapped with an ornement Fabrice Couvreur
  2018-08-17 11:25 ` Wolfgang Schuster
@ 2018-08-17 15:31 ` Pablo Rodriguez
  2018-08-17 23:08   ` Fabrice Couvreur
  1 sibling, 1 reply; 11+ messages in thread
From: Pablo Rodriguez @ 2018-08-17 15:31 UTC (permalink / raw)
  To: ntg-context

On 08/17/2018 11:24 AM, Fabrice Couvreur wrote:
> Hello,
> Aditya offered me the following code to insert comments with an
> ornament. I notice that the option alternative= serried does not seem to
> work.

Hi Fabrice,

I think it is not clear what do you intend to do with the frame.

If text inside isn’t broken in lines is because of the lack of spaces
(use "\dorecurse{100}{blabla }" instead).

If I miss your point, could you explain what you need?

Just in case it might help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-17 15:31 ` Pablo Rodriguez
@ 2018-08-17 23:08   ` Fabrice Couvreur
  2018-08-18  8:17     ` Pablo Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Fabrice Couvreur @ 2018-08-17 23:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1.1: Type: text/plain, Size: 1322 bytes --]

Hello,
That's true Wolfgang, I just checked right now, sorry!
What I would like to do is on the image below.
Fabrice

[image: IMG_0690.JPG]

Le ven. 17 août 2018 à 17:31, Pablo Rodriguez <oinos@gmx.es> a écrit :

> On 08/17/2018 11:24 AM, Fabrice Couvreur wrote:
> > Hello,
> > Aditya offered me the following code to insert comments with an
> > ornament. I notice that the option alternative= serried does not seem to
> > work.
>
> Hi Fabrice,
>
> I think it is not clear what do you intend to do with the frame.
>
> If text inside isn’t broken in lines is because of the lack of spaces
> (use "\dorecurse{100}{blabla }" instead).
>
> If I miss your point, could you explain what you need?
>
> Just in case it might help,
>
> Pablo
> --
> http://www.ousia.tk
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________

[-- Attachment #1.1.2: Type: text/html, Size: 3053 bytes --]

[-- Attachment #1.2: IMG_0690.JPG --]
[-- Type: image/jpeg, Size: 32022 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-17 23:08   ` Fabrice Couvreur
@ 2018-08-18  8:17     ` Pablo Rodriguez
  2018-08-18  9:11       ` Fabrice Couvreur
  0 siblings, 1 reply; 11+ messages in thread
From: Pablo Rodriguez @ 2018-08-18  8:17 UTC (permalink / raw)
  To: ntg-context

On 08/18/2018 01:08 AM, Fabrice Couvreur wrote:
> Hello,
> That's true Wolfgang, I just checked right now, sorry!
> What I would like to do is on the image below.

Hi Fabrice,

you should use the following commands:

   align={right, broad},
   radius=2em,

And I don’t know why the width option doesn’t work here.

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-18  8:17     ` Pablo Rodriguez
@ 2018-08-18  9:11       ` Fabrice Couvreur
  2018-08-18 11:25         ` Pablo Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Fabrice Couvreur @ 2018-08-18  9:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Pablo,
These options are to be added to \defineframedtext [] [] ?
Without success at home !
Fabrice

Le sam. 18 août 2018 à 10:17, Pablo Rodriguez <oinos@gmx.es> a écrit :

> On 08/18/2018 01:08 AM, Fabrice Couvreur wrote:
> > Hello,
> > That's true Wolfgang, I just checked right now, sorry!
> > What I would like to do is on the image below.
>
> Hi Fabrice,
>
> you should use the following commands:
>
>    align={right, broad},
>    radius=2em,
>
> And I don’t know why the width option doesn’t work here.
>
> Pablo
> --
> http://www.ousia.tk
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-18  9:11       ` Fabrice Couvreur
@ 2018-08-18 11:25         ` Pablo Rodriguez
  2018-08-18 21:51           ` Fabrice Couvreur
  0 siblings, 1 reply; 11+ messages in thread
From: Pablo Rodriguez @ 2018-08-18 11:25 UTC (permalink / raw)
  To: ntg-context

On 08/18/2018 11:11 AM, Fabrice Couvreur wrote:
> Hi Pablo,
> These options are to be added to \defineframedtext [] [] ?
> Without success at home !

Hi Fabrice,

your sample should read:

    \definecolor[MyColorA][r=0.8784, g=0.8784, b=0.8784]
        \definecolor[MyColorB][c=0.00,m=0.27,y=1.00,k=0.00]

        \defineornament
            [FrameTitle]
            [preset=lefttop]
            [
              frame=off,
              foregroundstyle=\bfx\ss,
              foregroundcolor=white,
              background=color,
              backgroundcolor=MyColorB,
            ]

        \defineframedtext
          [FramedText]
          [
            offset=0.6em,
            style=\ss,
            toffset=\lineheight,
            background=color,
            backgroundcolor=MyColorA,
            foregroundstyle={\switchtobodyfont[10pt]},
            align={right, broad},
            frame=off,
            corner=round,
            radius=1.5em,
            width=10cm,
          ]

        \showframe

        \starttext

           \FrameTitle{Info}{%
           \startFramedText%
              \input zapf
            \stopFramedText}

        \stoptext

The width option works now, because I didn’t realize that your sample
had it right after the "\startFramedText" command.

I hope it helps now. If anything is not working as you expect, please
explain what should be different.

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-18 11:25         ` Pablo Rodriguez
@ 2018-08-18 21:51           ` Fabrice Couvreur
  2018-08-19  9:47             ` Pablo Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Fabrice Couvreur @ 2018-08-18 21:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Palbo,
In fact I want the text '' Coming back ... '' to start on the same baseline
as the title of the ornament as in the photo.
Thanks.
Fabrice

Info  Coming back ...
blablablablabla

Le sam. 18 août 2018 à 13:26, Pablo Rodriguez <oinos@gmx.es> a écrit :

> On 08/18/2018 11:11 AM, Fabrice Couvreur wrote:
> > Hi Pablo,
> > These options are to be added to \defineframedtext [] [] ?
> > Without success at home !
>
> Hi Fabrice,
>
> your sample should read:
>
>     \definecolor[MyColorA][r=0.8784, g=0.8784, b=0.8784]
>         \definecolor[MyColorB][c=0.00,m=0.27,y=1.00,k=0.00]
>
>         \defineornament
>             [FrameTitle]
>             [preset=lefttop]
>             [
>               frame=off,
>               foregroundstyle=\bfx\ss,
>               foregroundcolor=white,
>               background=color,
>               backgroundcolor=MyColorB,
>             ]
>
>         \defineframedtext
>           [FramedText]
>           [
>             offset=0.6em,
>             style=\ss,
>             toffset=\lineheight,
>             background=color,
>             backgroundcolor=MyColorA,
>             foregroundstyle={\switchtobodyfont[10pt]},
>             align={right, broad},
>             frame=off,
>             corner=round,
>             radius=1.5em,
>             width=10cm,
>           ]
>
>         \showframe
>
>         \starttext
>
>            \FrameTitle{Info}{%
>            \startFramedText%
>               \input zapf
>             \stopFramedText}
>
>         \stoptext
>
> The width option works now, because I didn’t realize that your sample
> had it right after the "\startFramedText" command.
>
> I hope it helps now. If anything is not working as you expect, please
> explain what should be different.
>
> Pablo
> --
> http://www.ousia.tk
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-18 21:51           ` Fabrice Couvreur
@ 2018-08-19  9:47             ` Pablo Rodriguez
  2018-08-19 10:39               ` Hans Hagen
  0 siblings, 1 reply; 11+ messages in thread
From: Pablo Rodriguez @ 2018-08-19  9:47 UTC (permalink / raw)
  To: ntg-context

On 08/18/2018 11:51 PM, Fabrice Couvreur wrote:
> Hi Palbo,
> In fact I want the text '' Coming back ... '' to start on the same
> baseline as the title of the ornament as in the photo.

Hi Fabrice,

I’m afraid I don’t know how to do that (if that is possible with frames).

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Text wrapped with an ornement
  2018-08-19  9:47             ` Pablo Rodriguez
@ 2018-08-19 10:39               ` Hans Hagen
  2018-08-19 11:27                 ` Fabrice Couvreur
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2018-08-19 10:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8/19/2018 11:47 AM, Pablo Rodriguez wrote:
> On 08/18/2018 11:51 PM, Fabrice Couvreur wrote:
>> Hi Palbo,
>> In fact I want the text '' Coming back ... '' to start on the same
>> baseline as the title of the ornament as in the photo.
> 
> Hi Fabrice,
> 
> I’m afraid I don’t know how to do that (if that is possible with frames).
\definecolor[MyColorA][s=0.8784]
\definecolor[MyColorB][m=0.27,y=1]

\defineframed
   [FrameTitle]
   [frame=off,
    foregroundstyle=\bfx\ss,
    foregroundcolor=white,
    background=color,
    backgroundcolor=MyColorB,
    location=depth]

\defineframedtext
   [FramedText]
   [offset=0.6em,
    style=\ss,
    toffset=.25\lineheight,
    background=color,
    backgroundcolor=MyColorA,
    oregroundstyle={\switchtobodyfont[10pt]},
    align={right, broad},
    frame=off,
    corner=round,
    radius=1.5em,
    width=10cm]

\definedescription
   [Info]
   [before=,
    after=,
    text=Info,
    title=no,
    width=fit,
    distance=1em,
    headcommand=\FrameTitle,
    alternative=hanging]

\showframe

\starttext
    \startFramedText
       \startInfo
         \input zapf
       \stopInfo
     \stopFramedText
\stoptext


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

* Re: Text wrapped with an ornement
  2018-08-19 10:39               ` Hans Hagen
@ 2018-08-19 11:27                 ` Fabrice Couvreur
  0 siblings, 0 replies; 11+ messages in thread
From: Fabrice Couvreur @ 2018-08-19 11:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Hans,
It's great and with alternative =serried, that's exactly what I'm trying to
do !
Thanks.
Fabrice

PS : @Pablo Thanks for your help.

Le dim. 19 août 2018 à 12:40, Hans Hagen <j.hagen@xs4all.nl> a écrit :

> On 8/19/2018 11:47 AM, Pablo Rodriguez wrote:
> > On 08/18/2018 11:51 PM, Fabrice Couvreur wrote:
> >> Hi Palbo,
> >> In fact I want the text '' Coming back ... '' to start on the same
> >> baseline as the title of the ornament as in the photo.
> >
> > Hi Fabrice,
> >
> > I’m afraid I don’t know how to do that (if that is possible with frames).
> \definecolor[MyColorA][s=0.8784]
> \definecolor[MyColorB][m=0.27,y=1]
>
> \defineframed
>    [FrameTitle]
>    [frame=off,
>     foregroundstyle=\bfx\ss,
>     foregroundcolor=white,
>     background=color,
>     backgroundcolor=MyColorB,
>     location=depth]
>
> \defineframedtext
>    [FramedText]
>    [offset=0.6em,
>     style=\ss,
>     toffset=.25\lineheight,
>     background=color,
>     backgroundcolor=MyColorA,
>     oregroundstyle={\switchtobodyfont[10pt]},
>     align={right, broad},
>     frame=off,
>     corner=round,
>     radius=1.5em,
>     width=10cm]
>
> \definedescription
>    [Info]
>    [before=,
>     after=,
>     text=Info,
>     title=no,
>     width=fit,
>     distance=1em,
>     headcommand=\FrameTitle,
>     alternative=hanging]
>
> \showframe
>
> \starttext
>     \startFramedText
>        \startInfo
>          \input zapf
>        \stopInfo
>      \stopFramedText
> \stoptext
>
>
> -----------------------------------------------------------------
>                                            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
>
> ___________________________________________________________________________________

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-08-19 11:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-17  9:24 Text wrapped with an ornement Fabrice Couvreur
2018-08-17 11:25 ` Wolfgang Schuster
2018-08-17 15:31 ` Pablo Rodriguez
2018-08-17 23:08   ` Fabrice Couvreur
2018-08-18  8:17     ` Pablo Rodriguez
2018-08-18  9:11       ` Fabrice Couvreur
2018-08-18 11:25         ` Pablo Rodriguez
2018-08-18 21:51           ` Fabrice Couvreur
2018-08-19  9:47             ` Pablo Rodriguez
2018-08-19 10:39               ` Hans Hagen
2018-08-19 11:27                 ` Fabrice Couvreur

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