Changes

Jump to navigation Jump to search
Add example.
== Description ==
{{cmd|nomoreblocks}} tells ConTeXt that all blocks have already been defined. If in addition all invocations of the blocks occur after {{cmd|nomoreblocks}}, then giving ConTeXt this hint saves a compilation pass. == Example ==<texcode>\defineblock[question]\defineblock[answer] \starttext \beginquestionThe first question\endquestion \beginanswerThe first answer\endanswer \nomoreblocks \section{Questions}\useblocks[question] \section{Answers}\useblocks[answer]\stoptext</texcode>
== See also ==

Navigation menu