Sytse knyps...@home.nl schrieb am 15.07.2019 um 13:09:
Dear list,
In the following example I would like to have the two columns balanced, i.e.
with equal number of lines in both columns. But contrary to the option in the
definition, all text is put in the leftmost column and the right-hand
Dear list,
In the following example I would like to have the two columns balanced, i.e.
with equal number of lines in both columns. But contrary to the option in the
definition, all text is put in the leftmost column and the right-hand column
remains empty.
\definecolumnset[Two][balance=yes]
Hi,
I'm currently reimplementing columnsets and I'm wondering how many users
there are of this mechanism. How bad is it if the more obscure features
go away and others show up.
Hans
-
On Tue, 9 Feb 2016 20:05:01 +0100
Hans Hagen wrote:
> I'm currently reimplementing columnsets and I'm wondering how many
> users there are of this mechanism. How bad is it if the more obscure
> features go away and others show up.
I have used and liked columnsets, so I vote for
Am 2016-02-10 um 05:58 schrieb Alan BRASLAU :
> On Tue, 9 Feb 2016 20:05:01 +0100
> Hans Hagen wrote:
>
>> I'm currently reimplementing columnsets and I'm wondering how many
>> users there are of this mechanism. How bad is it if the more obscure
>> features
On 2012-02-15 09:52, Peter Park Nelson wrote:
BTW, is it possible to revert the Context standalone installation to
an earlier beta (without going all the way back to the last stable)?
Hi Peter,
there is a git mirror at
http://repo.or.cz/w/context.git/shortlog/refs/heads/origin
If you
Columnset error is gone in 2.16 beta -- Thanks, Hans.
But there still seems to be a problem in the output routine:
if I place a font switch like \bf or \ss at the beginning of a
paragraph that falls in the first column of my columnset, that column
is suppressed and only the second column is
On 15-2-2012 06:56, Peter Park Nelson wrote:
Updated to Feb. 8 beta, now none of my documents with columnsets will
compile. Without the columnset, the example below works fine:
\definecolumnset[body][n=2]
\starttext
\startcolumnset[body]
\input tufte\par
\stopcolumnset
\stoptext
you can try
Hans, it still does not work.
BTW, is it possible to revert the Context standalone installation to
an earlier beta (without going all the way back to the last stable)?
Error below:
(K2.tex
ConTeXt ver: 2012.02.08 21:58 MKIV fmt: 2012.2.15 int: english/english
system cont-new.mkiv
Updated to Feb. 8 beta, now none of my documents with columnsets will
compile. Without the columnset, the example below works fine:
\definecolumnset[body][n=2]
\starttext
\startcolumnset[body]
\input tufte\par
\stopcolumnset
\stoptext
Error message:
1 \definecolumnset[body][n=2]
2
On 27-11-2011 19:58, Jaroslav Hajtmar wrote:
Hello Peter.
I have a similar experience. If image width is greater than the width of
one column and at the same time is a picture with the caption then text
does not wrap around the image. If the picture is without caption (for
example
Hello Peter.
I have a similar experience. If image width is greater than the width of
one column and at the same time is a picture with the caption then text
does not wrap around the image. If the picture is without caption (for
example \placefigure[btrl,none]{}{...}) then everything works
Hello,
Following the example in the Columns manual, the following works with
TeXLive 2011 but not with the current context suite beta (25 nov 2011):
\definecolumnset[body][n=2]
\definecolumnsethsize{body}{1}{1}\One
\definecolumnsethsize{body}{1}{2}\Two
\starttext
\startcolumnset[body]
Hi Wolfgang,
On 12 May 2011, at 18:12, Wolfgang Schuster wrote:
Am 12.05.2011 um 10:11 schrieb Willi Egger:
In columnsets bottom has no effect.
When I use “bottom” in our example context reserves space for the figure at
the bottom but the figure itself doesn’t appear.
hm,
Hi Wolfgang,
The option 'bots' is described in the Columns manual (page 18). Yes I was
looking in the source, but was unable to understand what I found. I saw, that
there are commented lines in page-ini.mkiv (lines 230 and ff).
In columnsets bottom has no effect.
Indeed lrbt does place the
Am 12.05.2011 um 10:11 schrieb Willi Egger:
In columnsets bottom has no effect.
When I use “bottom” in our example context reserves space for the figure at the
bottom but the figure itself doesn’t appear.
Indeed lrbt does place the figure at the bottom. The struggle is, that I have
to be
Dear list,
In a document with a columnsets there are many directives to place figures on
certain spots (see columns-manual).
I deal with a two-columns layout.
Now I would need to place a figure in the first column at the lower left edge.
Here the command
Am 09.05.2011 um 13:32 schrieb Willi Egger:
Dear list,
In a document with a columnsets there are many directives to place figures on
certain spots (see columns-manual).
I deal with a two-columns layout.
Now I would need to place a figure in the first column at the lower left
edge.
Hi,
Is there a way to place footnotes when using columnsets, so that they
[the footnotes] span across the bottom of the page, like they do when
using \startcolumn?
TIA,
Elliot
___
If your question is of interest to
Hi,
What do I need to get footnotes to work with columnsets. Somehow
footntes have the wrong width.
\definecolumnset [two] [n=2,balancing=yes,distance=0.2in]
\starttext
\startcolumnset[two]
\dorecurse{10}{ \input tufte\footnote{\input zapf \endgraf}
\endgraf}
\stopcolumnset
\stoptext
On Sun, 10 Jun 2007, Aditya Mahajan wrote:
Hi,
What do I need to get footnotes to work with columnsets. Somehow
footntes have the wrong width.
\definecolumnset [two] [n=2,balancing=yes,distance=0.2in]
\starttext
\startcolumnset[two]
\dorecurse{10}{ \input tufte\footnote{\input zapf
Hi Hans,
maybe my problem was not clear enough. So please let me try it once
more.
The following example has main text in 2 columns and footnote text in
3 columns:
\setupfootnotes[n=3]
\starttext
\startcolumns
\dorecurse{10}{\input tufte\footnote{\input ward \relax}}
\stopcolumns
... and here is an example that shows the problem:
\definecolumnset[example][n=2]
\setupfootnotes[n=3]
\starttext
\startcolumnset[example]
\dorecurse{10}{\input tufte\footnote{\input ward \relax}}
\stopcolumnset
\stoptext
Hi,
is there a way to have both:
a main text set in
Steffen Wolfrum wrote:
... and here is an example that shows the problem:
Oops, that doesn't look right at all.
Do you really need column sets, or is normal columns
mode ok as well?
\startcolumns[n=2]
\dorecurse{10}{\input tufte\footnote{\input ward \relax}}
\stopcolumns
Looks about
Taco Hoekwater wrote:
Steffen Wolfrum wrote:
... and here is an example that shows the problem:
Oops, that doesn't look right at all.
you need to set widths
\setupfootnotes[n=1,width=\hsize]
Hans
___
ntg-context mailing list
Am 09.01.2006 um 11:06 schrieb Taco Hoekwater:
Steffen Wolfrum wrote:
... and here is an example that shows the problem:
Oops, that doesn't look right at all.
Do you really need column sets, or is normal columns
mode ok as well?
1)
Yes, column sets would be better.
Hi,
is there a way to have both:
a main text set in \definecolumnset[example][n=2]
and footnotes on bottom of page with \setupfootnotes[n=3]?
Thank you,
Steffen
___
ntg-context mailing list
ntg-context@ntg.nl
Hello,
Hans Hagen a écrit le mercredi 23 mars 2005 19:33 :
Gilles Pérez-Lambert wrote:
below is another way of doing it (OTRSET patch)
Thanks.
6 The right column continues in the footer.
10 Same problem.
17 a line from the left column is reported on
Gilles Pérez-Lambert wrote:
Hello,
Following Hans's presentation on ConTeXt in EuroTeX 2005, I started to use
columnsets. I'm really really impressed. Columnsets are easy to set up and
wonderfully powerful.
Nevertheless, I have some problems with columnsets... On the page:
Hello,
Following Hans's presentation on ConTeXt in EuroTeX 2005, I started to use
columnsets. I'm really really impressed. Columnsets are easy to set up and
wonderfully powerful.
Nevertheless, I have some problems with columnsets... On the page:
http://typo.free.fr/context/
you'll
30 matches
Mail list logo