From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/63818 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Exist any table environment flag? Date: Mon, 22 Nov 2010 11:55:52 +0100 Message-ID: <4CEA4C38.8040705@gyza.cz> References: <4CE9277C.4080208@gyza.cz> <4CEA408A.8000600@gyza.cz> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1290423367 23210 80.91.229.12 (22 Nov 2010 10:56:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Nov 2010 10:56:07 +0000 (UTC) Cc: mailing list for ConTeXt users To: Wolfgang Schuster Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 22 11:56:01 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKU40-0002Xi-O3 for gctc-ntg-context-518@m.gmane.org; Mon, 22 Nov 2010 11:56:00 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 35936CA874; Mon, 22 Nov 2010 11:56:00 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vqDE62eoTJd6; Mon, 22 Nov 2010 11:55:56 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7FB06CA86F; Mon, 22 Nov 2010 11:55:56 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1A4BCCA86F for ; Mon, 22 Nov 2010 11:55:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dTZnMBfYl1EF for ; Mon, 22 Nov 2010 11:55:52 +0100 (CET) Original-Received: from filter5-ams.mf.surf.net (filter5-ams.mf.surf.net [192.87.102.73]) by balder.ntg.nl (Postfix) with ESMTP id DAD55CA868 for ; Mon, 22 Nov 2010 11:55:52 +0100 (CET) Original-Received: from psi4.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter5-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id oAMAtpmV013166 for ; Mon, 22 Nov 2010 11:55:52 +0100 Original-Received: (qmail 570 invoked by uid 89); 22 Nov 2010 10:55:50 -0000 Original-Received: from unknown (HELO ?192.168.1.60?) (hajtmar@gyza.cz@188.116.90.238) by psi04 with ESMTPA; 22 Nov 2010 10:55:50 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0BDyaTP25 - 11ef3905c4e8 - 20101122 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.73 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:63818 Archived-At: Thanx for quick response, my notices are in body of this mail ... Dne 22.11.2010 11:21, Wolfgang Schuster napsal(a): > Am 22.11.2010 um 11:06 schrieb Jaroslav Hajtmar: > > = >> Thanx Wolfgang! >> It works fine now ... it is great... >> I don't found (by google) any more information about \ifintable or \iftr= ialtypesetting flags. >> Can I find anywhere more information about them? >> = > They=92re defined with \newif\iftable and \newif\iftrialtypesetting. You = can use them like > > \ifintable > Yes, I=92m in a table. > \else > No, I=92m not in a table. > \fi > > = Yes I was understand ... I was more a matter of where and how to use = these flags, etc ... For example I do not know where to set (in which the environment) = \iftrialtypesetting flag to true value etc... No more information I get = when I googling... >> I have now still one similar question. Is there any flag which indicate = whether to use \expanded macro? I want to checked using the \expanded{} mac= ro as input parameter of my own macros. >> >> for example: >> >> \def\tbline{\expanded{\bTR\bTD \myfirstcolumn \eTD\eTR}} >> \mytablerow{\tbline} >> >> \def\mytablerow#1{ ... I want testing here, if #1 contain \expanded{} ma= cro ... } >> = > \def\mytablerow#1% > {\doifinstringelse{expanded}{\detokenize{#1}} > {YES} > {NO}} > > Are you sure you need such complicated tests, wouldn=92t it be better to = write > a robust macro which works whether one of these conditions is true or fal= se. > > = Great .. Main reason of my questions is just, that I am creating own = module, which has contain robust macros, which should be solving both = cases ... Once again thank you very much Jaroslav > Wolfgang > > > = ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________