Re: [NTG-context] Footnote Problem
On Wed, 2011-11-16 at 00:09 +0100, Wolfgang Schuster wrote:
Am 15.11.2011 um 20:41 schrieb Kip Warner:
On Tue, 2011-11-15 at 09:42 +0100, Wolfgang Schuster wrote:
Am 15.11.2011 um 06:57 schrieb Kip Warner:
Hey folks,
The second \footnote doesn't show in the generated PDF. The number is listed where it should at the end of the sentence, but the text of the footnote is not listed at the bottom of the page.
Add \automigrateinserts to your document.
Wolfgang
Thanks Wolfgang, but should that be in the environment file or can it go anywhere?
Put it in the preamble of your document which can be a environment file or just before \starttext.
Wolfgang
Hey Wolfgang. The problem now is that the footnote sits inside of textbackground boxes at the bottom of them. I'd like them instead at the bottom of the page with the rest of my footnotes. How is this done? Sorry to pester you, but you and Hans seem to be the ConTeXt gurus. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On 21-12-2011 06:33, Kip Warner wrote:
On Wed, 2011-11-16 at 00:09 +0100, Wolfgang Schuster wrote:
Am 15.11.2011 um 20:41 schrieb Kip Warner:
On Tue, 2011-11-15 at 09:42 +0100, Wolfgang Schuster wrote:
Am 15.11.2011 um 06:57 schrieb Kip Warner:
Hey folks,
The second \footnote doesn't show in the generated PDF. The number is listed where it should at the end of the sentence, but the text of the footnote is not listed at the bottom of the page.
Add \automigrateinserts to your document.
Wolfgang
Thanks Wolfgang, but should that be in the environment file or can it go anywhere?
Put it in the preamble of your document which can be a environment file or just before \starttext.
Wolfgang
Hey Wolfgang. The problem now is that the footnote sits inside of textbackground boxes at the bottom of them. I'd like them instead at the bottom of the page with the rest of my footnotes. How is this done? Sorry to pester you, but you and Hans seem to be the ConTeXt gurus.
you can play with \setconstant\kindofpagetextareas\plusone (some day there will be a proper setting) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, 2011-12-21 at 09:39 +0100, Hans Hagen wrote:
you can play with
\setconstant\kindofpagetextareas\plusone
(some day there will be a proper setting)
Thanks Hans, but I get the following error: ! Undefined control sequence. l.19 \setconstant \kindofpagetextareas\plusone ? Using ConTeXt ver: 2011.11.29 18:47 MKIV fmt: 2011.12.21. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On 22-12-2011 02:16, Kip Warner wrote:
On Wed, 2011-12-21 at 09:39 +0100, Hans Hagen wrote:
you can play with
\setconstant\kindofpagetextareas\plusone
(some day there will be a proper setting)
Thanks Hans, but I get the following error:
! Undefined control sequence. l.19 \setconstant \kindofpagetextareas\plusone use just
\kindofpagetextareas\plusone as the constant is already defined. ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, 2011-12-22 at 09:24 +0100, Hans Hagen wrote:
use just
\kindofpagetextareas\plusone
as the constant is already defined.
Thanks Hans. It works. Because I don't like to just copy and paste code without understanding it, could you try to run an explanation by me? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On 23-12-2011 00:49, Kip Warner wrote:
On Thu, 2011-12-22 at 09:24 +0100, Hans Hagen wrote:
use just
\kindofpagetextareas\plusone
as the constant is already defined.
Thanks Hans. It works. Because I don't like to just copy and paste code without understanding it, could you try to run an explanation by me?
Methods 0-3 treat inserts (graphics and footnotes) differently, so best just try all these alternatives with your example file and see if it works out ok. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, 2011-12-23 at 12:08 +0100, Hans Hagen wrote:
Methods 0-3 treat inserts (graphics and footnotes) differently, so best just try all these alternatives with your example file and see if it works out ok.
Well, it works, so thanks anyways. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Am 22.12.2011 um 02:16 schrieb Kip Warner:
On Wed, 2011-12-21 at 09:39 +0100, Hans Hagen wrote:
you can play with
\setconstant\kindofpagetextareas\plusone
(some day there will be a proper setting)
Thanks Hans, but I get the following error:
! Undefined control sequence. l.19 \setconstant \kindofpagetextareas\plusone ?
It’s only \kindofpagetextareas\plusone without \setconstant. Wolfgang
On 22-12-2011 09:29, Wolfgang Schuster wrote:
Am 22.12.2011 um 02:16 schrieb Kip Warner:
On Wed, 2011-12-21 at 09:39 +0100, Hans Hagen wrote:
you can play with
\setconstant\kindofpagetextareas\plusone
(some day there will be a proper setting)
Thanks Hans, but I get the following error:
! Undefined control sequence. l.19 \setconstant \kindofpagetextareas\plusone ?
It’s only \kindofpagetextareas\plusone without \setconstant.
I've added \setconstant as dummy (no checkign for being defined but it looks nicer in code). Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Kip Warner
-
Wolfgang Schuster