ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt on device with ARM processor
@ 2007-09-13 14:55 Martin maaca Rehula
  2007-09-14 10:28 ` Mojca Miklavec
  0 siblings, 1 reply; 4+ messages in thread
From: Martin maaca Rehula @ 2007-09-13 14:55 UTC (permalink / raw)
  To: ntg-context

Hi,

I have Nokia N800. It is a Linux (Debian-based) "PDA" with an ARM
processor and only LaTeX package. I would like to install the minimal
ConTeTt distribution on it, but I haven't found binaries for this
architecture. Can I find these binaries somewhere? I like minimal
ConTeXt distribution, becose it isn't too big and it works well. But if
you have a better idea, how to install ConTeXt to my device, I'd like to
try it.

Thanks
    maaca


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

* Re: ConTeXt on device with ARM processor
  2007-09-13 14:55 ConTeXt on device with ARM processor Martin maaca Rehula
@ 2007-09-14 10:28 ` Mojca Miklavec
  2007-09-14 12:18   ` Arthur Reutenauer
  0 siblings, 1 reply; 4+ messages in thread
From: Mojca Miklavec @ 2007-09-14 10:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Martin maaca Rehula

On 9/13/07, Martin maaca Rehula wrote:
> Hi,
>
> I have Nokia N800. It is a Linux (Debian-based) "PDA" with an ARM
> processor and only LaTeX package. I would like to install the minimal
> ConTeTt distribution on it, but I haven't found binaries for this
> architecture. Can I find these binaries somewhere? I like minimal
> ConTeXt distribution, becose it isn't too big and it works well. But if
> you have a better idea, how to install ConTeXt to my device, I'd like to
> try it.

Wow! Interesting.

If you have LaTeX already running, it probably comes with binaries as
well. It might be enough to have pdfTeX and mpost available (perhaps
also kpse[something]).

Then you take justtex.zip, and, say, linuxtex.zip and unzip both. In
texmf-linux/bin you have different programs, but most of them are
either scripts which should work fine, or programs you probably won't
need anyway (afm2tfm, afm2pl, dvipdfmx, dvipos etc.) Copy pdftex and
mpost (and kpse* just to be sure) from your latex distribution into
that binary folder.

You might need to adapt "setuptex" script a bit (it does some
automatic recognition of platform etc.), but apart from that, running
    . setuptex
should than work as on any other platform (unless ...).

Note that the distribution is almost 300 MB, but most of it is taken
by "old-font-junk". If you don't need any special fonts, you can
simply delete everything inside texmf-*/fonts/tfm/* (except
public/lm), as well as most other folders inside fonts.

You can also try to compile LuaTeX from sources, but there's no
guarantee that it will work. If it compiles without problems, feel
free to ask again how to install it (in that case you can delete even
more files from the minimal tree).

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

* Re: ConTeXt on device with ARM processor
  2007-09-14 10:28 ` Mojca Miklavec
@ 2007-09-14 12:18   ` Arthur Reutenauer
  2007-09-14 18:08     ` Olivier
  0 siblings, 1 reply; 4+ messages in thread
From: Arthur Reutenauer @ 2007-09-14 12:18 UTC (permalink / raw)
  To: Mailing list for ConTeXt users; +Cc: Martin maaca Rehula

> If you have LaTeX already running, it probably comes with binaries as
> well. It might be enough to have pdfTeX and mpost available (perhaps
> also kpse[something]).

  Right now I can't remember: are they packages for ConTeXt in Debian?
That could be another solution.
___________________________________________________________________________________
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] 4+ messages in thread

* Re: ConTeXt on device with ARM processor
  2007-09-14 12:18   ` Arthur Reutenauer
@ 2007-09-14 18:08     ` Olivier
  0 siblings, 0 replies; 4+ messages in thread
From: Olivier @ 2007-09-14 18:08 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Quoting  "Arthur Reutenauer" :
> -- was arthur.reutenauer@normalesup.org on Sep 14, 2007 at 02:18:44PM --

> > If you have LaTeX already running, it probably comes with binaries as
> > well. It might be enough to have pdfTeX and mpost available (perhaps
> > also kpse[something]).
> 
>   Right now I can't remember: are they packages for ConTeXt in Debian?
> That could be another solution.

Yes there is: in testing or unstable.
apt-get install context

There even is a package for luatex (0.11.0-1, in unstable):
apt-get install luatex 

Olivier

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

end of thread, other threads:[~2007-09-14 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-13 14:55 ConTeXt on device with ARM processor Martin maaca Rehula
2007-09-14 10:28 ` Mojca Miklavec
2007-09-14 12:18   ` Arthur Reutenauer
2007-09-14 18:08     ` Olivier

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