Dear Otared,
Thank you for testing.
I run the sample after changing the column command to ‘\startsimplecolumns …
\stopsimplecolumns’.
I got the same result as your output. And it is same as the result using
\startcolumns … \stopcolumns.
If ‘\vfill’ works, then it is OK for me, but it isn’t
first item located at the end of the page.However, \vfill works, so I managed the items evenly spaced vertically.If I use “\startcolumns”, then I have the following problems: 1. \vfill doesn’t works, but \blank[] works. So, it isn’t easy to locate the items evenly spaced vertically.Here are sampl
works, so I managed the items evenly spaced vertically.If I use “\startcolumns”, then I have the following problems: 1. \vfill doesn’t works, but \blank[] works. So, it isn’t easy to locate the items evenly spaced vertically.Here are sample code and its outputs of two cases for comparison.Any
On Wed, Jan 16 2019, Taco Hoekwater wrote:
> Which is a tad annoying,
Indeed. Any news about this issue?
To what version should I downgrade to get multi-line footnotes in
columns please?
TIA for any help,
--
Peter
_
> On 16 Jan 2019, at 15:05, Otared Kavian wrote:
>
> Hi Taco,
>
> There two documents
>
> /context-minimal/tex/texmf-context/doc/context/documents/general/manuals/notnow.pdf
> and
>
> /context-minimal/tex/texmf-context/doc/context/documents/general/manuals/pagecolumns.pdf
> writ
-line footnotes?
> I tried various things with \setupnotation but nothing seems to work?
>
>
> MWE:
>
> \starttext
> \startcolumns
> \dorecurse{3}{\input ward\footnote{\input zapf} }
> \stopcolum
Hi,
With the new version of columns, how do I get multi-line footnotes?
I tried various things with \setupnotation but nothing seems to work?
MWE:
\starttext
\startcolumns
\dorecurse{3}{\input ward\footnote{\input zapf} }
\stopcolumns
\stoptext
Best wishes,
Taco
footn.pdf
Description
On 10/6/2016 8:40 AM, Michael Witten wrote:
On Tue, 07 Aug 2012 00:22:08 +0200, Peter Muenster wrote:
The distance is not 0pt here (MKIV):
--8<---cut here---start->8---
\starttext
\startcolumns[distance=0pt]
\input tufte
\stopcolumns
\stopte
On Tue, 07 Aug 2012 00:22:08 +0200, Peter Muenster wrote:
> The distance is not 0pt here (MKIV):
>
> --8<---cut here---start->8---
> \starttext
> \startcolumns[distance=0pt]
> \input tufte
> \stopcolumns
> \stoptext
On 5/13/2016 5:02 AM, Mohammad Hossein Bateni wrote:
Hello Hans,
This bug exists in the latest beta, version 2016.05.12 23:49. Am I
doing something wrong or is something really strange going on? I see
the following among the logs, which seems correct to me.
structure > sectioning > section @
column. The correct numbering should be
> "1 First" and "2 Second."
>
> \starttext
> \startcolumns[n=2,direction=left]
> \section{First}
> \input knuth
>
> \section{Second}
> \input
numbering should be
"1 First" and "2 Second."
\starttext
\startcolumns[n=2,direction=left]
\section{First}
\input knuth
\section{Second}
\input ward
\stopcolumns
\stoptext
Produced using context
Hi,
The distance is not 0pt here (MKIV):
--8<---cut here---start->8---
\starttext
\startcolumns[distance=0pt]
\input tufte
\stopcolumns
\stoptext
--8<---cut here---end--->8---
--
On 2012-07-18 Martin Bruchanov wrote:
Hi Martin,
> The frame width goes over both columns (with texexec the width is
> only over one column, I used \makeupwidth but it is same).
It should work with columnsets:
\setuppapersize
[A5]
\definecolumnset
[TwoColumns]
[n=2]
\starttext
\start
Hello,
I found following problem in version: 2012.07.17 16:42. The
frame width goes over both columns (with texexec the width is
only over one column, I used \makeupwidth but it is same).
\setuppapersize[A5]
\starttext
\startcolumns[n=2]
\title{Test page}
\framed[frame=off,bottomframe=on
wgrid
\starttext
\startcolumns[n=2, align=yes, balance=yes]
\clubpenalty1
\widowpenalty1
\setupwhitespace[Test, flexible]
%\setuplayout[grid=tolerant]
\dorecurse{10}{\input knuth}
\stopcolumns
\stoptext
is a big step in the right direction. Pages 1 & 2 are perfect now, but
I wonder
[Notsohuge]{\ctxparskip.5\Hugeskip} % for
\setupwhitespace
\setupalign[line]
\setuplayout[grid=tolerant]
\setuplayout[lines=41]
%\showgrid
\starttext
\startcolumns[n=2, align=yes]
\clubpenalty1
\widowpenalty1
\setupwhitespace[Notsohuge]
%\setuplayout[grid=tolerant]
\dorecurse{10
On 12/20/2010 11:07 AM, Wolfgang Schuster wrote:
Am 20.12.2010 um 10:57 schrieb Philipp Gesang:
Hi all,
I’m just forwarding this to the ml as I can’t help any further
and I’d like to know the answer too.
@Achim: have you tried locally chopping off a line from the text
area with “\[start|stop
Am 20.12.2010 um 10:57 schrieb Philipp Gesang:
> Hi all,
>
> I’m just forwarding this to the ml as I can’t help any further
> and I’d like to know the answer too.
>
> @Achim: have you tried locally chopping off a line from the text
> area with “\[start|stop]columns”? Something like this:
>
> ·
hilipp
- Forwarded message from ac...@jander.de -
Date: Mon, 20 Dec 2010 09:12:37 +0100
From: ac...@jander.de
To: Philipp Gesang
Subject: Re: [NTG-context] startcolumns: text runs into footer
User-Agent: Internet Messaging Program (IMP) H3 (4.0.3)
Hi Philipp,
thank you for your reply.
>
> (1
Hi Philipp,
thank you for your reply.
>
> (1) Columnsets cause less trouble than the ordinary
> ?\[start|stop]columns?; (2) you have to define the vskips prior
> to using them with ?\setupwhitespace? or ?\blank?.
>
that takes me a bit further. But columnsets seem to have one great
disadvantage
re
Hi Achim!
On 2010-12-19 <13:09:51>, Achim Jander wrote:
> Hi at all,
> now I've run into the next problem: Trying to set text in 2 columns.
> Even in the simples case:
>
> \showframe
>
> \starttext
>
> \startcolumns
>
> \dorecurse{20}{\input knuth}
Hi at all,
now I've run into the next problem: Trying to set text in 2 columns.
Even in the simples case:
\showframe
\starttext
\startcolumns
\dorecurse{20}{\input knuth}
\stopcolumns
\stoptext
The text goes ca 1 line into the footer-region. I played around with
various settings (
thankyou very much!
> Date: Fri, 6 Aug 2010 18:57:15 +0200
> From: pra...@wxs.nl
> To: ntg-context@ntg.nl
> CC: horaciosua...@hotmail.com
> Subject: Re: [NTG-context] \startcolumns ... \stopcolumns
>
> On 29-7-2010 10:13, Horacio Suarez wrote:
> > Horacio Suar
On 29-7-2010 10:13, Horacio Suarez wrote:
Horacio Suarez
in cont-new.tex add:
\def\multicolumnseject
{%\ifdim\pagetotal>\textheight
% \eject % new, but wrong as it fails on mixed-001.tex
%\else
\allowbreak
}%\fi}
--
--
Hello:
After \startcolumns ... \stopcolumns there a big blank space. This sample shows
it.
%
\starttext
\startcolumns
\input tufte
\input tufte
\input tufte
\stopcolumns
{\bf This should appear in the first page, below {\em tufte,} there is enough
room.}
\stoptext
%
why
En/na Wolfgang Schuster ha escrit:
Am 11.04.10 13:01, schrieb Xan:
For the other hand, can't columns be nested?
No.
Why not put in \startitemize code one "if": if there is _in_ a column
environment,use \startsimplecolumns, Is it technically possible?
Possible but not so simple as you thin
Am 11.04.10 13:01, schrieb Xan:
For the other hand, can't columns be nested?
No.
Why not put in \startitemize code one "if": if there is _in_ a column
environment,use \startsimplecolumns, Is it technically possible?
Possible but not so simple as you think.
Wolfgang
__
En/na Wolfgang Schuster ha escrit:
Columns can't be nested but you can use \start/\stopsimplecolumns for
the itemize.
Wolfgang
Thanks Wolfgang. Perfect solution!
For the other hand, can't columns be nested? Why not put in
\startitemize code one "if": if there is _in_ a column environment,us
Am 11.04.10 12:47, schrieb Xan:
Hi,
I have
\startcolumns
[...]
\startexercici Amb el mateix experiment aleatori de l'activitat
anterior, calcula els esdeveniments següents:
\startitemize[a,packed,columns]
\item $(A^c)^c$
\item $(A \cap B)^c$
\item $(A \cup B)^c$
\item $A^c \cup B$
\item
Hi,
I have
\startcolumns
[...]
\startexercici Amb el mateix experiment aleatori de l'activitat
anterior, calcula els esdeveniments següents:
\startitemize[a,packed,columns]
\item $(A^c)^c$
\item $(A \cap B)^c$
\item $(A \cup B)^c$
\item $A^c \cup B$
\item $A^c \cap B$
\item $A \cup B^c$
Hans Hagen wrote:
> i'll send you a patch,
works great, thank's a lot!
> we need to make a column test suite ...
I'll happily post any detected problem to the list :)
Yours,
Karsten
signature.asc
Description: OpenPGP digital signature
___
ntg-con
Karsten Heymann wrote:
> Hi,
>
> can someone explain me why the second "Test" gets out of grid:
>
> \setuplayout[grid=yes]
> \showgrid
> \setupcolumns[rule=on]
>
> \starttext
> \startcolumns
> One \crlf Two
> \column
> Three \crlf Four
> \sto
Hi,
can someone explain me why the second "Test" gets out of grid:
\setuplayout[grid=yes]
\showgrid
\setupcolumns[rule=on]
\starttext
\startcolumns
One \crlf Two
\column
Three \crlf Four
\stopcolumns
Test
\blank
\startcolumns
One \crlf Two with depth
\column
Three \crlf Four
\s
Hi,
I have a problem, when I place a graphic on a page, start columns,
and use a \chapter in that column. The following code demonstrates
it. I get the space needed for the graphic in the column, but the
graphic is already placed above the \startcolumns. Without the
\chapter the space vanishs
35 matches
Mail list logo