ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Hanging definition
@ 2007-03-29 23:18 John R. Culleton
  2007-03-30  9:35 ` Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: John R. Culleton @ 2007-03-29 23:18 UTC (permalink / raw)
  To: ntg-context

I want to create a definition that is set up similar to an itemize, or 
more particularly like page 180 in the Context Manual, third example 
from the top of the page. Here is what I have:
------------------------------------------------------
 \definedescription[Stars]
[width=broad,location=hanging,hang=broad,sample={***}]

\Stars{*} Rounded to nearest \$100

\Stars{**} Provided by RBC Asset Management Inc. Actual fund return 
plus an additional 4.0\% annually

\Stars{***} Back-tested return reduced by 4.0\% annually\par} 
---------------------------------------------------------
... but each item is packed to the left and not blocked like an \item 
in a list. I want something like
*     foofoo
**   foofoo
*** foofoo.....
      foobar

...but I get
* foofoo
** foofoo
*** foofoo
foobar


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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

* Re: Hanging definition
  2007-03-29 23:18 Hanging definition John R. Culleton
@ 2007-03-30  9:35 ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2007-03-30  9:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users



John R. Culleton wrote:
> I want to create a definition that is set up similar to an itemize, or 
> more particularly like page 180 in the Context Manual, third example 
> from the top of the page. Here is what I have:
> ------------------------------------------------------
>  \definedescription[Stars]
> [width=broad,location=hanging,hang=broad,sample={***}]
> 
> \Stars{*} Rounded to nearest \$100
> 
> \Stars{**} Provided by RBC Asset Management Inc. Actual fund return 
> plus an additional 4.0\% annually
> 
> \Stars{***} Back-tested return reduced by 4.0\% annually\par} 

   \startitemize
   \sym{*} ...
   \stopitemize

should come close. but the ascii art was a bit of a mess over here.

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

end of thread, other threads:[~2007-03-30  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-29 23:18 Hanging definition John R. Culleton
2007-03-30  9:35 ` Taco Hoekwater

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