From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33292 Path: news.gmane.org!not-for-mail From: "Zhichu Chen" Newsgroups: gmane.comp.tex.context Subject: Re: twocolumn document has trouble with colors Date: Sun, 11 Feb 2007 16:18:40 +0800 Message-ID: <769ba7780702110018k11b4f59ep82d8be301fe290bd@mail.gmail.com> References: <769ba7780702090452x67c3d2a5h277ecc8cfbfdc151@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2046200922==" X-Trace: sea.gmane.org 1171181944 3912 80.91.229.12 (11 Feb 2007 08:19:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Feb 2007 08:19:04 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sun Feb 11 09:18:55 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HG9vD-0007MY-GO for gctc-ntg-context-518@m.gmane.org; Sun, 11 Feb 2007 09:18:55 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3597AED; Sun, 11 Feb 2007 09:17:21 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23097-02; Sun, 11 Feb 2007 09:17:15 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8AB609E; Sun, 11 Feb 2007 09:17:15 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E19549E for ; Sun, 11 Feb 2007 09:17:13 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22847-04 for ; Sun, 11 Feb 2007 09:17:10 +0100 (CET) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by ronja.ntg.nl (Postfix) with ESMTP id 3205069 for ; Sun, 11 Feb 2007 09:17:10 +0100 (CET) Original-Received: by nz-out-0506.google.com with SMTP id z3so1179473nzf for ; Sun, 11 Feb 2007 00:18:40 -0800 (PST) Original-Received: by 10.114.158.1 with SMTP id g1mr5473983wae.1171181920242; Sun, 11 Feb 2007 00:18:40 -0800 (PST) Original-Received: by 10.114.107.11 with HTTP; Sun, 11 Feb 2007 00:18:40 -0800 (PST) In-Reply-To: <769ba7780702090452x67c3d2a5h277ecc8cfbfdc151@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:33292 Archived-At: --===============2046200922== Content-Type: multipart/alternative; boundary="----=_Part_28165_366311.1171181920209" ------=_Part_28165_366311.1171181920209 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everybody, Does this only happen to me? On 2/9/07, Zhichu Chen wrote: > > Hi there, > > Just a testing code: > ============================= > > \setupcolors [state=start] > \definecolor [testcolor] [r=1,g=.62,b=.0625] > > \starttext > > \startcolor [testcolor] > \startcolumns [direction=left] > \dorecurse{15}{\input knuth\endgraf} > \stopcolumns > \stopcolor > > \stoptext > ============================= > > And I find it's not perfectly what I really want. Is there any tricks I > can do to treat the color correctly when I start a multi-column with the > option "*direction=left*?" > > -- > Sincerely yours, > Chen > ---------------------------------------------------------------- > > Zhi-chu Chen | Shanghai Synchrotron Radiation Facility > No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China > tel: 086 21 5955 3405 | zhichu.chen.googlepages.com > | www.sinap.ac.cn > ---------------------------------------------------------------- > -- Sincerely yours, Chen ---------------------------------------------------------------- Zhi-chu Chen | Shanghai Synchrotron Radiation Facility No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China tel: 086 21 5955 3405 | zhichu.chen.googlepages.com | www.sinap.ac.cn ---------------------------------------------------------------- ------=_Part_28165_366311.1171181920209 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi everybody,
 
Does this only happen to me?

 
On 2/9/07, Zhichu Chen <zhichu.chen@gmail.com> wrote:
Hi there,
 
Just a testing code:
=============================

\setupcolors       [state=start]
\definecolor       [testcolor]   [r=1,g=.62,b=.0625]

\starttext

\startcolor   [testcolor]
\startcolumns [direction=left]
  \dorecurse{15}{\input knuth\endgraf}
\stopcolumns
\stopcolor

\stoptext

=============================
 
And I find it's not perfectly what I really want. Is there any tricks I can do to treat the color correctly when I start a multi-column with the option "direction=left?"

--
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
----------------------------------------------------------------



--
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
---------------------------------------------------------------- ------=_Part_28165_366311.1171181920209-- --===============2046200922== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============2046200922==--