Changes

Jump to navigation Jump to search
1,278 bytes added ,  13:24, 13 October 2019
no edit summary
}}
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax>setupblock</syntax>
== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:before|before]]</td> <td>[[Reference/en/value:''command'' to place before each block, e.g. {{cmd|command]] startnarrower}}</td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:after|after]]</td> <td>[[Reference''command'' to place after each block, e.g. <code>\stopnarrower</en/value:command|command]] code></td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:inner|inner]]</td> <td>[[Reference/en/value:command|''command]] '' to perform in each block</td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:style|style]]</td> <td>[[Reference/enCommand/value:normal|normal]] [[Reference/enCommand/value:bold|bold]] [[Reference/enCommand/value:slanted|slanted]] [[Reference/enCommand/value:boldslanted|boldslanted]] [[Reference/enCommand/value:type|type]] [[Reference/enCommand/value:cap|cap]] [[Reference/enCommand/value:small...|small...]] [[Reference/enCommand/value:command|command]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:file|file]]</td> <td>[[Reference/en/value:file|''file]] '' in which to look for the blocks when displaying them.</td>
</tr>
</table>
== Description ==
Setup how blocks are displayed.
 
== Example ==
<context source=yes text="This gives:">
\defineblock[question]
\keepblocks[question] % We want to display blocks where we define them.
\setupbackground[background=color, color=red]
== Description == \subject{List of questions} \beginquestion How much wood would a woodchuck chuck if a woodchuck could chuck wood?\endquestion
\subject{The questions again}
\setupblock[question][
%% if we had a file my_questions.tex containing \beginquestions, we would use:
% file=my_questions, % (works only under mkii?)
before=\startbackground,
after=\stopbackground,
inner=\margintitle{again}
]
== Example ==\useblocks[question]<!-- Please fill in an example if you can --/context>
== See also ==
<!* {{cmd|defineblock}} to define a new kind of block.* {{cmd|setupblock}} to set up block style.* {{cmd|keepblocks}} to start displaying blocks where they are defined.* {{cmd|hideblocks}} to stop displaying blocks where they are defined.* {{cmd|useblocks}} to display blocks.* {{cmd|selectblocks}} to display only blocks mentioned in the current section.* {{cmd|processblocks}} to process blocks without printing them.* {{cmd|forceblocks}}* {{cmd|nomoreblocks}} to allow one-pass compilation under certain conditions. == Help from ConTeXt- something like [[cmdMailinglist/Forum ==All issues with:goto{{Forum|\goto]] -->{{SUBPAGENAME}}}}
[[Category:CommandsCommand/Blocks|setupblock]]

Navigation menu