Rif: Re: [NTG-context] dotted line for \framed ?

2005-04-26 Thread luigi.scarso
Luigi Scarso wrote:


[OT] Can XYpic be used under Context ? I will try .
 

At least for  me this works:
\input xy
\xyoption{frame}
\starttext
\framed[offset=10pt]{%
\xy
(0,0) *++=\hbox{text} *\frm{--} ;
(50,0) *++=\hbox{text} *\frm{..} ;
(100,0) *++=\hbox{text} *\frm{=} ;
\endxy}
\stoptext
It can be a way to add some frame style without using metapost.
luigi
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Rif: Re: [NTG-context] dotted line for \framed ?

2005-04-24 Thread Luigi Scarso





With Metapost you can put in background almost anything you want, so it's
not complex make a dotted line for frame; Metafun is a great tutorial for
these things.

A nice solution should be dotted line for \framed WITHOUT use metapost,
something like
\framed[rulestyle={dot},...]

[OT] Can XYpic be used under Context ? I will try .

luigi

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