ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Frame and rulethickness
@ 2015-03-28 11:06 Fabrice Couvreur
  2015-03-28 11:44 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2015-03-28 11:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,
Is it possible to have a different line thickness right and bottom ?
Best regards,
Fabrice


\defineframed
  [ACFRAME]
  [topframe=off,
   bottomframe=on,
   rightframe=off,
   leftframe=on,
   framecolor=green,
   rulethickness=2pt,
   width=fit,
   align=flushleft,
   location=low,
   background=color,
   backgroundcolor=lightgray]

\defineenumeration
  [exemple]
  [text={Exemple},
   headstyle={\bf\feature[+][f:smallcaps]},
   headcommand=\ACFRAME,
   numberconversionset=ACCONVERSION,
   inbetween={\blank[big]},
   ]

\starttext
\startexemple
\dorecurse{10}{blabla}
\stopexemple
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 1268 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] 3+ messages in thread

* Re: Frame and rulethickness
  2015-03-28 11:06 Frame and rulethickness Fabrice Couvreur
@ 2015-03-28 11:44 ` Wolfgang Schuster
  2015-03-29  9:25   ` Fabrice
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2015-03-28 11:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 28.03.2015 um 12:06 schrieb Fabrice Couvreur <fabrice1.couvreur@gmail.com>:
> 
> Hi,
> Is it possible to have a different line thickness right and bottom ?
> Best regards,
> Fabrice
> 
> 
> \defineframed
>   [ACFRAME]
>   [topframe=off,
>    bottomframe=on,
>    rightframe=off,
>    leftframe=on,
>    framecolor=green,
>    rulethickness=2pt,
>    width=fit,
>    align=flushleft,
>    location=low,
>    background=color,
>    backgroundcolor=lightgray]
> 
> \defineenumeration
>   [exemple]
>   [text={Exemple},
>    headstyle={\bf\feature[+][f:smallcaps]},
>    headcommand=\ACFRAME,
>    numberconversionset=ACCONVERSION,
>    inbetween={\blank[big]},
>    ]
> 
> \starttext
> \startexemple
> \dorecurse{10}{blabla}
> \stopexemple
> \stoptext

Use MetaPost.

\startuseMPgraphic{ACFRAME}
	fill OverlayBox withcolor \MPcolor{lightgray} ;
	draw leftboundary   OverlayBox withpen pencircle scaled 2pt withcolor \MPcolor{green} ;
	draw rightboundary  OverlayBox withpen pencircle scaled 3pt withcolor \MPcolor{green} ;
	draw bottomboundary OverlayBox withpen pencircle scaled 1pt withcolor \MPcolor{green} ;
	clip currentpicture to OverlayBox leftenlarged 1pt rightenlarged 1.5pt bottomenlarged 0.5pt ;
\stopuseMPgraphic

\defineoverlay[ACFRAME][\useMPgraphic{ACFRAME}]

\defineframed
  [ACFRAME]
  [frame=off,
   background=ACFRAME]

\starttext
\ACFRAME{ Example }
\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] 3+ messages in thread

* Re: Frame and rulethickness
  2015-03-28 11:44 ` Wolfgang Schuster
@ 2015-03-29  9:25   ` Fabrice
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice @ 2015-03-29  9:25 UTC (permalink / raw)
  To: ntg-context

Hi Wolfgang,
Initially, I wanted to use Metapost, but I told myself that you or Hans 
would stand to be told to use the command \framed :-)
thank you,
Fabrice
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2015-03-29  9:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-28 11:06 Frame and rulethickness Fabrice Couvreur
2015-03-28 11:44 ` Wolfgang Schuster
2015-03-29  9:25   ` Fabrice

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