From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1267 Path: main.gmane.org!not-for-mail From: Marc van Dongen Newsgroups: gmane.comp.tex.context Subject: before= in setupbuffer Date: Tue, 16 Nov 1999 12:44:29 +0000 (GMT) Sender: owner-ntg-context@let.uu.nl Message-ID: <199911161244.MAA08933@interzone.ucc.ie> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035392095 31230 80.91.224.250 (23 Oct 2002 16:54:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:54:55 +0000 (UTC) Original-To: ntg-context@ntg.nl (ConTeXt) Xref: main.gmane.org gmane.comp.tex.context:1267 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1267 Dear all, The following: \def\beforeAnswer{\noindent Answer \number\questionctr \crlf} \defineblock[answer] \hideblocks[answer] \setupblock[answer] [before=\beforeAnswer] Always generates Answer 0 at the start of every answerblock. If I remove the \hideblocks[answer] line, different lines get printed. Is there any way to get something similar while still hiding the blocks? Regards and thanks in advance, Marc