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: \indenting[next] and math => no vertical space before the formula
Date: Tue, 29 Apr 2008 00:49:35 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.1.00.0804290035550.4887@nqv-yncgbc> (raw)
In-Reply-To: <d5fddde00804281117u445a64ccxb5d81e5ff9b5cca5@mail.gmail.com>

On Mon, 28 Apr 2008, Mikael Persson wrote:

> Hello again,
>
> * snip *
>>
>>  I could reproduce the result and have also a fix but I don't know what
>>  the correct
>>  reults should be and other people like Aditya should decide if it makes sense
>>  to change the current behaviour.
>>
>>  \def\startdisplaymath
>>   {\ifgridsnapping
>>      \beforedisplayspace
>>      \snapmathtogrid\vbox
> * snip *
>>  Wolfgang
>
> This fix seems not to solve the problem entirely. With this fix
> applied, If one now put a formula inside an enumeration one gets
> "double" space before the formula. This is a test file that shows the
> problem:

This is basically because in enumerations indenting is set to never.

You can see the same affect with

\setupindenting[no]
\testtext

One possible fix is to add

indenting=(reset|next|first) %default is never

to the \setupenumeration command. For example

> \defineenumeration[example]
>        [text=Example,
>        location=serried,
>        width=fit,
          indenting=reset, %%<<<---- Add This
>        distance=0.5em,
> 	way=bysection,
>        ]

Another is to change \startdisplaymath to

\def\startdisplaymath
   {\ifgridsnapping
      \beforedisplayspace
      \snapmathtogrid\vbox
      \bgroup
      \informulatrue
     %\forgetall % breaks side floats
    \else
      \bgroup
      \parskip\formulaparskip % ! !
      \informulatrue
     %\forgetall % otherwise backgrounds fail
      \ifdim\lastskip<\zeropoint\else
        \par
        \ifvmode \ifdim\parskip>\zeropoint\relax
          \whitespace \vskip-\parskip % kind of forces and cancels again
        \fi \fi
      \fi
      \doif\displaygridcorrection{-\v!top}{\kern-\strutht}% new, currently only option/default
      \beforedisplayspace
      \par
      \ifvmode \ifdim\parskip>\zeropoint\relax \else
       \ifindentfirstparagraph
          \verticalstrut
          \vskip-\struttotal
          \vskip-\baselineskip
        \fi\fi
      \fi
    \fi
    $$\setdisplaydimensions
    \setpredisplaysize\lastlinewidth
    \startinnermath}

But this is getting ugly.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2008-04-29  4:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-24 10:15 Mikael Persson
2008-04-24 11:29 ` Wolfgang Schuster
2008-04-24 14:27   ` Aditya Mahajan
2008-04-24 17:28     ` Hans Hagen
2008-04-24 18:37       ` Mikael Persson
2008-04-24 18:43         ` Hans Hagen
2008-04-24 19:14           ` Mikael Persson
2008-04-24 19:34             ` Hans Hagen
2008-04-28 18:17   ` Mikael Persson
2008-04-29  4:49     ` Aditya Mahajan [this message]
2008-04-30  7:24       ` Mikael Persson
2008-04-30  7:33         ` Wolfgang Schuster
2008-04-30  7:45           ` Mikael Persson
2008-04-30  8:54             ` Wolfgang Schuster
2008-04-30 17:02         ` Aditya Mahajan
2008-04-30 18:14           ` Mikael Persson

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.DEB.1.00.0804290035550.4887@nqv-yncgbc \
    --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).