Changes

Jump to navigation Jump to search
cleanup
<!-- please remove this and the following line if you have checked this page -->
{{Reference_Cleanup}}
{{Reference
|name=setupparagraphs
== Example ==
<code context source="texyes" text="results in">
% Source: ConText Manual ms-cb-en.pdf
% Insert a blank line just before and just after the paragraph.
\defineparagraphs
[mypar] [n=3, before={\blank}, after={\blank}]
% The first column occupies 10% of the text's width and is rendered bold.
\setupparagraphs [mypar] [1] [width=.1\textwidth, style=bold]
% The second column occupies 40% of the text's width.
\setupparagraphs [mypar] [2] [width=.4\textwidth]
% The third column uses default settings. It will occupy
\stopmypar % end paragraph body
 </codecontext>

Navigation menu