ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: ntg-context Digest, Vol 101, Issue 51
       [not found] <mailman.232.1353246355.2161.ntg-context@ntg.nl>
@ 2012-11-18 14:02 ` "H. Özoguz"
  2012-11-18 14:03   ` Problems with Standalone ConTeXt "H. Özoguz"
  2012-11-18 14:32   ` ntg-context Digest, Vol 101, Issue 51 Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: "H. Özoguz" @ 2012-11-18 14:02 UTC (permalink / raw)
  To: ntg-context

Am 18.11.2012 14:45, schrieb ntg-context-request@ntg.nl:
> You process your document with MkIV (texexec <filename> or context --pdftex <filename>) but your document requires MkIV (context <filename>) because you use the command \definehightlight which is only available with MkIV.
>
> Wolfgang
Thanks.

The wiki says to write in the parameters of texworks

texexec
  --lua
  $fullname


So this is for MkIV. How to change it? Just changing into

context
$fullname

and the peogramm texexec.exe into context.exe results in the following error:

++++++++++++++++
This is LuaTeX, Version beta-0.70.2-2012111114 (TeX Live 2012/W32TeX)

\write18 enabled.

(C:/Users/Hussein/context/tex/texmf-context/scripts/context/stubs/unix/context


ConTeXt ver: 2012.05.30 11:26 MKIV fmt: 2012.11.18 int: english/english


system > cont-new.mkiv loaded

(C:/Users/Hussein/context/tex/texmf-context/tex/context/base/cont-new.mkiv

system > beware: some patches loaded from cont-new.mkiv

)

system > context.top loaded

(context.top)

fonts > latin modern fonts are not preloaded

languages > language en is active

! You can't use `macro parameter character #' in vertical mode.


system > tex > error on line 1 in file 
C:/Users/Hussein/context/tex/texmf-context/scripts/context/stubs/unix/context: 
You can't use ` ...


1 >> #!/bin/sh

2 mtxrun --script context "$@"

3


l.1 #

!/bin/sh

?

Der Prozess wurde vom Benutzer abgebrochen
++++++++++++++++++++

Danke dir!


Huseyin


___________________________________________________________________________________
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: Problems with Standalone ConTeXt
  2012-11-18 14:02 ` ntg-context Digest, Vol 101, Issue 51 "H. Özoguz"
@ 2012-11-18 14:03   ` "H. Özoguz"
  2012-11-18 14:32   ` ntg-context Digest, Vol 101, Issue 51 Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: "H. Özoguz" @ 2012-11-18 14:03 UTC (permalink / raw)
  To: ntg-context

(Sorry, wrong email title)

Am 18.11.2012 14:45, schrieb ntg-context-request@ntg.nl:
> You process your document with MkIV (texexec <filename> or context 
> --pdftex <filename>) but your document requires MkIV (context 
> <filename>) because you use the command \definehightlight which is 
> only available with MkIV.
>
> Wolfgang
Thanks.

The wiki says to write in the parameters of texworks

texexec
  --lua
  $fullname


So this is for MkIV. How to change it? Just changing into

context
$fullname

and the peogramm texexec.exe into context.exe results in the following 
error:

++++++++++++++++
This is LuaTeX, Version beta-0.70.2-2012111114 (TeX Live 2012/W32TeX)

\write18 enabled.

(C:/Users/Hussein/context/tex/texmf-context/scripts/context/stubs/unix/context 



ConTeXt ver: 2012.05.30 11:26 MKIV fmt: 2012.11.18 int: english/english


system > cont-new.mkiv loaded

(C:/Users/Hussein/context/tex/texmf-context/tex/context/base/cont-new.mkiv

system > beware: some patches loaded from cont-new.mkiv

)

system > context.top loaded

(context.top)

fonts > latin modern fonts are not preloaded

languages > language en is active

! You can't use `macro parameter character #' in vertical mode.


system > tex > error on line 1 in file 
C:/Users/Hussein/context/tex/texmf-context/scripts/context/stubs/unix/context: 
You can't use ` ...


1 >> #!/bin/sh

2 mtxrun --script context "$@"

3


l.1 #

!/bin/sh

?

Der Prozess wurde vom Benutzer abgebrochen
++++++++++++++++++++

Danke dir!


Huseyin

___________________________________________________________________________________
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: ntg-context Digest, Vol 101, Issue 51
  2012-11-18 14:02 ` ntg-context Digest, Vol 101, Issue 51 "H. Özoguz"
  2012-11-18 14:03   ` Problems with Standalone ConTeXt "H. Özoguz"
@ 2012-11-18 14:32   ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2012-11-18 14:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: "H. Özoguz"

On 11/18/2012 3:02 PM, "H. Özoguz" wrote:
> Am 18.11.2012 14:45, schrieb ntg-context-request@ntg.nl:
>> You process your document with MkIV (texexec <filename> or context
>> --pdftex <filename>) but your document requires MkIV (context
>> <filename>) because you use the command \definehightlight which is
>> only available with MkIV.
>>
>> Wolfgang
> Thanks.
>
> The wiki says to write in the parameters of texworks
>
> texexec
>   --lua
>   $fullname
>
>
> So this is for MkIV. How to change it? Just changing into

in

tex/texmd-context/context/data/texworks

there are files that you can use for texworks that can give a hint (i 
havent' checked them in a while as i don't use texworks myself)

Hans

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

end of thread, other threads:[~2012-11-18 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.232.1353246355.2161.ntg-context@ntg.nl>
2012-11-18 14:02 ` ntg-context Digest, Vol 101, Issue 51 "H. Özoguz"
2012-11-18 14:03   ` Problems with Standalone ConTeXt "H. Özoguz"
2012-11-18 14:32   ` ntg-context Digest, Vol 101, Issue 51 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).