ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mkii broken in latest beta?
@ 2011-01-21 18:36 Thomas A. Schmitz
  2011-01-21 22:39 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas A. Schmitz @ 2011-01-21 18:36 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Hi all, 

am I the only one having this problem? On OS X, the latest beta ver: 2011.01.18 19:34 MKII  fmt: 2011.1.21  breaks with any and every input, even a simple \starttext hello world \stoptext, with this error:

systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) )
(\end occurred inside a group at level 1)

### simple group (level 1) entered at line 3 ({)
### bottom level
Output written on test.dvi (1 page, 396 bytes).
Transcript written on test.log.

I even installed a new minimal tree into an empty directory, still the same problem. Anyone else seeing this?

All best

Thomas
___________________________________________________________________________________
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] 3+ messages in thread

* Re: mkii broken in latest beta?
  2011-01-21 18:36 mkii broken in latest beta? Thomas A. Schmitz
@ 2011-01-21 22:39 ` Hans Hagen
  2011-01-22 10:19   ` Otared Kavian
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2011-01-21 22:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Thomas A. Schmitz

On 21-1-2011 7:36, Thomas A. Schmitz wrote:
> Hi all,
>
> am I the only one having this problem? On OS X, the latest beta ver: 2011.01.18 19:34 MKII  fmt: 2011.1.21  breaks with any and every input, even a simple \starttext hello world \stoptext, with this error:

in core-job.mkii patch

\readsysfile{\f!errfilename.\mksuffix}\donothing\donothing

(add a \donothing)


-----------------------------------------------------------------
                                           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] 3+ messages in thread

* Re: mkii broken in latest beta?
  2011-01-21 22:39 ` Hans Hagen
@ 2011-01-22 10:19   ` Otared Kavian
  0 siblings, 0 replies; 3+ messages in thread
From: Otared Kavian @ 2011-01-22 10:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]

Hi Thomas and Hans,

On OS X I experience the same thing, even after adding a \doothing as hans suggests (well, this indeed does… nothing… :-) ).
A strange behaviour I notice also with mkii is that it creates a dvi file:

	Output written on basic-test.dvi (1 page, 1132 bytes). 
	Transcript written on basic-test.log. 

As a matter of fact opening this dvi file with another application, one sees the correct output, but no PDF is created with mkii. Please see below the minimal example and the dvi file.

Best regards: OK
PS: The minimal example I tested is:
%%% begin basic.test.tex
\starttext
\chapter{Testing a chapter\footnote{Actually for testing footnotes in a chapter header\dots}}

This file has been typeset 
on \currentdate{} 
at \currenttime, 
with 
\doifmodeelse{mkiv}
	{mkiv, 
	LuaTeX version \the\luatexversion,
	LuaTeX revision \luatexrevision,
	(LuaTeX date stamp \luatexdatestamp),
	using the command: \crlf
	\type{context basic-test.tex}\crlf}
	{mkii, 
	using the command: \crlf
	\type{texexec basic-test.tex} \crlf}
	ConTeXt version \contextversion.

\stoptext
%%% end basic-test.tex
And the dvi produced is:

[-- Attachment #2: basic-test.dvi --]
[-- Type: application/octet-stream, Size: 1132 bytes --]

[-- Attachment #3: Type: text/plain, Size: 1378 bytes --]



On 21 janv. 2011, at 23:39, Hans Hagen wrote:

> On 21-1-2011 7:36, Thomas A. Schmitz wrote:
>> Hi all,
>> 
>> am I the only one having this problem? On OS X, the latest beta ver: 2011.01.18 19:34 MKII  fmt: 2011.1.21  breaks with any and every input, even a simple \starttext hello world \stoptext, with this error:
> 
> in core-job.mkii patch
> 
> \readsysfile{\f!errfilename.\mksuffix}\donothing\donothing
> 
> (add a \donothing)
> 
> 
> -----------------------------------------------------------------
>                                          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
> ___________________________________________________________________________________


[-- Attachment #4: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2011-01-22 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-21 18:36 mkii broken in latest beta? Thomas A. Schmitz
2011-01-21 22:39 ` Hans Hagen
2011-01-22 10:19   ` Otared Kavian

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