ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: What is a better way to do this macro?
Date: Thu, 16 Jul 2015 21:03:15 +0200	[thread overview]
Message-ID: <55A7FFF3.7080205@gmail.com> (raw)
In-Reply-To: <op.x1vqkxtwejo439@ishamid-pc>


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

> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
> 16. Juli 2015 20:49
> Dear gang,
>
> Consider the following (also attached):
>
> =====choice-cs.tex====
> \def\CHOICE#1#2{\leavevmode\vbox{\tabskip=0pt\everycr={}
>                 \halign{\strut\hfil##\hfil\cr#1\cr#2\cr}}}
>
> \setuppagenumber[state=stop]
> \setupwhitespace[big]
>
> \starttext
> (One~* Two~* Three~* Four) is even.
>
> (\CHOICE{x}{One}~* \CHOICE{1}{Two}~* \CHOICE{x}{Three}~* 
> \CHOICE{2}{Four}) is even.
> \stoptext
> ======================
>
> What is best way to define the \CHOICE macro without low-level TeX 
> commands, only high-level ConTeXt commands? Thanks in advance and
You can use the \framed command.

\define[2]\ChoiceOne
   
{\dontleavehmode\framed[frame=off,location=bottom,align=middle,offset=0pt]{#1\\#2}}

\defineframed[ChoiceTwo][frame=off,location=bottom,align=middle,offset=0pt]

\starttext

(\ChoiceOne{x}{One}~* \ChoiceOne{1}{Two}~* \ChoiceOne{x}{Three}~* 
\ChoiceOne{2}{Four}) is even.

(\ChoiceTwo{x\\One}~* \ChoiceTwo{1\\Two}~* \ChoiceTwo{x\\Three}~* 
\ChoiceTwo{2\\Four}) is even.

\stoptext

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2015-07-16 19:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 18:49 Idris Samawi Hamid ادريس سماوي حامد
2015-07-16 19:03 ` Wolfgang Schuster [this message]
2015-07-16 19:16   ` Idris Samawi Hamid ادريس سماوي حامد
2015-07-16 20:09   ` Idris Samawi Hamid ادريس سماوي حامد
2015-07-17  4:35     ` Wolfgang Schuster
2015-07-17 17:56       ` Idris Samawi Hamid ادريس سماوي حامد
2015-07-17 18:07         ` Wolfgang Schuster
2015-07-17 21:01           ` Idris Samawi Hamid ادريس سماوي حامد

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=55A7FFF3.7080205@gmail.com \
    --to=schuster.wolfgang@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).