From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2653 Path: main.gmane.org!not-for-mail From: Hraban Newsgroups: gmane.comp.tex.context Subject: please help Date: Mon, 11 Sep 2000 14:43:25 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <39BCD36D.3E3011E8@gmx.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035393428 10670 80.91.224.250 (23 Oct 2002 17:17:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:17:08 +0000 (UTC) Original-To: ConTeXt Xref: main.gmane.org gmane.comp.tex.context:2653 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2653 Could anyone please explain, why this command has *no* effect: \def\zweisym#1#2#3#4{ \startbuffer  \setupcombinations[width=11cm] \startcombination[2] {\hbox to 4.75 cm{\hss\externalfigure[#1]\hss}}{#2} {\hbox to 4.75 cm{\hss\externalfigure[#3]\hss}}{#4} \stopcombination \stopbuffer \placefigure[][sym:#1-#3]{none}{\getbuffer} } \zweisym{pic1}{Text 1}{pic2}{Text 2} The externalfigures for #1 and #3 are defined before the use of \zweisym The \def itself is in the header. Thanks! Hraban.