ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jeong Dal <haksan@me.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: How to do an inline itemization?
Date: Fri, 10 Aug 2018 15:09:56 +0900	[thread overview]
Message-ID: <56F4359F-4B91-42AA-A639-B5AC91072A91@me.com> (raw)
In-Reply-To: <mailman.1.1519902001.5980.ntg-context@ntg.nl>

Dear Thomas,

Using your example,

> \starttext
> 
> \startitemize[n,text]
> \startitem
> One
> \stopitem
> \startitem
> Two
> \stopitem
> \stopitemize
> 
> \stoptext
> 

 I tested the following example and it is working well.
%%%%%
\starttext
\startitemize[n,text]
\item This is the first sentence. \par
\item This is the second sentence. \par
\item This is the third sentence. \par
\stopitemize
\stoptext
%%%%%
The numbers are always in the () by default like (1) (2)…
I’d like to ask one thing more.
Is it possible to make the output 1), 2), 3)?

\startitemize[n,text][stopper=,left=,right=)] just add one more ) like (1)),…

Thank you for reading.

Best regards,

Dalyoung

___________________________________________________________________________________
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:[~2018-08-10  6:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1519902001.5980.ntg-context@ntg.nl>
2018-08-10  6:09 ` Jeong Dal [this message]
2018-08-10  6:51   ` Hans Hagen
2018-08-10  8:53     ` Jeong Dal
2018-08-10 10:57       ` Wolfgang Schuster
2018-08-10 12:09         ` Jeong Dal
2018-02-28 10:33 Dr. Thomas Möbius
2018-02-28 11:04 ` Thomas A. Schmitz

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=56F4359F-4B91-42AA-A639-B5AC91072A91@me.com \
    --to=haksan@me.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).