ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Columnset and footnotes
@ 2016-09-22  3:22 Jose Luis Arellano
  2016-09-22  6:14 ` Otared Kavian
  0 siblings, 1 reply; 6+ messages in thread
From: Jose Luis Arellano @ 2016-09-22  3:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list.
When i write a footnote in my document (two columns), ConTeXt do not
draw the hrule above the footnote.
What is the problem?

\definecolumnset[n2][n=2,balance=yes]
\starttext
\startcolumnset[n2]
Footnote \footnote[foo]{This is a footnote.} \input linden
\stopcolumnset
\stoptext

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

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

* Re: Columnset and footnotes
  2016-09-22  3:22 Columnset and footnotes Jose Luis Arellano
@ 2016-09-22  6:14 ` Otared Kavian
  2016-09-22  6:26   ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Otared Kavian @ 2016-09-22  6:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Indeed it seems that there is a bug with \columnset. However the separation rule for the footnotes is shown if one uses \startcolumns, as can be seen with the following example.

Best regards: OK
%%% begin column-footnote.tex
\definecolumnset[n2][n=2,balance=yes]
\setupfootnotes[location=page]
\starttext
\startcolumnset[n2]
Footnote \footnote[foo]{This is a footnote.} \input linden
\stopcolumnset

\page 
\startcolumns[n=2,rule=on]
\input knuth.tex
\par
\input knuth.tex
This is a footnote\footnote {\input ward}
\stopcolumns
\stoptext
%%% end column-footnote.tex

> On 22 Sep 2016, at 05:22, Jose Luis Arellano <jose.4rellano@gmail.com> wrote:
> 
> Dear list.
> When i write a footnote in my document (two columns), ConTeXt do not
> draw the hrule above the footnote.
> What is the problem?
> 
> \definecolumnset[n2][n=2,balance=yes]
> \starttext
> \startcolumnset[n2]
> Footnote \footnote[foo]{This is a footnote.} \input linden
> \stopcolumnset
> \stoptext
> 
> Thanks
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

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

* Re: Columnset and footnotes
  2016-09-22  6:14 ` Otared Kavian
@ 2016-09-22  6:26   ` Hans Hagen
  2016-09-22  7:47     ` Jose Luis Arellano
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2016-09-22  6:26 UTC (permalink / raw)
  To: ntg-context

On 9/22/2016 8:14 AM, Otared Kavian wrote:
> Hi,
>
> Indeed it seems that there is a bug with \columnset. However the separation rule for the footnotes is shown if one uses \startcolumns, as can be seen with the following example.

this mechanism will be replaced by a rewrite so test with 
\usemodule[newcolumnsets]

> Best regards: OK
> %%% begin column-footnote.tex
> \definecolumnset[n2][n=2,balance=yes]
> \setupfootnotes[location=page]
> \starttext
> \startcolumnset[n2]
> Footnote \footnote[foo]{This is a footnote.} \input linden
> \stopcolumnset
>
> \page
> \startcolumns[n=2,rule=on]
> \input knuth.tex
> \par
> \input knuth.tex
> This is a footnote\footnote {\input ward}
> \stopcolumns
> \stoptext
> %%% end column-footnote.tex
>
>> On 22 Sep 2016, at 05:22, Jose Luis Arellano <jose.4rellano@gmail.com> wrote:
>>
>> Dear list.
>> When i write a footnote in my document (two columns), ConTeXt do not
>> draw the hrule above the footnote.
>> What is the problem?
>>
>> \definecolumnset[n2][n=2,balance=yes]
>> \starttext
>> \startcolumnset[n2]
>> Footnote \footnote[foo]{This is a footnote.} \input linden
>> \stopcolumnset
>> \stoptext
>>
>> Thanks
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Columnset and footnotes
  2016-09-22  6:26   ` Hans Hagen
@ 2016-09-22  7:47     ` Jose Luis Arellano
  2016-09-24  1:42       ` Jose Luis Arellano
  0 siblings, 1 reply; 6+ messages in thread
From: Jose Luis Arellano @ 2016-09-22  7:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thank you Hans, Otared.

Hans, when I use the new module, I get some errors in my document. A
couple of question about it:
1. How can I balance the the text in columns?
2. As you can see, at compiling the following code, the text at final
of page is overwritten. Is there a way to solve this?

\usemodule[newcolumnsets]
\definecolumnset[n2][n=2]
\starttext
\startcolumnset[n2]
Footnote \footnote[foo]{This is a footnote.} \dorecurse{5}{\input linden}
\stopcolumnset
\stoptext

Thanks again
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Columnset and footnotes
  2016-09-22  7:47     ` Jose Luis Arellano
@ 2016-09-24  1:42       ` Jose Luis Arellano
  2016-09-24 10:55         ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Jose Luis Arellano @ 2016-09-24  1:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello list.
Sorry for bump my own thread. I just want to know if there is a bug in
new code (\usemodule[newcolumnsets]), if not, how can i solve the
overwrite text issue described above?

Thanks

2016-09-22 4:47 GMT-03:00 Jose Luis Arellano <jose.4rellano@gmail.com>:
> Thank you Hans, Otared.
>
> Hans, when I use the new module, I get some errors in my document. A
> couple of question about it:
> 1. How can I balance the the text in columns?
> 2. As you can see, at compiling the following code, the text at final
> of page is overwritten. Is there a way to solve this?
>
> \usemodule[newcolumnsets]
> \definecolumnset[n2][n=2]
> \starttext
> \startcolumnset[n2]
> Footnote \footnote[foo]{This is a footnote.} \dorecurse{5}{\input linden}
> \stopcolumnset
> \stoptext
>
> Thanks again
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Columnset and footnotes
  2016-09-24  1:42       ` Jose Luis Arellano
@ 2016-09-24 10:55         ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2016-09-24 10:55 UTC (permalink / raw)
  To: ntg-context

On 9/24/2016 3:42 AM, Jose Luis Arellano wrote:
> Hello list.
> Sorry for bump my own thread. I just want to know if there is a bug in
> new code (\usemodule[newcolumnsets]), if not, how can i solve the
> overwrite text issue described above?

at least from my end looking into such issues will have to wait till 
after the ctx meeting

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2016-09-24 10:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22  3:22 Columnset and footnotes Jose Luis Arellano
2016-09-22  6:14 ` Otared Kavian
2016-09-22  6:26   ` Hans Hagen
2016-09-22  7:47     ` Jose Luis Arellano
2016-09-24  1:42       ` Jose Luis Arellano
2016-09-24 10:55         ` 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).