ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: two framed item lists side by side
Date: Wed, 1 Mar 2017 20:14:05 +0100	[thread overview]
Message-ID: <84303490-ce10-a950-2231-78b8dd06b438@gmx.es> (raw)
In-Reply-To: <freemail.20170209182140.35663.1@fmxmldata09.freemail.hu>

On 02/09/2017 06:21 PM, Csikos Bela wrote:
> Dear context user:
> 
> I would like to put two itemized lists side by side (1cm between them), top aligned.
> I inserted each lists in framedtext and tried to use combinations but the distance
> between the two frames is too big, and the list are not top aligned.
> What would be a correct solution? I don't need the frame to be drawn.
> Why distance=1cm and width=12cm have no effect in my code?

Hi Csikos,

I guess another approach (not ideal,  but it works) would be to use an
xtable:

    \showframe
    \setupitemize[each][packed,joinedup,n]
        [stopper=.~,itemalign=flushright]
    \starttext
    \startxtable[split=yes, option=stretch]
    \startxrow
    \startxcell
    \startitemize
    \item In The Flesh? 3:19
    \item The Thin Ice  2:29
    \item Another Brick In The Wall (Part 1)    3:09
    \item The Happiest Days Of Our Lives    1:50
    \stopitemize
    \stopxcell
    \startxcell
    \startitemize
    \item Hey You   4:41
    \item Is There Anybody Out There?   2:40
    \stopitemize
    \stopxcell
    \stopxrow
    \stopxtable
    \stoptext

Font size must be smaller, otherwise it won’t fit in page margins.

Just in case it might help,

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-03-01 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09 17:21 Csikos Bela
2017-03-01 19:14 ` Pablo Rodriguez [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=84303490-ce10-a950-2231-78b8dd06b438@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).