ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt and color
@ 2000-02-27 16:20 Tobias Burnus
  2000-02-28 10:34 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Burnus @ 2000-02-27 16:20 UTC (permalink / raw)


Hi,

what do I do wrong:
-----------------<color.tex>------------
\stellefarbenein[status=start]

\starttext
\farbe[blau]
FOO
%\seite
%BAR
\stoptext
-----------------<color.tex>------------

~> texexec --pdftex color.tex

 TeXExec 1.9 - ConTeXt / PRAGMA ADE 1997-2000

            executable : pdfetex
                format : cont-de
             inputfile : color
                output : standard
             interface : de
          current mode : all
               TeX run : 1

This is pdfeTeX, Version 3.14159-14e-released-20000217-2.1 (Web2C 7.3.1)
entering extended mode
(color.tex{/usr/local/teTeX/share/texmf/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2000.2.22  fmt: 2000.2.23  int: german  mes: german
[...]
spezielles     : tex,postscript,rokicki geladen
system         : color.top geladen
(./color.top) (./color.tuo) (./color.tuo) (./color.tuo) (./color.tuo)
(./color.tuo) (./color.tuo) (./color.tuo) (./color.tuo) (./color.tuo)
farbe          : rgb Farbraum wird unterstuetzt
farbe          : cmyk Farbraum wird unterstuetzt
farbe          : system rgb ist global aktiviert
(./color.tuo)
systems        : begin file color at line 3
[1.1]
systems        : end file color at line 8
[1.2] [2.3] [3.4] [4.5] [5.6] [6.7] [7.8] [8.9] [9.10] [10.11] [11.12]
[12.13]
[13.14] [14.15] [15.16] [16.17] [17.18] [18.19] [19.20] [20.21] [21.22]
[22.23] [23.24] [24.25] [25.26] [26.27] [27.28] [28.29] [29.30] [30.31]
[31.32] [32.33] [33.34] [34.35] [35.36] [36.37] [37.38] [38.39] [39.40]
[40.41] [41.42] [42.43] [43.44] [44.45] [45.46] [46.47] [47.48] [48.49]
[49.50] [50.51] [51.52] [52.53] [53.54] [54.55] [55.56] [56.57] [57.58]
[58.59] [59.60] [60.61] [61.62] [62.63] [63.64] [64.65] [65.66] [66.67]
[67.68] [68.69] [69.70] [70.71] [71.72] [72.73] [73.74] [74.75] [75.76]
[76.77] [77.78] [78.79] [79.80] [80.81] [81.82] [82.83] [83.84] [84.85]
[85.86] [86.87] [87.88] [88.89] [89.90] [90.91] [91.92] [92.93] [93.94]
[94.95]

I then killed pdfetex.

Greetings and groeten en Grüße,

Tobias


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

* Re: ConTeXt and color
  2000-02-27 16:20 ConTeXt and color Tobias Burnus
@ 2000-02-28 10:34 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-02-28 10:34 UTC (permalink / raw)
  Cc: NTG-ConTeXt

At 05:20 PM 2/27/2000 +0100, Tobias Burnus wrote:
>Hi,
>
>what do I do wrong:
>-----------------<color.tex>------------
>\stellefarbenein[status=start]
>
>\starttext
>\farbe[blau]
>FOO
>%\seite
>%BAR
>\stoptext

Color is not like fonts! 

\farbe[blau]{Foo}

or 

\startfarbe[blau]
Foo
\stopfarbe

will do the job. 

In your case, when typesetting the pagebody, context switches back to
black, and after the page is flushed, blue is activated again,  so there
happens to be a node on the page. This keeps on going. By applying
grouping, context know where to stop. Catching this bordercase is on my
todo list (but with low priority, since I will look into it when I
rework/document/extend the pagebody module).

Hans   

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

end of thread, other threads:[~2000-02-28 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-27 16:20 ConTeXt and color Tobias Burnus
2000-02-28 10:34 ` Hans Hagen

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