ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Adjust rule between columns
@ 2016-07-13 13:38 Henri Menke
  2016-07-13 16:14 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Henri Menke @ 2016-07-13 13:38 UTC (permalink / raw)
  To: ntg-context

Dear list,

Is there a way to adjust the vertical rule which is set between columns?
 I tried the obvious keys, but they do nothing.

\starttext
\startcolumns
  [
    n=2,
    rule=on,
    rulecolor=red,% does nothing
    rulethickness=5pt,% does nothing
  ]
  \input knuth
\stopcolumns
\stoptext

Furthermore, is there a possibility to control the appearance of the
rule per column as in the following (fictitious) commands?

\setupcolumns[1][rulecolor=red,rulethickness=5pt]
\setupcolumns[2][rulecolor=green,rulethickness=1pt]

Cheers,
Henri
___________________________________________________________________________________
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: Adjust rule between columns
  2016-07-13 13:38 Adjust rule between columns Henri Menke
@ 2016-07-13 16:14 ` Wolfgang Schuster
  2016-07-14  7:09   ` Henri Menke
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2016-07-13 16:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 813 bytes --]

> Henri Menke <mailto:henrimenke@gmail.com>
> 13. Juli 2016 um 15:38
> Dear list,
>
> Is there a way to adjust the vertical rule which is set between columns?
> I tried the obvious keys, but they do nothing.
>
> \starttext
> \startcolumns
> [
> n=2,
> rule=on,
> rulecolor=red,% does nothing
> rulethickness=5pt,% does nothing
> ]
> \input knuth
> \stopcolumns
> \stoptext
You can use mixedcolumns.

\starttext
\startmixedcolumns[separator=rule,rulecolor=red,rulethickness=5pt,balance=yes]
   \input knuth
\stopmixedcolumns
\stoptext

> Furthermore, is there a possibility to control the appearance of the
> rule per column as in the following (fictitious) commands?
>
> \setupcolumns[1][rulecolor=red,rulethickness=5pt]
> \setupcolumns[2][rulecolor=green,rulethickness=1pt]
AFAIK this is not possible.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 2153 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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: Adjust rule between columns
  2016-07-13 16:14 ` Wolfgang Schuster
@ 2016-07-14  7:09   ` Henri Menke
  0 siblings, 0 replies; 3+ messages in thread
From: Henri Menke @ 2016-07-14  7:09 UTC (permalink / raw)
  To: ntg-context

On 07/13/2016 06:14 PM, Wolfgang Schuster wrote:
>> Henri Menke <mailto:henrimenke@gmail.com>
>> 13. Juli 2016 um 15:38
>> Dear list,
>>
>> Is there a way to adjust the vertical rule which is set between columns?
>> I tried the obvious keys, but they do nothing.
>>
>> \starttext
>> \startcolumns
>> [
>> n=2,
>> rule=on,
>> rulecolor=red,% does nothing
>> rulethickness=5pt,% does nothing
>> ]
>> \input knuth
>> \stopcolumns
>> \stoptext
> You can use mixedcolumns.

Thanks!

> 
> \starttext
> \startmixedcolumns[separator=rule,rulecolor=red,rulethickness=5pt,balance=yes]
>   \input knuth
> \stopmixedcolumns
> \stoptext
> 

I have two follow-up questions.  First, is there a similar thing for
paragraphs (à la mixedparagraphs)?  Second, why are there two distinct
mechanisms for columns?

>> Furthermore, is there a possibility to control the appearance of the
>> rule per column as in the following (fictitious) commands?
>>
>> \setupcolumns[1][rulecolor=red,rulethickness=5pt]
>> \setupcolumns[2][rulecolor=green,rulethickness=1pt]
> AFAIK this is not possible.
> 
> Wolfgang

Cheers, Henri

> 
> 
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-14  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-13 13:38 Adjust rule between columns Henri Menke
2016-07-13 16:14 ` Wolfgang Schuster
2016-07-14  7:09   ` Henri Menke

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