ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* issues with footnotes
@ 2014-08-25 15:51 Pablo Rodriguez
  0 siblings, 0 replies; only message in thread
From: Pablo Rodriguez @ 2014-08-25 15:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

using beta from	2014-08-21 09:59, I’m trying to generate a document that
has two bodies of notes: footnotes and linenotes.

Since the document isn’t minimal, I include only the notes definitions:

\definenote[dict]
\setupnote[dict][setups=setups:linenote, n=2, rule=off,
split=verystrict, scope=text, inbetween=\hskip1.5em]
\setupnotation[dict][number=no, width=broad]

\definelinenote[grammatical]
\setupnote[grammatical][setups=setups:linenote, rule=off, paragraph=yes,
split=verystrict, scope=text, inbetween=\hskip1.5em, compress=yes]
\setupnotation[grammatical][numbercommand=, alternative=serried,
distance=1em]

The output can be found at http://www.ousia.tk/unbalanced-columns.pdf.

In all four pages, columns in footnotes are unbalanced. Is there any way
to get balanced columns in footnotes?

The second issue is that the columnar footnotes don’t respect space
before and after defined in \setupnote. How can I avoid this? (BTW, this
also happens with the space before when paragraph=yes.)

BTW, if I add the following code to avoid widows and orphans:

\setuplayout[setups=*lessstrict]
\startsetups[*lessstrict]
    \setup[reset]
    \widowpenalty=10000
    \clubpenalty=10000
    \brokenpenalty=0
\stopsetups

The footnotes aren’t displayed in columns at all
(http://www.ousia.tk/no-columns.pdf).

Is there no way that I can avoid widows and orphans for the body text?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-25 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-25 15:51 issues with footnotes Pablo Rodriguez

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