ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* direction in columnset (MKII)
@ 2010-06-28 16:39 Jelle Huisman
  2010-06-28 20:37 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Jelle Huisman @ 2010-06-28 16:39 UTC (permalink / raw)
  To: ntg-context

Hi all,

Is it possible to tell columnsets which column is the first one?
I use columnset in MKII to typeset Arabic text in a multicolumn layout 
and the text starts in the left column. Is there a nice way to force the 
text to start in the right column? Something like 
\definecolumnset[arabic][n=2,direction=right] doesn't work.
(A nasty, ugly hack is fine too ;-)

Example:

\starttext
\definecolumnset[arabic][n=2,direction=right]
\startcolumns[arabic]
Oeps. In Arabic the 'first' column is on the right: \input knuth
\stopcolumns
\stoptext

Thanks,

Jelle
___________________________________________________________________________________
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] 3+ messages in thread

* Re: direction in columnset (MKII)
  2010-06-28 16:39 direction in columnset (MKII) Jelle Huisman
@ 2010-06-28 20:37 ` Wolfgang Schuster
  2010-06-29 11:14   ` Jelle Huisman
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2010-06-28 20:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 28.06.10 18:39, schrieb Jelle Huisman:
> Hi all,
>
> Is it possible to tell columnsets which column is the first one?
> I use columnset in MKII to typeset Arabic text in a multicolumn layout 
> and the text starts in the left column. Is there a nice way to force 
> the text to start in the right column? Something like 
> \definecolumnset[arabic][n=2,direction=right] doesn't work.
> (A nasty, ugly hack is fine too ;-)
>
> Example:
>
> \starttext
> \definecolumnset[arabic][n=2,direction=right]
> \startcolumns[arabic]
> Oeps. In Arabic the 'first' column is on the right: \input knuth
> \stopcolumns
> \stoptext

It makes no sense to set values for columnset but use regular columns in 
your document
and the correct value for direction you want is 'left' not 'right'.

\starttext

% columnset

\definecolumnset[arabic][n=2,direction=left]
\startcolumnset[arabic]
Oeps. In Arabic the 'first' column is on the right:\par\column\input knuth
\stopcolumnset

\page

% columns

\startcolumns[direction=left]
Oeps. In Arabic the 'first' column is on the right:\par\column\input knuth
\stopcolumns

\stoptext

Wolfgang

___________________________________________________________________________________
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] 3+ messages in thread

* Re: direction in columnset (MKII)
  2010-06-28 20:37 ` Wolfgang Schuster
@ 2010-06-29 11:14   ` Jelle Huisman
  0 siblings, 0 replies; 3+ messages in thread
From: Jelle Huisman @ 2010-06-29 11:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 28/06/10 21:37, Wolfgang Schuster wrote:

> It makes no sense to set values for columnset but use regular columns in
> your document
> and the correct value for direction you want is 'left' not 'right'.


OK-thanks, this helped me to untangle some messy coding on my part...

Jelle
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2010-06-29 11:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-28 16:39 direction in columnset (MKII) Jelle Huisman
2010-06-28 20:37 ` Wolfgang Schuster
2010-06-29 11:14   ` Jelle Huisman

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).