ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mkiv: append to buffer
@ 2010-12-18 15:51 Thomas Schmitz
  2010-12-18 16:52 ` Aditya Mahajan
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Schmitz @ 2010-12-18 15:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

i guess this is easy, but I can't find an example to help
me: I want to write a macro that will collect one of its
arguments in a buffer and then collect the other argument 
in a buffer. Difficult to make a minimal example since I 
don't know how to do this, so here is some pseudo-code; 
this is what I want to achieve:

\definebuffer[MyBuffer]

\def\MyGreatMacro#1#2#3%
{\item[#1] #2 \par
  \appendtobuffer{MyBuffer}{\in[#1] #3}}

\starttext
\startitemize
\MyGreatMacro{1}{aa}{AA}
\MyGreatMacro{2}{bb}{BB}
\stopitemize

\page
\getbuffer[MyBuffer]
\resetbuffer[MyBuffer] % so I can reuse the buffer
\stoptext

What I want to do with this is typeset exercises for my 
students, with an itemization for problems and solutions 
which use the same numbering. In real life, this will 
involve xml, but I will try and figure that out myself 
once I know how to use buffers...

It looks like buffers.collectcontent should be able to do 
this, but I can't figure out how to use it. Any pointers? 
Thanks a lot!

All best

Thomas
___________________________________________________________________________________
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] 9+ messages in thread

end of thread, other threads:[~2010-12-20  7:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-18 15:51 mkiv: append to buffer Thomas Schmitz
2010-12-18 16:52 ` Aditya Mahajan
2010-12-18 18:35   ` Wolfgang Schuster
2010-12-19 11:28     ` Thomas Schmitz
2010-12-19 12:21       ` Peter Münster
2010-12-19 12:47         ` Thomas Schmitz
2010-12-19 14:19           ` Thomas Schmitz
2010-12-20  7:11           ` Peter Münster
2010-12-19 21:30       ` Hans Hagen

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