ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* LuaTeX 64bit
@ 2009-04-15 19:23 Mohamed Bana
  2009-04-17  9:40 ` Mojca Miklavec
  0 siblings, 1 reply; 6+ messages in thread
From: Mohamed Bana @ 2009-04-15 19:23 UTC (permalink / raw)
  To: ntg-context


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

Hi guys,
I don't think I have ever needed more than than 3-4gb, so it worth using the
64bit ver. of LuaTeX?  Can I force the minimals install script to download
and use the 32bit binary instead?

I'm on a 64bit machine and I'm sure that on linux I can run that app in
32bit mode.

 - Mohamed

[-- Attachment #1.2: Type: text/html, Size: 389 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] 6+ messages in thread

* Re: LuaTeX 64bit
  2009-04-15 19:23 LuaTeX 64bit Mohamed Bana
@ 2009-04-17  9:40 ` Mojca Miklavec
  2009-04-18 21:09   ` Mohamed Bana
  0 siblings, 1 reply; 6+ messages in thread
From: Mojca Miklavec @ 2009-04-17  9:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Apr 15, 2009 at 21:23, Mohamed Bana wrote:
> Hi guys,
> I don't think I have ever needed more than than 3-4gb, so it worth using the
> 64bit ver. of LuaTeX?

What would be the advantages of using the 32-bit version?

> Can I force the minimals install script to download
> and use the 32bit binary instead?

You need to desable automatic format generation and you need to pass
--platform=linux as argument to mtx-update.lua in first-setup.sh ...
then you need a costum version of setuptex (or you can set path
manually) that will set the path to linux instead of linux-64.

But I have no idea why you would want to do that.

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

* Re: LuaTeX 64bit
  2009-04-17  9:40 ` Mojca Miklavec
@ 2009-04-18 21:09   ` Mohamed Bana
  2009-04-18 21:44     ` Mojca Miklavec
  0 siblings, 1 reply; 6+ messages in thread
From: Mohamed Bana @ 2009-04-18 21:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

One more question, how do I only create the formats for British English 
only?  No Dutch, American English etc..   I'm going to argue on the list 
that the en_GB should be the default ;), but I'll save that for another day.


  Mohamed

Mojca Miklavec wrote:
> On Wed, Apr 15, 2009 at 21:23, Mohamed Bana wrote:
>   
>> Hi guys,
>> I don't think I have ever needed more than than 3-4gb, so it worth using the
>> 64bit ver. of LuaTeX?
>>     
>
> What would be the advantages of using the 32-bit version?
>
>   
>>  Can I force the minimals install script to download
>> and use the 32bit binary instead?
>>     
>
> You need to desable automatic format generation and you need to pass
> --platform=linux as argument to mtx-update.lua in first-setup.sh ...
> then you need a costum version of setuptex (or you can set path
> manually) that will set the path to linux instead of linux-64.
>
> But I have no idea why you would want to do that.
>
> 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
> ___________________________________________________________________________________
>   
___________________________________________________________________________________
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] 6+ messages in thread

* Re: LuaTeX 64bit
  2009-04-18 21:09   ` Mohamed Bana
@ 2009-04-18 21:44     ` Mojca Miklavec
  2009-04-18 21:49       ` Mojca Miklavec
  2009-04-19  9:55       ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Mojca Miklavec @ 2009-04-18 21:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Apr 18, 2009 at 23:09, Mohamed Bana wrote:
> One more question, how do I only create the formats for British English
> only?  No Dutch, American English etc..   I'm going to argue on the list
> that the en_GB should be the default ;), but I'll save that for another day.

There is only one English format that you can generate with "texexec
--make en". If you're speaking about how to generate only that one
with first-setup.sh, then you should be, at least in theory, able to
generate only the chosen formats with --formats switch or my modifying
the lua file that gets generated, but I imagine that it doesn't work
or at least I have never tested it so far.

> do you know if first-setup.sh only downloads the files /only if/ they're are
> changes?  i mean could a simple checksum do the job?

Yes, it only downloads the modified files, but it doesn't use
checksums since using them is much slower. You could add an additional
-c switch, but you will not notice any difference (apart from a few
files that Hans recreates every time when he uploads a new zip, but
that's neglectable). Rsync checks for date+size. Only if these two are
different it fetches the file. You could add checksum checking, but I
guess that you don't gain anything.

The only critical component where I really do need to change this are
luatex and metapost source, but this only concerns binary builders,
not users.

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

* Re: LuaTeX 64bit
  2009-04-18 21:44     ` Mojca Miklavec
@ 2009-04-18 21:49       ` Mojca Miklavec
  2009-04-19  9:55       ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Mojca Miklavec @ 2009-04-18 21:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Apr 18, 2009 at 23:44, Mojca Miklavec
<mojca.miklavec.lists@gmail.com> wrote:
> On Sat, Apr 18, 2009 at 23:09, Mohamed Bana wrote:
>> One more question, how do I only create the formats for British English
>> only?  No Dutch, American English etc..   I'm going to argue on the list
>> that the en_GB should be the default ;), but I'll save that for another day.
>
> There is only one English format that you can generate with "texexec
> --make en".

I forgot to finish the sentence. You can use British hyphenation rules
instead of American ones with \mainlanguage[ukenglish]. And no, the
behaviour is not going to change.

TeX uses Knuth's hyphenation rules as well. ConTeXt uses slightly
improved ones. Differences are almost neglectable anyway.

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

* Re: LuaTeX 64bit
  2009-04-18 21:44     ` Mojca Miklavec
  2009-04-18 21:49       ` Mojca Miklavec
@ 2009-04-19  9:55       ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2009-04-19  9:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mojca Miklavec wrote:
> On Sat, Apr 18, 2009 at 23:09, Mohamed Bana wrote:
>> One more question, how do I only create the formats for British English
>> only?  No Dutch, American English etc..   I'm going to argue on the list
>> that the en_GB should be the default ;), but I'll save that for another day.
> 
> There is only one English format that you can generate with "texexec
> --make en". If you're speaking about how to generate only that one
> with first-setup.sh, then you should be, at least in theory, able to
> generate only the chosen formats with --formats switch or my modifying
> the lua file that gets generated, but I imagine that it doesn't work
> or at least I have never tested it so far.
> 
>> do you know if first-setup.sh only downloads the files /only if/ they're are
>> changes?  i mean could a simple checksum do the job?
> 
> Yes, it only downloads the modified files, but it doesn't use
> checksums since using them is much slower. You could add an additional
> -c switch, but you will not notice any difference (apart from a few
> files that Hans recreates every time when he uploads a new zip, but
> that's neglectable). Rsync checks for date+size. Only if these two are
> different it fetches the file. You could add checksum checking, but I
> guess that you don't gain anything.
> 
> The only critical component where I really do need to change this are
> luatex and metapost source, but this only concerns binary builders,
> not users.

there has been a time that this was possible, but inpractice it's not 
that handy ... specifying the language should be part of the document 
preamble; in that time we had no gyre and as language is related to 
patterns + font encodings in mkii it was even more tricky

one thing that you can do is add \mainlanguage[gb] to cont-sys.tex 
default to brittish english so that on your system it always starts that 
way; the overhead is nil

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

end of thread, other threads:[~2009-04-19  9:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-15 19:23 LuaTeX 64bit Mohamed Bana
2009-04-17  9:40 ` Mojca Miklavec
2009-04-18 21:09   ` Mohamed Bana
2009-04-18 21:44     ` Mojca Miklavec
2009-04-18 21:49       ` Mojca Miklavec
2009-04-19  9:55       ` 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).