> \defineornament
>    [FrameTitle]
>    [preset=lefttop]

I tried this example and I wonder what the  [preset=lefttop] does. Because 
whatever I fill in for lefttop, the ornament appears always in the topleft 
corner and nowhere else.
Hans van der Meer




> On 23 Aug 2017, at 00:50, Aditya Mahajan <adit...@umich.edu> wrote:
> 
> On Wed, 23 Aug 2017, Fabrice Couvreur wrote:
> 
>> Hello,
>> I would like to have three corners rounded as in the figure.
> 
> Not sure if you had simplified your example or not. But if all you want is a 
> rounded corner, you can consider using corner=number parameter of framed and 
> framed text:
> 
> http://wiki.contextgarden.net/Framed#Rounded_Corners
> 
> Here is an example (that does not use metapost).
> 
> \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,
>    frame=off,
>    corner=01,
>  ]
> 
> 
> \showframe
> \starttext
> 
> \FrameTitle{Info}{\startFramedText[width=10cm]
>      L'équivalent vingt pieds (EVP) est une unité de mesure de conteneurs
> (de longueur courante 20 pieds, soit environ \unit{6,1 meter}).
> 
>      1 EVP représente environ \unit{38,5 cubic meter}.
>    \stopFramedText}
> 
> \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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to