From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/81232 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: next beta Date: Wed, 20 Mar 2013 09:43:29 +0100 Message-ID: <514976B1.2050200@wxs.nl> References: <5148DFF3.3020705@wxs.nl> <3E34E460-013F-49E4-8BED-A09FB79FB4D1@web.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1363769014 9611 80.91.229.3 (20 Mar 2013 08:43:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Mar 2013 08:43:34 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 20 09:43:58 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UIEcn-0005Ap-1Q for gctc-ntg-context-518@m.gmane.org; Wed, 20 Mar 2013 09:43:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A54D4101F6; Wed, 20 Mar 2013 09:43:33 +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 tQFIQtLtj1Q2; Wed, 20 Mar 2013 09:43:32 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 48655101EE; Wed, 20 Mar 2013 09:43:32 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6EC51101EE for ; Wed, 20 Mar 2013 09:43:30 +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 Sh6cDEolENWI for ; Wed, 20 Mar 2013 09:43:29 +0100 (CET) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 044B1101EB for ; Wed, 20 Mar 2013 09:43:28 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r2K8hSa3013833 for ; Wed, 20 Mar 2013 09:43:28 +0100 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by pragma-net.nl (SurgeMail 6.1c) with ESMTP (TLS) id 12085-1713362 for multiple; Wed, 20 Mar 2013 09:43:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: <3E34E460-013F-49E4-8BED-A09FB79FB4D1@web.de> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=11; city=Den Haag; latitude=52.0833; longitude=4.3000; http://maps.google.com/maps?q=52.0833,4.3000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0QJdIHsMB - be39cd234c37 - 20130320 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:81232 Archived-At: On 3/20/2013 8:14 AM, Keith J. Schultz wrote: > Hi Hans, All, > > I find this nomenclature confusing and a little confusing from a design standpoint! > > 1) Color of the text background should be separate from the rest > of the cell background > > 2) the names should reflect to what they apply > > That said we should have: > CTBGC == Cell text background color > CTC == Cell text color > > CBGC == Cell background color > or > CC == Cell color > > CBGCR == Cell background color in the space right of text > CBGCM == Cell background color in space middle of cell( above below text) > CBGCL == Cell background color in the space right of text > > True, these are a lot of options/parameters, yet it offers the most flexibility and > a cleaner interface. Furthermore, one can understand the names of the parameters. preamble scanning is already quite tricky and there was already CR CM CL so adding CT was a few lines of extra code (i will probably make a key/val based variant some day but that is no fun either ... 10 lines of setup per table instead of a one line preeamble) (and i'm forbidden to fundamentally change an important mechanism like tabulate right now as for sure it will break some things) > Another, advantage is that one could and at a later point a feature for inverting the > color of the text according cell color and/or text background color. > > regards > Keith. > > Am 19.03.2013 um 23:46 schrieb Sietse Brouwer : > >>> i.e. we already had CL CM and CR, so CT is new .. should be wikified. >> >> The wiki [1] describes these \C* commands: >> >> \CR color is applied to the background of the text and the remaining >> space on the right; >> \CC color is applied to the background of the text only; >> \CM color is applied to the background of the text and the remaining >> space on both sides; >> \CL color is applied to the background of the text and the remaining >> space on the left. >> >> [1] http://wiki.contextgarden.net/Tabulate >> >> What does CT do differently than CC? It's not quite clear from the example. >> >> Cheers, >> > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ > -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________