ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Bowen Alan C." <acbowen@Princeton.edu>
To: mailing ConTeXt users list for <ntg-context@ntg.nl>
Subject: local footnote (Tables) problem
Date: Thu, 12 Nov 2009 10:06:14 -0500	[thread overview]
Message-ID: <9A74AEAE-4B67-4A84-A699-D320C85F9E5B@Princeton.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

I am having a problem placing local footnotes in a table using\placelegend.  The attached file will compile only if I comment out

(a) 	header=2pc in \setuplayout
or
(b)  \setupbodyfont[lmodern,rm,10.5pt]
or
(c) \placelegend
or
(d) \dorecurse{3}{\input knuth}

I am stumped as to why this should be so. There is obviously something that I am just not seeing.

I am running MK2 using the latest beta in the ConTeXt Minimals.

Any help will be greatly appreciated.

Alan

[-- Attachment #2: LocalNotes.tex --]
[-- Type: application/octet-stream, Size: 1269 bytes --]

\setuplayout[
	topspace=3pc,					
	backspace=5pc,	
	height=48pc,			
%		header=2pc,		
		textheight=48pc,	
		footer=4pc,				
	width=26pc,					
		leftmargin=3pc,				
		textwidth=26pc,			
		rightmargin=3pc,			
	rightmargindistance=0.25pc,		
	leftmargindistance=0.25pc]


\defineframed[noteframed]
\setupframed[noteframed]
 [width=\textwidth,
 frame=off,
 align=right,
 height=fit,
 top=\hbox\bgroup,
 bottom=\egroup]
 
\starttypescript [serif] [default] [size]
\definebodyfont [10.5pt,9.5pt] [rm] [utf]
\stoptypescript
\setupbodyfont[lmodern,rm,10.5pt]

\showframe
\starttext
\dorecurse{3}{\input knuth}

{\startlocalfootnotes[conversion=character,bodyfont=9pt]
\setuptables[bodyfont=9pt,width=\textwidth,
	rulethickness=0.03em,distance=big]
\placetable[top,nonumber][tab:Table03]
{Table 3}
\placelegend
{\start\starttablehead
\HL[3]
\NC \REF[c]{\switchtobodyfont[11pt]Column A}
		\NC\REF[c]{\switchtobodyfont[11pt]Column B}\SR
\HL
\stoptablehead
\starttables[|p(11.5pc)|p(11.5pc)|]
\NC\REF[c]{1[4].341||345 [= F21.82||86]}
		\NC\REF[c]{6.29.3||4}
			\SR
\NC Text A\note[a]
	\NC Text B\note[b]
		\SR
\stoptables\stop}
{
\footnotetext[a]{A local footnote.}
\footnotetext[b]{Another local footnote.}
\hskip2pc\noteframed{\placelocalfootnotes}}
\stoplocalfootnotes}

\stoptext

[-- Attachment #3: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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:[~2009-11-12 15:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-12 15:06 Bowen Alan C. [this message]
2009-11-14 16:05 Bowen Alan C.
2009-11-15 16:16 ` Wolfgang Schuster
2009-11-16 21:29   ` Bowen Alan C.
2009-11-18 19:20 Bowen Alan C.
2009-11-18 20:19 ` Alan BRASLAU
2009-11-18 20:54   ` Bowen Alan C.
2009-11-18 21:27   ` Wolfgang Schuster
2009-11-18 22:26     ` Bowen Alan C.
2009-11-21 13:43 Bowen Alan C.
2009-11-23  7:49 ` Taco Hoekwater
2009-11-23  7:51   ` Wolfgang Schuster
2009-11-23 22:15     ` Bowen Alan C.
2009-11-23 22:26     ` Bowen Alan C.
2009-11-23 22:26     ` Bowen Alan C.

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=9A74AEAE-4B67-4A84-A699-D320C85F9E5B@Princeton.edu \
    --to=acbowen@princeton.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).