ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: [ConTeXt] Formula numberation
       [not found] <37F4833A.D85DB806@gmx.de>
@ 1999-10-01 12:40 ` Hans Hagen
  0 siblings, 0 replies; only message in thread
From: Hans Hagen @ 1999-10-01 12:40 UTC (permalink / raw)


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


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

only message in thread, other threads:[~1999-10-01 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <37F4833A.D85DB806@gmx.de>
1999-10-01 12:40 ` [ConTeXt] Formula numberation Hans Hagen

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