ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Conditional commands
@ 2009-06-29 19:41 Andreas Schneider
  2009-06-30 16:14 ` Andreas Schneider
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schneider @ 2009-06-29 19:41 UTC (permalink / raw)
  To: ntg-context


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

Hi,

I'm currently trying to make a command that outputs different text
depending on the situation it has been called, but I'm absolutely stuck
there (I'm not very familiar with TeX, so it's probably obvious to most
of you :-/). It currently looks like this:

\doassign[mycite][last=]
\def\mycite[#1]{%
  \footnote{%
     \doifelse{\mycitelast}{#1}{Ebenda}{\cite[alternative=data][#1]}%
  }
  \doassign[mycite][last=#1]
}

The idea is as follow: if I cite the same citation two or more times in
a row (e.g. Some text\mycite[chan_genetic_2005] ... more
text\mycite[chan_genetic_2005]) it should only output the whole
quotation the first time, and "Ebenda" all the other times. But as it
seems, the \doifelse always evaluates to false and therefore outputs
the whole citation every time.

Does someone see what I might be doing wrong? Or is there even a better
way to do this?

Thanks,
Andreas.

[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 1948 bytes --]

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

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

end of thread, other threads:[~2009-06-30 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-29 19:41 Conditional commands Andreas Schneider
2009-06-30 16:14 ` Andreas Schneider

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