ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: minimal example of some problems
Date: Sun, 4 Apr 2010 02:46:25 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.01.1004040239250.31035@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <m2g54d7f5601004032249t40210549q1e60d7f0169bda57@mail.gmail.com>

On Sun, 4 Apr 2010, Michael Saunders wrote:

>>> 1. Leftward protrusion doesn't work.
>>> 2. I don't think hz is working in footnotes.
>>
>>> The font I'm using is Adobe Garamond Premiere Pro.  If you think there
>>> might be a problem with the typescript, I can show you that too.
>>
>> These two are related to font. Either show that something is wrong with
>> default typescripts (lmodern, times, palatino, etc) else it means that
>> tosmething is wrong with your typescript. But first you have to narrow
>> down the problem
>
> I take your word for it that it works for the default typescripts;
> therefore, the problem must be somewhere in my typescript, but I have
> no idea where.  It is as follows:

I don't have the font, so I cannot test it.
>
>
>>> 3. Observe footnote 1 (the only one).  It is breaking between p.1 and
>>> p.2.  I want to forbid that.
>>
>> I don't know how to prevent this. But again, this has nothing to do with
>> columns or fonts.
>
> I want that to work in those columns with that font.  If you don't
> know how to make it work in any font with or without columns, that
> makes no difference.  It looks like it's just one more thing that
> Context can't do or can't do correctly.

You can prevent notes from splitting across pages by

\setupenumerations[footnote]
                    [before=\vbox\bgroup, after=\egroup]

The footnote may still appear on a different page. If you want to prevent 
that add

\setupfootnotes[split=verystrict]

which can mess up the layout. You can slightly salvage things by adding

\setuptolerance[vertical, verytolerant]

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


  reply	other threads:[~2010-04-04  6:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-04  2:48 Michael Saunders
2010-04-04  3:37 ` Aditya Mahajan
2010-04-04  9:55   ` Hans Hagen
2010-04-04  5:49 ` Michael Saunders
2010-04-04  6:46   ` Aditya Mahajan [this message]
2010-04-04  7:29   ` raisebox (was: Re: minimal example of some problems) Peter Münster
2010-04-08 13:00 minimal example of some problems Michael Saunders

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.01.1004040239250.31035@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).