ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>, context@vivaldi.net
Subject: Re: Columns: rule=on not working?
Date: Fri, 22 May 2020 15:16:11 +0200	[thread overview]
Message-ID: <d8f49f60-fac3-cc20-0767-76a3ecb93c5b@gmail.com> (raw)
In-Reply-To: <ef25be198b476ace252b31a6a7a72fdb@vivaldi.net>

context@vivaldi.net schrieb am 22.05.2020 um 14:54:
> Hello,
> 
> the following code doesn't produce vertical rule between columns:
> 
> ----
> \starttext
>    \startsimplecolumns[n=2,rule=on]
>      \input knuth
>    \stopsimplecolumns
> 
>    \blank
> 
>    \startcolumns[rule=on]
>      \input knuth
>      \column
>      \input knuth
>    \stopcolumns
> \stoptext
> ----
> 
> My fault? Bug?

Yes and no.

Simplecolumns are as the name implies a few very simple mechanism and 
don't support vertical lines between the columns.

The normal columns environment uses the mixedcolumns code where you have 
to use "separator=rule" to get a vertical line between columns.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2020-05-22 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-22 12:54 context
2020-05-22 13:16 ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d8f49f60-fac3-cc20-0767-76a3ecb93c5b@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=context@vivaldi.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).