ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* column balancing question
@ 2004-09-08  9:11 Michal Kvasnicka
  2004-09-08  8:58 ` Hans Hagen
  2004-09-08 19:19 ` Willi Egger
  0 siblings, 2 replies; 11+ messages in thread
From: Michal Kvasnicka @ 2004-09-08  9:11 UTC (permalink / raw)


Good morning.

One reason for me to switch to ConTeXt were its macros for typesetting 
in columns that are highly superior to any such macro I have ever seen. 
(I typeset almost all my documnts in two columns.) But I am not able to 
supress one strange feature: some pages are one more line longer than 
they should be. It happen randomly -- or at least I was not able to find 
out when it happens. Therefore I'm not able to prepare an minimal file. 
I thougth that setting
\widowpenalty=0
\clubpenalty=0
\brokenpenalty=0
\normalbottom
may help, but it does not.

Can you tell me how to fix this very problem? Well, it does so on all 
versions of ConTeXt I have ever tried and both with teTeX and TeXLive 
distribution.

Many thanks for your attention and help.
Yours
Michal Kvasnicka

P.S. my document setting is like this (some example can be found at 
http://www.econ.muni.cz/~qasar/tmp/delba_prace.pdf):

% output=pdf
\setupbodyfont[ss,10pt]
\setuplayout
[topspace=2cm, height=fit, lines=55,
backspace=15mm, width=fit,
margin=0pt,
header=3\baselineskip, footer=0pt,
grid=yes]
\setuppagenumbering[location=]
\setupheader[style={\em}]
\setupheadertexts[Axel Leijonhufvud: Jednotlivec, trh a průmyslová
dělba práce][pagenumber]
\setupindenting[medium]
\indenting[first]
\setupfootnotes
[location=columns, rule=off,
before={\blank[3*line,small]}, after=]
\setupfootnotedefinition
[location=left,width=fit,
sample={\mathematics{\star\star\star}\ },hang=1]
\setupcolumns[balance=no]

\widowpenalty=0
\clubpenalty=0
\brokenpenalty=0

\setuphead[section]
[number=no, style={\bf},
before={\blank[3*line]}, after={\blank[line]},
indentnext=yes]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* alpha version
@ 2005-08-08 20:17 Hans Hagen
  2005-08-09 21:29 ` Vit Zyka
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2005-08-08 20:17 UTC (permalink / raw)


Hi,

For those interested in sorting registers ...

... the alpha release has sort-* files in it.

For the moment you need to load:

  \readfile{sort-ini}{}{}

After that

mainlanguage[sl]

\starttext
    test \index {aa1}  test \index {ab1}         test \index {aa2}
    test \index {ab2}  test \index {aa10}        test \index {aa8}
    test \index {aa9}  test \index {aa11}        test \index {aa10}
    test \index {cccc} test \index {\ccaron ccc} test \index {\cacute ccc}
    test \index {caaa} test \index {\ccaron aaa} test \index {\cacute aaa}
    \placeindex
\stoptext

will adapt itself to the language. Sort orders are defined in sort-lan.tex. 

You need to run 'newtexexec' (ruby reimplementation of texexec), which uses the texutil module/class instead of the program (faster). 

The reimplementation of texutil permits user plugins and such (more about that later).

I need more info on sort order about for instance czech and german and ...  

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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-08-12  8:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-08  9:11 column balancing question Michal Kvasnicka
2004-09-08  8:58 ` Hans Hagen
2004-09-09 15:13   ` Michal Kvasnicka
2004-09-09 13:54     ` Hans Hagen
2004-09-08 19:19 ` Willi Egger
2004-09-08 19:48   ` map problems Boris Tschirschwitz
2004-09-09 13:43     ` Boris Tschirschwitz
2004-09-09 12:49   ` alpha version Martin Kolařík
2005-08-08 20:17 Hans Hagen
2005-08-09 21:29 ` Vit Zyka
2005-08-12  8:24   ` Vit Zyka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).