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>,
	Lukas via ntg-context <ntg-context@ntg.nl>
Subject: [NTG-context] Re: Arranging bullets within tabulate and itemize
Date: Wed, 19 Jun 2024 19:28:24 +0200	[thread overview]
Message-ID: <c454b52d-3379-04b0-4267-99380a24f7fe@gmail.com> (raw)
In-Reply-To: <602ac57f4ed7698d8886e283d36ca41b@vivaldi.net>

Lukas via ntg-context schrieb am 19.06.2024 um 17:19:
> Hello,
> 
> here is a simple code:
> 
> ----
> [...]
> 
> I cannot find out how to arrange the tabulate bullets straight above 
> those of itemize, so how to supress the left indeting, to get:
> 
> Foo
> • Aaa Aa
> • Bbb Bb
> 
> Foo
> • Ttt
> Tt
> • Uuu
> Uu
> 
> How do I achieve this?

You have to set the width for the item symbol/counter to 0pt to get rid 
of the space before the table.

%%%% begin example
\showframe[text][text]

\starttext

\startitemize
\starttabulate[|||]
\NI First item  \NC\NR
\NI Second item \NC\NR
\stoptabulate
\stopitemize

\startitemize[width=0pt]
\starttabulate[|||]
\NI First item  \NC\NR
\NI Second item \NC\NR
\stoptabulate
\stopitemize

\stoptext
%%%% end example

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2024-06-19 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-19 15:19 [NTG-context] " Lukas via ntg-context
2024-06-19 17:28 ` 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=c454b52d-3379-04b0-4267-99380a24f7fe@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --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).