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
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
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 ___________________________________________________________________________________
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
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 -----------------------------------------------------------------
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
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
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
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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Jose Luis Arellano
-
Otared Kavian