ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* pagecolormodel problem
@ 2014-04-15  9:25 Peter Rolf
  2014-04-15 22:41 ` Sanjoy Mahajan
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rolf @ 2014-04-15  9:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

can someone confirm, that this code fails with a recent ConTeXt version?
No such problems with version "2013.12.24".


\setupcolors[pagecolormodel=auto]
\starttext
FOO
\stoptext


This is what I get here...

<output>
D:\mydocs\TeX\dokumente\test\IM>context test

mtx-context     | warning: no (local) file './test', proceeding
mtx-context     | run 1: luatex
--fmt="v:/tmp/context/tex/texmf-cache/luatex-cache/context/5fe67e0bf
e781ce0dde776fb1556f32e/formats/luatex/cont-en" --jobname="test"
--lua="v:/tmp/context/tex/texmf-cac
he/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui"
--no-parse-firs
t-line --c:currentrun=1 --c:fulljobname="./test" --c:input="./test"
--c:kindofrun=1 --c:maxnofruns=8
 "cont-yes.mkiv"
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014-04-01/W32TeX) (rev 4973)
 \write18 enabled.
open source     > 1 > 1 >
v:/tmp/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2014.04.07 13:00 MKIV beta  fmt: 2014.4.15  int:
english/english

system          > 'cont-new.mkiv' loaded
open source     > 2 > 2 >
v:/tmp/context/tex/texmf-context/tex/context/base/cont-new.mkiv
close source    > 2 > 2 >
v:/tmp/context/tex/texmf-context/tex/context/base/cont-new.mkiv
system          > files > jobname 'test', input './test', result 'test'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > 2 > 3 > D:/mydocs/TeX/dokumente/test/IM/test.tex
colors          > 'rgb' color space is supported
colors          > 'cmyk' color space is supported
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded
backend         > xmp > using file
'v:/tmp/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'

lua error       > error on line 1 in file
D:/mydocs/TeX/dokumente/test/IM/test.tex:

.../context/tex/texmf-context/tex/context/base/lpdf-ini.lua:579:
pdf.immediateobj() can not be used
with \latelua

1 >>  \setupcolors[pagecolormodel=auto]
2     \starttext
3     FOO
4     \stoptext
5


?
</output>

ConTeXt version: 2014.04.07 13:00
LuaTeX version: beta-0.79.1


Peter
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: pagecolormodel problem
  2014-04-15  9:25 pagecolormodel problem Peter Rolf
@ 2014-04-15 22:41 ` Sanjoy Mahajan
  2014-04-15 23:15   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Sanjoy Mahajan @ 2014-04-15 22:41 UTC (permalink / raw)
  To: Peter Rolf, mailing list for ConTeXt users

> can someone confirm, that this code fails with a recent ConTeXt version?

It fails for me with 2014.03.27 (luatex 0.78.2).

-Sanjoy
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: pagecolormodel problem
  2014-04-15 22:41 ` Sanjoy Mahajan
@ 2014-04-15 23:15   ` Hans Hagen
  2014-04-17 13:01     ` Peter Rolf
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2014-04-15 23:15 UTC (permalink / raw)
  To: ntg-context

On 4/16/2014 12:41 AM, Sanjoy Mahajan wrote:
>> can someone confirm, that this code fails with a recent ConTeXt version?
>
> It fails for me with 2014.03.27 (luatex 0.78.2).

will be fixed in next beta

-----------------------------------------------------------------
                                           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
___________________________________________________________________________________


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

* Re: pagecolormodel problem
  2014-04-15 23:15   ` Hans Hagen
@ 2014-04-17 13:01     ` Peter Rolf
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Rolf @ 2014-04-17 13:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 16.04.2014 01:15, schrieb Hans Hagen:
> On 4/16/2014 12:41 AM, Sanjoy Mahajan wrote:
>>> can someone confirm, that this code fails with a recent ConTeXt version?
>>
>> It fails for me with 2014.03.27 (luatex 0.78.2).
> 
> will be fixed in next beta
> 
Works with the beta from 2014-04-17. Thanks to Hans for fixing it and to
Sanjoy for taking the time to test :-)


Best wishes,  Peter
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2014-04-17 13:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15  9:25 pagecolormodel problem Peter Rolf
2014-04-15 22:41 ` Sanjoy Mahajan
2014-04-15 23:15   ` Hans Hagen
2014-04-17 13:01     ` Peter Rolf

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