On Tue, May 12, 2009 at 3:03 PM, Piotr Kopszak
<kopszak@gmail.com> wrote:
But I want text in one column in the whole document. I was wondering
however if I could mimick something similar with textflows but cannot
understand the Dutch example in page-flw.tex.
Do you mean this ?
% Example (dutch)
%
% \stelpapierformaatin [S6]
% \steltolerantiein [soepel,rek]
% \stelkleurenin [status=start]
% \stelvoetin [strut=nee]
% \stelwitruimtein [groot]
%
% \stellayoutin
% [rechterrand=5cm,breedte=passend,marge=0pt,randafstand=1cm,
% voet=4cm,voetafstand=1cm,hoofd=0cm]
%
% \stelteksttekstenin[rand][][\vbox{\flushtextflow{alpha}}]
% \stelvoettekstenin [rand][][\vbox{\flushtextflow{beta}}]
% \stelvoettekstenin [\vbox{\flushtextflow{gamma}}][]
%
% \definetextflow [alfa] [breedte=\rechterrandbreedte]
% \definetextflow [beta] [breedte=\rechterrandbreedte]
% \definetextflow [gamma] [breedte=\voethoogte]
%
% \starttekst
%
% \dorecurse{50}
% {\getrandomnumber{\funny}{0}{8}
% \ifcase\funny \starttextflow[alfa] \input tufte.tex \stoptextflow
% \or \starttextflow[beta] \input knuth.tex \stoptextflow
% \or \starttextflow[gamma] \input materie.tex \stoptextflow
% \or {\bf TUFTE}\quad \input tufte \par
% \or {\bf TUFTE}\quad \input tufte \par
% \or {\bf KNUTH}\quad \input knuth \par
% \or {\bf KNUTH}\quad \input knuth \par
% \or {\bf MATERIE}\quad \input materie \par
% \else {\bf MATERIE}\quad \input materie \par
% \fi}
%
% \stoptekst
--