ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Column not Balancing, Footnote is Missing
@ 2020-09-07 22:38 Art Chimes
  2020-09-08 18:58 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Art Chimes @ 2020-09-07 22:38 UTC (permalink / raw)
  To: ConTeXt Mailing List

Greetings, list. My first post here. Please be gentle!

The command \contextversion reports I am using 2020.09.03 20:03 on Windows 10.

The MWE below produces a column and a half of text, not balanced
(despite the \setupcolumns [...balance=yes...] command. Also, the
footnote *number* appears on the PDF, but the *text* of the footnote
doesn't.

However, when I use the online compiler (live.contextgarden.net,
reported version 2020.06.30 17:30, older than mine), the footnote text
*does* appear, though the columns are still not balanced.

%%%%%%%%%%%%%%%%%%%%%

\usemodule[ipsum]
\setupfootnotes[location=page,rule=on,bodyfont=8.5pt]
\setupcolumns [n=2,balance=yes,blank=line]

\starttext
\chapter{Footnote Test  —  \contextversion}
\startcolumns

\ipsum

Cursus metus aliquam eleifend mi in nulla posuere sollicitudin
aliquam. Id aliquet risus feugiat in ante metus dictum at
tempor.\footnote{Thor, A.U.: {\it Latin 101 for Dummies} (Rome,
Dummies Pub., MCMLXXIX)}

\ipsum[alternative=lines,n=20]

\end columns
\stoptext

%%%%%%%%%%%%%%%%%%%%%

Question (1) : Why don't the columns balance, and how can I fix it?
Question (2) : Why does the footnote appear only with the online
compiler? What am I doing wrong?
Question (3) : For extra credit: How can I get the footnotes to
stretch the entire width of the text block instead of the width of one
column?

I did try to parse the somewhat opaque (to me) information in the wiki
and looked in the mailing list archives, but I didn't find the
information I needed.

Thank you for any help you can offer.

Art in Arlington, Virginia, USA.
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Column not Balancing, Footnote is Missing
  2020-09-07 22:38 Column not Balancing, Footnote is Missing Art Chimes
@ 2020-09-08 18:58 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2020-09-08 18:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Art Chimes

Art Chimes schrieb am 08.09.2020 um 00:38:
> Greetings, list. My first post here. Please be gentle!
>
> The command \contextversion reports I am using 2020.09.03 20:03 on Windows 10.
>
> The MWE below produces a column and a half of text, not balanced
> (despite the \setupcolumns [...balance=yes...] command. Also, the
> footnote *number* appears on the PDF, but the *text* of the footnote
> doesn't.
>
> However, when I use the online compiler (live.contextgarden.net,
> reported version 2020.06.30 17:30, older than mine), the footnote text
> *does* appear, though the columns are still not balanced.
>
> %%%%%%%%%%%%%%%%%%%%%
>
> \usemodule[ipsum]
> \setupfootnotes[location=page,rule=on,bodyfont=8.5pt]
> \setupcolumns [n=2,balance=yes,blank=line]
>
> \starttext
> \chapter{Footnote Test  —  \contextversion}
> \startcolumns
>
> \ipsum
>
> Cursus metus aliquam eleifend mi in nulla posuere sollicitudin
> aliquam. Id aliquet risus feugiat in ante metus dictum at
> tempor.\footnote{Thor, A.U.: {\it Latin 101 for Dummies} (Rome,
> Dummies Pub., MCMLXXIX)}
>
> \ipsum[alternative=lines,n=20]
>
> \end columns
> \stoptext
>
> %%%%%%%%%%%%%%%%%%%%%
>
> Question (1) : Why don't the columns balance, and how can I fix it?

Replace

     \end columns

with

     \stopcolumns

Wolfgang

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-08 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 22:38 Column not Balancing, Footnote is Missing Art Chimes
2020-09-08 18:58 ` Wolfgang Schuster

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