\setupcolumnsetlines does not work
In an effort to balance columns in a columnset layout, I found that in the following minimal example this effect is not obtained. After commenting out the first three lines after \starttext the result is ok. I am wondering what I overlooked this time. \definecolumnset[Two][n=2] \starttext \startcolumnset[Two] \input knuth \stopcolumnset \page \setupcolumnsetlines[Two][1][1][9] \startcolumnset[Two] \input knuth \stopcolumnset \stoptext Thank you for your suggestions, Sytse Knypstra
If I am remembering correctly, the documentation has \setupcolumnsetlines
before \starttext.
Sytse Knypstra
In an effort to balance columns in a columnset layout, I found that in the following minimal example this effect is not obtained. After commenting out the first three lines after \starttext the result is ok. I am wondering what I overlooked this time.
\definecolumnset[Two][n=2] \starttext \startcolumnset[Two] \input knuth \stopcolumnset \page \setupcolumnsetlines[Two][1][1][9] \startcolumnset[Two] \input knuth \stopcolumnset \stoptext
Thank you for your suggestions,
Sytse Knypstra
___________________________________________________________________________________ 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
___________________________________________________________________________________
Also, what about \setupcolumnsetlines[Two][2][1][9]?
Denis Maier
If I am remembering correctly, the documentation has \setupcolumnsetlines before \starttext.
Sytse Knypstra
schrieb am Sa., 17. Aug. 2019, 12:59: In an effort to balance columns in a columnset layout, I found that in the following minimal example this effect is not obtained. After commenting out the first three lines after \starttext the result is ok. I am wondering what I overlooked this time.
\definecolumnset[Two][n=2] \starttext \startcolumnset[Two] \input knuth \stopcolumnset \page \setupcolumnsetlines[Two][1][1][9] \startcolumnset[Two] \input knuth \stopcolumnset \stoptext
Thank you for your suggestions,
Sytse Knypstra
___________________________________________________________________________________ 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
___________________________________________________________________________________
Ok, have tried it now. No change ...
Am Sa., 17. Aug. 2019 um 13:33 Uhr schrieb Denis Maier
Also, what about \setupcolumnsetlines[Two][2][1][9]?
Denis Maier
schrieb am Sa., 17. Aug. 2019, 13:32: If I am remembering correctly, the documentation has \setupcolumnsetlines before \starttext.
Sytse Knypstra
schrieb am Sa., 17. Aug. 2019, 12:59: In an effort to balance columns in a columnset layout, I found that in the following minimal example this effect is not obtained. After commenting out the first three lines after \starttext the result is ok. I am wondering what I overlooked this time.
\definecolumnset[Two][n=2] \starttext \startcolumnset[Two] \input knuth \stopcolumnset \page \setupcolumnsetlines[Two][1][1][9] \startcolumnset[Two] \input knuth \stopcolumnset \stoptext
Thank you for your suggestions,
Sytse Knypstra
___________________________________________________________________________________ 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
___________________________________________________________________________________
This here works for the first columnset, but not for the second one:
=================================
\usemodule[newcolumnsets]
\definecolumnset[One][n=2]
\setupcolumnsetlines[One][1][1][9]
\setupcolumnsetlines[One][1][2][9]
\setupcolumnsetlines[One][2][1][9]
\setupcolumnsetlines[One][2][2][9]
\definecolumnset[Two][n=2]
\setupcolumnsetlines[Two][1][1][9]
\setupcolumnsetlines[Two][1][2][9]
\setupcolumnsetlines[Two][2][1][9]
\setupcolumnsetlines[Two][2][2][9]
\starttext
\startcolumnset[One]
\input knuth
\input knuth
\stopcolumnset
\startcolumnset[Two]
\input knuth
\input knuth
\stopcolumnset
\stoptext
===================================
Am Sa., 17. Aug. 2019 um 15:14 Uhr schrieb Denis Maier
Ok, have tried it now. No change ...
Am Sa., 17. Aug. 2019 um 13:33 Uhr schrieb Denis Maier
:
Also, what about \setupcolumnsetlines[Two][2][1][9]?
Denis Maier
schrieb am Sa., 17. Aug. 2019, 13:32: If I am remembering correctly, the documentation has \setupcolumnsetlines before \starttext.
Sytse Knypstra
schrieb am Sa., 17. Aug. 2019, 12:59: In an effort to balance columns in a columnset layout, I found that in the following minimal example this effect is not obtained. After commenting out the first three lines after \starttext the result is ok. I am wondering what I overlooked this time.
\definecolumnset[Two][n=2] \starttext \startcolumnset[Two] \input knuth \stopcolumnset \page \setupcolumnsetlines[Two][1][1][9] \startcolumnset[Two] \input knuth \stopcolumnset \stoptext
Thank you for your suggestions,
Sytse Knypstra
___________________________________________________________________________________ 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
___________________________________________________________________________________
This here works for the first columnset, but not for the second one:
================================= \usemodule[newcolumnsets] The new code base is used by default and you don't have to load the module. \definecolumnset[One][n=2]
\setupcolumnsetlines[One][1][1][9] \setupcolumnsetlines[One][1][2][9] \setupcolumnsetlines[One][2][1][9] \setupcolumnsetlines[One][2][2][9]
\definecolumnset[Two][n=2] \setupcolumnsetlines[Two][1][1][9] \setupcolumnsetlines[Two][1][2][9] \setupcolumnsetlines[Two][2][1][9] \setupcolumnsetlines[Two][2][2][9] The second argument expects the page number of the column where want to change the number of lines. In your example the second environment starts at page 3 but you change the lines only for the first and second
Denis Maier schrieb am 17.08.2019 um 15:50: page. Wolfgang
participants (3)
-
Denis Maier
-
Sytse Knypstra
-
Wolfgang Schuster