2007/11/3, Idris Samawi Hamid <ishamid@colostate.edu>:
Dear Hans, wolfgang, and the rest of the gang,
How about adding something like this to the distribution:
I think this is a goog idea but your definition is a little bit to long.
================================
\definedelimitedtext
[blockquote][quote]
\startvariables all
blockquote: blockquote
\stopvariables
\definedelimitedtext
[\v!blockquote][\v!quotation]
\setupdelimitedtext
[blockquote]
[location=margin,
left=,
right=,
leftmargin=standard,
]
\setupdelimitedtext
[\v!blockquote]
[\c!left=,
\c!right=]
================================
location=margin is a default value and set with \definedelimitedtext and
leftmargin=standard is taken from quotation.
I'm working on a context utility that I want to distribute when done and
we need a standard, quotes-empty blockquote mechanism. This way we can
leave \quote and \quotation alone.
Best wishes
Idris