ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Multiple columns in an itemization group
@ 2018-01-24  2:14 jdh
  2018-01-26  7:30 ` kaddour kardio
  0 siblings, 1 reply; 4+ messages in thread
From: jdh @ 2018-01-24  2:14 UTC (permalink / raw)
  To: ntg-context



#1 Is there any way to instruct ConText, when using "itemize"  with multiple columns to specify the number, X columns.  In this case I want three


#2 Is there any way to turn off a bullet character/symbol?  


Here is a vacabulary list example?:


--------------------------------

\setuppapersize[letter]
\starttext
  \startitemize[columns,joinedup,packed]
     \item ability
     \item absorb
     \item accuse
     \item act
     \item active
     \item actual
     \item adopt
     \item advantage
  \stopitemize
\stoptext

--------------------------------



Regards
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Multiple columns in an itemization group
  2018-01-24  2:14 Multiple columns in an itemization group jdh
@ 2018-01-26  7:30 ` kaddour kardio
  2018-01-26 19:22   ` kaddour kardio
  0 siblings, 1 reply; 4+ messages in thread
From: kaddour kardio @ 2018-01-26  7:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1341 bytes --]

You just have to add "three," beside "column" in the options

On Wednesday, January 24, 2018, jdh <dhenman@gmail.com> wrote:

>
>
> #1 Is there any way to instruct ConText, when using "itemize"  with
> multiple columns to specify the number, X columns.  In this case I want
> three
>
>
> #2 Is there any way to turn off a bullet character/symbol?
>
>
> Here is a vacabulary list example?:
>
>
> --------------------------------
>
> \setuppapersize[letter]
> \starttext
>   \startitemize[columns,joinedup,packed]
>      \item ability
>      \item absorb
>      \item accuse
>      \item act
>      \item active
>      \item actual
>      \item adopt
>      \item advantage
>   \stopitemize
> \stoptext
>
> --------------------------------
>
>
>
> Regards
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________



-- 
Dr YAHYAOUI Mohamed Kaddour, cardiologue -- Clinique KARDIA.

[-- Attachment #1.2: Type: text/html, Size: 2191 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Multiple columns in an itemization group
  2018-01-26  7:30 ` kaddour kardio
@ 2018-01-26 19:22   ` kaddour kardio
  0 siblings, 0 replies; 4+ messages in thread
From: kaddour kardio @ 2018-01-26 19:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1371 bytes --]

​You have plenty of choices:
​1- using predefined symbols, numbered 1 to 7 for usual itemation symbols:
\startitemize[4, columns, three, joindup, packed]

2- use alphanumeric symbols: A (capitals) a, R (romans), r
\startitemize[R, columns, three, joindup, packed]

3 - define your own symbol (like fontawesome symbols for checkbox for
example)​



> ​
>>
>>
>> \setuppapersize[letter]
>> \starttext
>>   \startitemize[columns,joinedup,packed]
>>      \item ability
>>      \item absorb
>>      \item accuse
>>      \item act
>>      \item active
>>      \item actual
>>      \item adopt
>>      \item advantage
>>   \stopitemize
>> \stoptext
>>
>> --------------------------------
>>
>>
>>
>> Regards
>> ____________________________________________________________
>> _______________________
>> 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/list
>> info/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ____________________________________________________________
>> _______________________
>
>
>
> --
> Dr YAHYAOUI Mohamed Kaddour, cardiologue -- Clinique KARDIA.
>
>

[-- Attachment #1.2: Type: text/html, Size: 3543 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Multiple columns in an itemization group
@ 2018-01-26  9:36 jdh
  0 siblings, 0 replies; 4+ messages in thread
From: jdh @ 2018-01-26  9:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Thanks for the help. I appreciate it.


kaddour kardio <kaddourkardio@gmail.com> wrote:

> You just have to add "three," beside "column" in the options
> 
> On Wednesday, January 24, 2018, jdh <dhenman@gmail.com> wrote:
> 
>     #1 Is there any way to instruct ConText, when using "itemize" with
>     multiple columns to specify the number, X columns. In this case I
>     want three
>     
>     
>     #2 Is there any way to turn off a bullet character/symbol?
>     
>     
>     Here is a vacabulary list example?:
>     
>     
>     --------------------------------
>     
>     \setuppapersize[letter]
>     \starttext
>     \startitemize[columns,joinedup,packed]
>     \item ability
>     \item absorb
>     \item accuse
>     \item act
>     \item active
>     \item actual
>     \item adopt
>     \item advantage
>     \stopitemize
>     \stoptext
>     
>     --------------------------------
>     
>     
>     
>     Regards
>     ___________________________________________________________________________________
>    
>     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
>     ___________________________________________________________________________________
>    
> 
> -- 
> Dr YAHYAOUI Mohamed Kaddour, cardiologue -- Clinique KARDIA.
> 
> 
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-26 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24  2:14 Multiple columns in an itemization group jdh
2018-01-26  7:30 ` kaddour kardio
2018-01-26 19:22   ` kaddour kardio
2018-01-26  9:36 jdh

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).