ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TeXexec MkII, ConTeXt MkIV
@ 2010-10-02 22:25 Tom Maynard
  2010-10-03  6:11 ` David Rogers
  2010-10-03  6:16 ` Aditya Mahajan
  0 siblings, 2 replies; 9+ messages in thread
From: Tom Maynard @ 2010-10-02 22:25 UTC (permalink / raw)
  To: ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 371 bytes --]

  Hello,

I have pretty recent installations of TeXLive 2010 (for Cygwin) and 
ConTeXt Minimals (for Windows).  In both installations, running TeXexec 
reports it is ConTeXt MkII ... but running ConTeXt directly reports 
itself as MkIV.

I would like to synchronize TeXexec and MkIV ... as MkIV ... how is this 
done -- for each installation?

Thanks for your help,
Tom.

[-- Attachment #1.2: Type: text/html, Size: 733 bytes --]

[-- Attachment #2: 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] 9+ messages in thread

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-02 22:25 TeXexec MkII, ConTeXt MkIV Tom Maynard
@ 2010-10-03  6:11 ` David Rogers
  2010-10-03 10:23   ` Hans Hagen
  2010-10-03  6:16 ` Aditya Mahajan
  1 sibling, 1 reply; 9+ messages in thread
From: David Rogers @ 2010-10-03  6:11 UTC (permalink / raw)
  To: ntg-context

* Tom Maynard <tom@maynard.com> [2010-10-02 17:25]:

> Hello,
>
>I have pretty recent installations of TeXLive 2010 (for Cygwin) and 
>ConTeXt Minimals (for Windows).  In both installations, running 
>TeXexec reports it is ConTeXt MkII ... but running ConTeXt directly 
>reports itself as MkIV.
>
>I would like to synchronize TeXexec and MkIV ... as MkIV ... how is 
>this done -- for each installation?


The "old" ConTeXt (MkII) is accessed through the texexec command. The
"new" ConTeXt (MkIV) is accessed through the context command. If you
want to use MkIV, simply use the context command in every case, and
forget the texexec command (unless you do mean MkII).

I hope that was useful and had something to do with what you wanted to
know. :)

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

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-02 22:25 TeXexec MkII, ConTeXt MkIV Tom Maynard
  2010-10-03  6:11 ` David Rogers
@ 2010-10-03  6:16 ` Aditya Mahajan
  2010-10-03 16:51   ` Tom Maynard
  1 sibling, 1 reply; 9+ messages in thread
From: Aditya Mahajan @ 2010-10-03  6:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 2 Oct 2010, Tom Maynard wrote:

>  Hello,
>
> I have pretty recent installations of TeXLive 2010 (for Cygwin) and ConTeXt 
> Minimals (for Windows).  In both installations, running TeXexec reports it is 
> ConTeXt MkII ... but running ConTeXt directly reports itself as MkIV.

I think that you are confused by the terminology.

ConTeXt MkII is the collection of context maros that work with pdftex and 
xetex engine. ConTeXt MkIV is the collection of context macros that work 
with luatex engine.

texexec is a ruby wrapper to run ConTeXt macros. context is a lua wrapper 
to run ConTeXt macros. Both wrappers can run either any engine

texexec --pdftex
texexec --xetex
texexec --luatex

or

context --pdftex
context --xetex
context --luatex

Just that texexec defaults to --pdftex while context defaults to --luatex

> I would like to synchronize TeXexec and MkIV ... as MkIV ... how is this done 
> -- for each installation?

The above options should work with both TL and minimals.

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

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-03  6:11 ` David Rogers
@ 2010-10-03 10:23   ` Hans Hagen
  2010-10-03 10:24     ` Vedran Miletić
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2010-10-03 10:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: David Rogers

On 3-10-2010 8:11, David Rogers wrote:
> * Tom Maynard <tom@maynard.com> [2010-10-02 17:25]:
>
>> Hello,
>>
>> I have pretty recent installations of TeXLive 2010 (for Cygwin) and
>> ConTeXt Minimals (for Windows). In both installations, running TeXexec
>> reports it is ConTeXt MkII ... but running ConTeXt directly reports
>> itself as MkIV.
>>
>> I would like to synchronize TeXexec and MkIV ... as MkIV ... how is
>> this done -- for each installation?
>
>
> The "old" ConTeXt (MkII) is accessed through the texexec command. The
> "new" ConTeXt (MkIV) is accessed through the context command. If you
> want to use MkIV, simply use the context command in every case, and
> forget the texexec command (unless you do mean MkII).

if a file is really mkii, you can put

% engine=pdftex

at the top of the file and the context script will understand that ad 
run texexec ... handy if you run context from within an editor and only 
want one command

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

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-03 10:23   ` Hans Hagen
@ 2010-10-03 10:24     ` Vedran Miletić
  2010-10-03 10:30       ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Vedran Miletić @ 2010-10-03 10:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2010/10/3 Hans Hagen <pragma@wxs.nl>:
> % engine=pdftex
>
> at the top of the file and the context script will understand that ad run
> texexec ... handy if you run context from within an editor and only want one
> command

A bit off topic: is there still a plan to reimplement texexec in Lua
and get rid of dependancy on Ruby?

-- 
Vedran Miletić
___________________________________________________________________________________
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] 9+ messages in thread

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-03 10:24     ` Vedran Miletić
@ 2010-10-03 10:30       ` Hans Hagen
  2010-10-03 10:50         ` Vedran Miletić
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2010-10-03 10:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 3-10-2010 12:24, Vedran Miletić wrote:
> 2010/10/3 Hans Hagen<pragma@wxs.nl>:
>> % engine=pdftex
>>
>> at the top of the file and the context script will understand that ad run
>> texexec ... handy if you run context from within an editor and only want one
>> command
>
> A bit off topic: is there still a plan to reimplement texexec in Lua
> and get rid of dependancy on Ruby?

in principle the context script can replace the texexec one apart from 
index sorting; I have a lua variant of that somewhere but untested

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

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-03 10:30       ` Hans Hagen
@ 2010-10-03 10:50         ` Vedran Miletić
  2010-10-04  0:02           ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Vedran Miletić @ 2010-10-03 10:50 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

Datuma 3. listopada 2010. 12:30 Hans Hagen <pragma@wxs.nl> je napisao/la:
> in principle the context script can replace the texexec one apart from index
> sorting; I have a lua variant of that somewhere but untested
>

If you are willing to post it, I'm willing to test it.

-- 
Vedran Miletić
___________________________________________________________________________________
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] 9+ messages in thread

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-03  6:16 ` Aditya Mahajan
@ 2010-10-03 16:51   ` Tom Maynard
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Maynard @ 2010-10-03 16:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

  On 10/3/2010 1:16 AM, Aditya Mahajan wrote:
>
> I think that you are confused by the terminology.
>
I was, but you have resolved that.  Your answer was, as you perfectly 
well know, completely correct.  Thank you (all of you!) for your help in 
getting me straightened out.

I'm (rather obviously) a newcomer to the ConTeXt world and am enjoying 
the discovery.

Thanks again to one and all.
Tom.


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

* Re: TeXexec MkII, ConTeXt MkIV
  2010-10-03 10:50         ` Vedran Miletić
@ 2010-10-04  0:02           ` Hans Hagen
  0 siblings, 0 replies; 9+ messages in thread
From: Hans Hagen @ 2010-10-04  0:02 UTC (permalink / raw)
  To: Vedran Miletić; +Cc: mailing list for ConTeXt users

On 3-10-2010 12:50, Vedran Miletić wrote:
> Datuma 3. listopada 2010. 12:30 Hans Hagen<pragma@wxs.nl>  je napisao/la:
>> in principle the context script can replace the texexec one apart from index
>> sorting; I have a lua variant of that somewhere but untested
>>
>
> If you are willing to post it, I'm willing to test it.

ok, later (no time now);

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

end of thread, other threads:[~2010-10-04  0:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-02 22:25 TeXexec MkII, ConTeXt MkIV Tom Maynard
2010-10-03  6:11 ` David Rogers
2010-10-03 10:23   ` Hans Hagen
2010-10-03 10:24     ` Vedran Miletić
2010-10-03 10:30       ` Hans Hagen
2010-10-03 10:50         ` Vedran Miletić
2010-10-04  0:02           ` Hans Hagen
2010-10-03  6:16 ` Aditya Mahajan
2010-10-03 16:51   ` Tom Maynard

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