ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: ntg-context@ntg.nl
Subject: Re: \setupcombinations and the after-key
Date: Wed, 9 Aug 2017 21:18:34 +0200	[thread overview]
Message-ID: <a982a855-be19-6ecd-7c05-3f855936d28a@gmx.es> (raw)
In-Reply-To: <D0A9455E-8B44-4838-B5A4-C3D4A88847DB@fa.uni-tuebingen.de>

On 08/09/2017 07:50 PM, Mathias Schickel wrote:
> Dear List,
> 
> it seems that the after key of the \setupcombinations-command is
broken. I am not able to get zero space between the cells. I have
attached a minimal example. Changing the after command does not have any
effect at all.

Matthias,

inbetween is the key, after is relative to the combination, not to the
individual frames (or combined elements).

BTW, A4 is the default. No need to set it up.

In this sense, I think there is no need to set width and height in the
layout. Unless I miss something, the paper size sets both dimensions.

    \setuplayout
      [backspace=0pt,
        topspace=0pt,
           width=middle,
          height=middle,
        location=middle,
          header=0pt,
          footer=0pt]
    \setupcombinations[distance=0mm, inbetween=]
    \starttext
    \startcombination[2*2]%
    {{\framed[width=.5\textwidth,
            height=.5\textheight]{1}}}
    {{\framed[width=.5\textwidth,
            height=.5\textheight]{2}}}
    {{\framed[width=.5\textwidth,
            height=.5\textheight]{3}}}
    {{\framed[width=.5\textwidth,
            height=.5\textheight]{4}}}
    \stopcombination
    \stoptext

Just in case it helps,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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:[~2017-08-09 19:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-09 17:50 Mathias Schickel
2017-08-09 19:18 ` Pablo Rodriguez [this message]
2017-08-09 21:31   ` Mathias Schickel
2017-08-09 21:57     ` Pablo Rodriguez

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=a982a855-be19-6ecd-7c05-3f855936d28a@gmx.es \
    --to=oinos@gmx.es \
    --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).