ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Stable version
@ 2009-04-25 16:12 Mohamed Bana
  2009-04-25 16:17 ` Wolfgang Schuster
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Mohamed Bana @ 2009-04-25 16:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi guys,

How can i get a somewhat recent and stable version where things just work. 

I've tried --stable and --context=stable which both insist of getting 
luatex 0.40.

  mtxrun --verbose --script ./bin/mtx-update.lua --update --make --force 
--engine=all --context=stable --stable --texroot=$PWD/tex 
--extras="t-letter,t-mathsets,t-tikz,t-vim" $@

There's a lot of things broken in the current minimals, e.g., bib 
module, hanging, a error about front and I can't to even seem to use OT 
fonts.

I think context should complain when a CLI options hasn't been spelt 
correctly:

  $ context --batchmoed

Many thanks
Mohamed
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-25 16:12 Stable version Mohamed Bana
@ 2009-04-25 16:17 ` Wolfgang Schuster
  2009-04-25 20:58   ` luigi scarso
  2009-04-25 18:25 ` Mojca Miklavec
  2009-04-25 18:28 ` Hans Hagen
  2 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Schuster @ 2009-04-25 16:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 25.04.2009 um 18:12 schrieb Mohamed Bana:

> Hi guys,
>
> How can i get a somewhat recent and stable version where things just  
> work.
> I've tried --stable and --context=stable which both insist of  
> getting luatex 0.40.

the names of stable versions is 'current' but you need also a older  
LuaTeX version

> mtxrun --verbose --script ./bin/mtx-update.lua --update --make -- 
> force --engine=all --context=stable --stable --texroot=$PWD/tex -- 
> extras="t-letter,t-mathsets,t-tikz,t-vim" $@

t-letter :)

> There's a lot of things broken in the current minimals, e.g., bib  
> module, hanging, a error about front and I can't to even seem to use  
> OT fonts.

hanging and front?

> I think context should complain when a CLI options hasn't been spelt  
> correctly:

CLI?

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-25 16:12 Stable version Mohamed Bana
  2009-04-25 16:17 ` Wolfgang Schuster
@ 2009-04-25 18:25 ` Mojca Miklavec
  2009-04-25 18:29   ` Aditya Mahajan
                     ` (2 more replies)
  2009-04-25 18:28 ` Hans Hagen
  2 siblings, 3 replies; 12+ messages in thread
From: Mojca Miklavec @ 2009-04-25 18:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Apr 25, 2009 at 18:12, Mohamed Bana wrote:
> Hi guys,
>
> How can i get a somewhat recent and stable version where things just work.
> I've tried --stable and --context=stable which both insist of getting luatex
> 0.40.

True. We only provide a single version of LuaTeX and "current" (that
often gets broken as well) doesn't work with the latest LuaTeX. I'm
looking forward to nice suggestions about how to solve the issue. One
can fetch an "arbitrary" version of LuaTeX from repository, but that's
not convenient.

Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-25 16:12 Stable version Mohamed Bana
  2009-04-25 16:17 ` Wolfgang Schuster
  2009-04-25 18:25 ` Mojca Miklavec
@ 2009-04-25 18:28 ` Hans Hagen
  2 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2009-04-25 18:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mohamed Bana wrote:

> There's a lot of things broken in the current minimals, e.g., bib 
> module, hanging, a error about front and I can't to even seem to use OT 
> fonts.

bibtex fixing is in progress (at least it runs here)

otf fonts ... well, i use them all day so ...

> I think context should complain when a CLI options hasn't been spelt 
> correctly:
> 
>  $ context --batchmoed

hm, maybe some day but it has a real low priority

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.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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-25 18:25 ` Mojca Miklavec
@ 2009-04-25 18:29   ` Aditya Mahajan
  2009-04-25 18:30   ` Hans Hagen
  2009-04-27  5:49   ` Peter Münster
  2 siblings, 0 replies; 12+ messages in thread
From: Aditya Mahajan @ 2009-04-25 18:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 25 Apr 2009, Mojca Miklavec wrote:

> On Sat, Apr 25, 2009 at 18:12, Mohamed Bana wrote:
>> Hi guys,
>>
>> How can i get a somewhat recent and stable version where things just work.
>> I've tried --stable and --context=stable which both insist of getting luatex
>> 0.40.
>
> True. We only provide a single version of LuaTeX and "current" (that
> often gets broken as well) doesn't work with the latest LuaTeX. I'm
> looking forward to nice suggestions about how to solve the issue. One
> can fetch an "arbitrary" version of LuaTeX from repository, but that's
> not convenient.

Does it take too much space to also store the old versions of luatex 
binary? After all, we are only talking about the stable releases of 
ConTeXT.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-25 18:25 ` Mojca Miklavec
  2009-04-25 18:29   ` Aditya Mahajan
@ 2009-04-25 18:30   ` Hans Hagen
  2009-04-27  5:49   ` Peter Münster
  2 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2009-04-25 18:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mojca Miklavec wrote:
> On Sat, Apr 25, 2009 at 18:12, Mohamed Bana wrote:
>> Hi guys,
>>
>> How can i get a somewhat recent and stable version where things just work.
>> I've tried --stable and --context=stable which both insist of getting luatex
>> 0.40.
> 
> True. We only provide a single version of LuaTeX and "current" (that
> often gets broken as well) doesn't work with the latest LuaTeX. I'm
> looking forward to nice suggestions about how to solve the issue. One
> can fetch an "arbitrary" version of LuaTeX from repository, but that's
> not convenient.

an option is to have a 0.30 0.40 0.50 etc branch; alongside we can store 
the latest context mkiv that still works on such a version


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-25 16:17 ` Wolfgang Schuster
@ 2009-04-25 20:58   ` luigi scarso
  2009-04-26  6:32     ` Wolfgang Schuster
  0 siblings, 1 reply; 12+ messages in thread
From: luigi scarso @ 2009-04-25 20:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Sat, Apr 25, 2009 at 6:17 PM, Wolfgang Schuster <
schuster.wolfgang@googlemail.com> wrote:

>
> I think context should complain when a CLI options hasn't been spelt
>> correctly:
>>
>
> CLI?
>
http://en.wikipedia.org/wiki/Command-line_interpreter
-- 
luigi

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

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stable version
  2009-04-25 20:58   ` luigi scarso
@ 2009-04-26  6:32     ` Wolfgang Schuster
  0 siblings, 0 replies; 12+ messages in thread
From: Wolfgang Schuster @ 2009-04-26  6:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 25.04.2009 um 22:58 schrieb luigi scarso:

> On Sat, Apr 25, 2009 at 6:17 PM, Wolfgang Schuster wrote:
>
>> I think context should complain when a CLI options hasn't been  
>> spelt correctly:
>>
>> CLI?
>
> http://en.wikipedia.org/wiki/Command-line_interpreter


Thanks but after reading the mail a second time I understood what it  
meant.

(was in scrollmode at the first time :)

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-25 18:25 ` Mojca Miklavec
  2009-04-25 18:29   ` Aditya Mahajan
  2009-04-25 18:30   ` Hans Hagen
@ 2009-04-27  5:49   ` Peter Münster
  2009-04-27  7:05     ` luigi scarso
  2009-04-27 13:50     ` Mohamed Bana
  2 siblings, 2 replies; 12+ messages in thread
From: Peter Münster @ 2009-04-27  5:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 25 Apr 2009, Mojca Miklavec wrote:

> True. We only provide a single version of LuaTeX and "current" (that
> often gets broken as well) doesn't work with the latest LuaTeX. I'm
> looking forward to nice suggestions about how to solve the issue.

Perhaps just one sentence in the wiki:
If you want to run minimals-current, the you must overwrite your
luatex-binary with an older version. For example like this:
svn cat http://svn.contextgarden.net/minimals/bin/tex/linux-64/current/luatex/bin/luatex@XXX >`which luatex`

You only need to check, what number XXX should be...

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Stable version
  2009-04-27  5:49   ` Peter Münster
@ 2009-04-27  7:05     ` luigi scarso
  2009-04-27 13:50     ` Mohamed Bana
  1 sibling, 0 replies; 12+ messages in thread
From: luigi scarso @ 2009-04-27  7:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Mon, Apr 27, 2009 at 7:49 AM, Peter Münster <pmlists@free.fr> wrote:

> On Sat, 25 Apr 2009, Mojca Miklavec wrote:
>
> > True. We only provide a single version of LuaTeX and "current" (that
> > often gets broken as well) doesn't work with the latest LuaTeX. I'm
> > looking forward to nice suggestions about how to solve the issue.
>
> Perhaps just one sentence in the wiki:
> If you want to run minimals-current, the you must overwrite your
> luatex-binary with an older version. For example like this:
> svn cat
> http://svn.contextgarden.net/minimals/bin/tex/linux-64/current/luatex/bin/luatex@XXX>`which luatex`
>
> You only need to check, what number XXX should be...
>
> Cheers, Peter
>
with minimals I'm using this luatex :
# luatex
This is LuaTeX, Version snapshot-0.31.3-2008122917 (Web2C 7.5.7)


-- 
luigi

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

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stable version
  2009-04-27  5:49   ` Peter Münster
  2009-04-27  7:05     ` luigi scarso
@ 2009-04-27 13:50     ` Mohamed Bana
  2009-04-30 20:41       ` Mojca Miklavec
  1 sibling, 1 reply; 12+ messages in thread
From: Mohamed Bana @ 2009-04-27 13:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thank you all!

When was \mainlanguage[ukenglish] added? 

Producer:       luaTeX-0.30.3
CreationDate:   Mon Apr 27 14:48:13 2009
ModDate:        ConTeXt - 2008.10.31 13:58

Is there an alternative?

Peter Münster wrote:
> On Sat, 25 Apr 2009, Mojca Miklavec wrote:
>
>   
>> True. We only provide a single version of LuaTeX and "current" (that
>> often gets broken as well) doesn't work with the latest LuaTeX. I'm
>> looking forward to nice suggestions about how to solve the issue.
>>     
>
> Perhaps just one sentence in the wiki:
> If you want to run minimals-current, the you must overwrite your
> luatex-binary with an older version. For example like this:
> svn cat http://svn.contextgarden.net/minimals/bin/tex/linux-64/current/luatex/bin/luatex@XXX >`which luatex`
>
> You only need to check, what number XXX should be...
>
> Cheers, 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Stable version
  2009-04-27 13:50     ` Mohamed Bana
@ 2009-04-30 20:41       ` Mojca Miklavec
  0 siblings, 0 replies; 12+ messages in thread
From: Mojca Miklavec @ 2009-04-30 20:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Apr 27, 2009 at 15:50, Mohamed Bana wrote:
> Thank you all!
>
> When was \mainlanguage[ukenglish] added?

Most probably after patterns have been generated out of hyph-utf8.

> Is there an alternative?

Yes, en-gb.

Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-04-30 20:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-25 16:12 Stable version Mohamed Bana
2009-04-25 16:17 ` Wolfgang Schuster
2009-04-25 20:58   ` luigi scarso
2009-04-26  6:32     ` Wolfgang Schuster
2009-04-25 18:25 ` Mojca Miklavec
2009-04-25 18:29   ` Aditya Mahajan
2009-04-25 18:30   ` Hans Hagen
2009-04-27  5:49   ` Peter Münster
2009-04-27  7:05     ` luigi scarso
2009-04-27 13:50     ` Mohamed Bana
2009-04-30 20:41       ` Mojca Miklavec
2009-04-25 18:28 ` 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).