empty lines at the top of the columns
I have a problem with empty lines at the top of my columns. My text is subdivided into dictionary articles (called lemmata) which are separated by an empty line. However, when dictionary article ends at the last line the following column begins with an empty line, which is very ugly. Does anyone know how I can solve this problem. My columndefinition is \startcolumns[n=2,rule=off,balance=yes,blank={fixed,small}] and I defined the dictionary article enviromnent as follows: \definestartstop[lemma][ before={}, % after={\crlf}]% thanks, Sjoerd
sjoerd siebinga wrote:
I have a problem with empty lines at the top of my columns. My text is subdivided into dictionary articles (called lemmata) which are separated by an empty line. However, when dictionary article ends at the last line the following column begins with an empty line, which is very ugly.
Does anyone know how I can solve this problem.
My columndefinition is
\startcolumns[n=2,rule=off,balance=yes,blank={fixed,small}]
and I defined the dictionary article enviromnent as follows:
\definestartstop[lemma][ before={}, % after={\crlf}]%
use \endgraf instead of \crlf Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
sjoerd siebinga