ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How do I test for empty labeltext?
@ 2011-10-24 17:41 Mojca Miklavec
  2011-10-24 18:41 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Mojca Miklavec @ 2011-10-24 17:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

The following code

\setuplabeltext[test=]
test is \doifemptyelse{\labeltext{test}}{empty}{not empty}

doesn't work as intended for the reasons that I approximately
understand (not exactly, but I understand that there might be a lot of
weird stuff returned when I ask for labeltext). However I have no idea
how to check if text is empty or not.

As an exception :) :) :), MKIV hints should be highly appreciated and
enough for this particular application.

Mojca


PS: the extended example looks approximately as follows:

\def\document#1#2{
    \setuplabeltext[name={{#1}},company={{#2}}]
    \startstandardmakeup
    \setups{content}
    \setups{decoration}
    \stopstandardmakeup
}

\startsetups content
    This is for \labeltext{name}%
    \doifemptyelse{\labeltext{company}}{.}{, working for \labeltext{company}.}
\stopsetups

I have no problem changing the complete code and I can already find a
workaround by defining some new "if" inside definition of \document,
but I'm still slightly curious to know how to test for existence of a
label. The sources contain
    definelabels("setuplabeltext", data.texts, true)
and it is not too clear to me how to decrypt the rest with too much pain.
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2011-10-25 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-24 17:41 How do I test for empty labeltext? Mojca Miklavec
2011-10-24 18:41 ` Hans Hagen
2011-10-25  9:26   ` Mojca Miklavec
2011-10-25 10:14     ` Hans Hagen
2011-10-25 16:36     ` Aditya Mahajan

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