ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Using \doifelse to change the itemization symbol in specific cases
@ 2020-04-25 19:24 Kevin Kenan
  2020-04-25 21:11 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Kenan @ 2020-04-25 19:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I’m trying to create a conditional that changes the symbol used for certain item numbers. Here’s my code that doesn’t work.

\define[1]\StepsCommand{\doifelse{#1}{2}{k}{#1}\ignorespaces}
\defineitemgroup[Steps]
\setupitemgroup[Steps][each][n,packed]
\setupitemgroup[Steps][each][left=\StepsCommand]

\starttext
\startSteps
\item A
\item B % the item number should be replaced with 'k'
\item C 
\stopSteps
\stoptext

The second item “B” should have the letter ‘k’ instead of the number “2.” Is this possible?

Thanks,
-kk
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2020-04-25 21:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 19:24 Using \doifelse to change the itemization symbol in specific cases Kevin Kenan
2020-04-25 21:11 ` Wolfgang Schuster
2020-04-25 21:30   ` Kevin Kenan
2020-04-25 21:34     ` Wolfgang Schuster
2020-04-25 21:36       ` Kevin Kenan

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