ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: [ConTeXt] Formula numberation
Date: Fri, 01 Oct 1999 13:40:21 +0100	[thread overview]
Message-ID: <37F4ABB5.215BE77E@wxs.nl> (raw)
In-Reply-To: <37F4833A.D85DB806@gmx.de>

Tobias Burnus wrote:
> 
> Hi Hans,
> 
> can you tell me, why the first footnote doesn't appear?
> 
> -------------------------------------------------------
> %interface=de
> 
> \starttext
> \kapitel{Gekoppelte Schwingungen}
> \absatz{Grundlagen}
> Text\fussnote
> [C_or_Vec]{bar}
> \platziereformel
> \startformel
> \Omega := \pmatrix{(1+f)\omega_0^2 &  -f\omega_0^2    \cr
>                       -f\omega_0^2 &  (1+f)\omega_0^2 \cr}\qquad
> \vec\varphi := \pmatrix{\varphi_1\cr\varphi_2\cr}
> \stopformel
> 
> Text\fussnote[C_or_Vec-b]{foo}
> 
> \stoptext
> -------------------------------------------------------

Ha, a bordercase (related to footnote handling in chapter titles and
so). Change this (or add it to cont-new.tex):

\def\doflushfootnotes% also called directly, \ifvoid is needed !
  {\ifendnotes \else
     \ifvoid\postponedfootnotes
       \global\let\localfootinsert=\insert
     \else
       \bgroup
         \ifdim\ht\postponedfootnotes>\!!zeropoint
           \scratchdimen=\pagegoal
           \advance\scratchdimen by -\pagetotal
           \ifdim\scratchdimen<\ht\postponedfootnotes
             \message{[moved footnote]}%
           \fi
         \fi
       \egroup
       \global\let\localfootinsert=\insert
       \insert\footins\bgroup\unvbox\postponedfootnotes\egroup
     \fi
   \fi}

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


           reply	other threads:[~1999-10-01 12:40 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <37F4833A.D85DB806@gmx.de>]

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=37F4ABB5.215BE77E@wxs.nl \
    --to=pragma@wxs.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).