2011/3/18 Aditya Mahajan <adityam@umich.edu>
but I like to change two things:
- I would like to use rounded corners
I want to use this to intersperse my document with citations. It is not bad,

\defineframedtext[...][corner=round]


- I would like to use a slightly thicker line to draw the box

\defineframedtext[....][rulethickness=2bp]

Perfect. That looks much more slick.

I know have defined:
\define[2]\Citation{
  \blank
  \startframedtext[middle][align=middle,corner=round,rulethickness=2bp]
    {\bf #2}
    \blank[small]
    \rightaligned{\it #1}
  \stopframedtext
  \blank
}
 
--
Cecil Westerhof