![](https://secure.gravatar.com/avatar/c5ae4f9aa0d3a9bd5376e92b322c3e50.jpg?s=120&d=mm&r=g)
28 Jul
2017
28 Jul
'17
4:57 p.m.
On Fri, 28 Jul 2017, Henning Hraban Ramm wrote:
Ahoi again,
I’m preparing some ConTeXt docs with a lot of examples and would like to reproduce what we have in the wiki as
<context source="yes"> ... </context>
i.e. sourcecode beside the result.
Often the shown source is exactly what I want to show, in other cases I need some additional setup that I don’t want to show.
Which approach would you suggest? Combinations?
\startbuffer[example-1] .... \stopbuffer \placesidebyside {\typebuffer[example-1]} {\getbuffer[setups, example-1]} Aditya