ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Herbert Voss <Herbert.Voss@FU-Berlin.DE>
To: ntg-context@ntg.nl
Subject: Re: \itemize unpacked?
Date: Mon, 19 Dec 2016 13:40:30 +0100	[thread overview]
Message-ID: <737a3508-f489-20b5-541b-803c33430e39@FU-Berlin.DE> (raw)
In-Reply-To: <op.yspwu1qz62epfj@lpr>

Am 19.12.2016 um 13:26 schrieb Procházka Lukáš Ing.:
> Hello,
>
> I have code that setups \itemize packed.
>
> Is it possible to force "unpacked" option back (mentioned here:
> http://wiki.contextgarden.net/Command/setupitemgroup)?
>
> ----
> \starttext
>
>   \startitemize[][]
>     \item 1a
>     \item 1b
>   \stopitemize
>
>   \setupitemize[each][packed,joinedup] % <--- Itemize to be 'packed'
> from here on
>
>   \startitemize[][]
>     \item 2a
>     \item 2b
>   \stopitemize
>

you can make it a local setting:

{%
\setupitemize[each][packed,joinedup] % <--- Itemize to be 'packed' from 
here on

\startitemize[][]
\item 2a
\item 2b
\stopitemize
}

Herbert


>   \startitemize[unpacked][] % <--- Itemize still packed! - How to
> disable it?
>     \item 3a
>     \item 3b
>   \stopitemize
>
> \stoptext
> ----
>
> Best regards,
>
> Lukas
>
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>

___________________________________________________________________________________
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:[~2016-12-19 12:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-19 12:26 Procházka Lukáš Ing.
2016-12-19 12:40 ` Herbert Voss [this message]
2016-12-19 13:26   ` Procházka Lukáš Ing.
2016-12-19 13:40     ` Thomas A. Schmitz
2016-12-19 14:41     ` Ulrike Fischer

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=737a3508-f489-20b5-541b-803c33430e39@FU-Berlin.DE \
    --to=herbert.voss@fu-berlin.de \
    --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).