Changes

Jump to navigation Jump to search
Restructure examples.
== Description ==
== Example Examples == 
<context source="yes" text="yields">
\setuppapersize[A5]
% Source: ConText Manual ms-cb-en.pdf
% Define a paragraph environment with 3 columns.
% Insert a blank line just before and just after the paragraphenvironment.
\defineparagraphs
[mypar][n=3,before={\blank},after={\blank}]
% the remaining 50% of the text's width.
% Set a paragraph with "mypar" \startmypar % begin paragraph body the side-by-side paragraphs; start with 1st column the first one 1252  
\mypar % switch to 2nd column
  Hasselt obtains its city charter from bishop Hendrik van Vianden.  
\mypar % switch to 3rd column
  Hendrik van Vianden was pressed by other towns not to agree with the charter. It took Hasselt a long period of time to convince the Bishop. After supporting the Bishop in a small war against the Drents, the charter was released.  
\stopmypar % end paragraph body
</context>
Footnotes need special treatment, as follows.
 == Example == <context source="yes" text="yieldsThis gives:">\setuppapersize[A10,landscape]% when using footnotes, you have to do use the following trick
% (from Hans on mailinglist, Date: Tue, 15 Jun 2004 00:53:48 +0200)
\starttext
\startPar
Text \Par and more\postponefootnotes\footnote{a A footnote, that gets hiddenwhose placement is postponed...}\Par text
\stopPar
\flushfootnotes
\stoptext
</context>
 
== See also ==

Navigation menu