ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Instalation of minimal
@ 2009-02-21  2:14 polytope
  0 siblings, 0 replies; 4+ messages in thread
From: polytope @ 2009-02-21  2:14 UTC (permalink / raw)
  To: ntg-context


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

Dera Maur??cio,

I am sorry to write your name with "??" mark. It is displayed in my  
computer with ??

I think that wiki's guide is still valid.
However, You may read Otared Kavians' following note listed last month.
It may help you.

Good luck!

best regards,

Dalyoung Jeong

%%%%%%%
Date: Wed, 21 Jan 2009 21:43:14 +0100
From: Otared Kavian <otared@gmail.com>
...
...
I did a clean install of the Minimals on a Mac and have written the
steps I followed in a file
install-minimal-ok.tex
which can be found on

http://www.kavian.fr/tex/

I hope this will be helpful.

Best regards: OK
%%%%%%%%%


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

* Instalation of minimal
@ 2009-02-22  2:30 Maurí­cio
  0 siblings, 0 replies; 4+ messages in thread
From: Maurí­cio @ 2009-02-22  2:30 UTC (permalink / raw)
  To: ntg-context

Hi,

Is information on this page

http://wiki.contextgarden.net/ConTeXt_Minimals

still valid? After following instructions and
successfull (I think) rsync sessions I try:

source ~/context/tex/setuptex ~/context/tex

and I'm told ~/context/tex is not a valid TeX
directory.

I also tried downloading a 'linux.zip' from

http://minimals.contextgarden.net/pragma

and it says the same. It also complains about
a missing 'plain.tex'.

What is the easier way to install MK IV? I
usually use ConTeXt that comes with Ubuntu,
I just need MK IV in one session where I need
to type unicode characters by their number.
(A previous message from Hans says \char"2019
would work for sure in MK IV.)

Thanks,
Maurício


___________________________________________________________________________________
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: Instalation of minimal
  2009-02-21  0:34 Maurí­cio
@ 2009-02-21  7:18 ` luigi scarso
  0 siblings, 0 replies; 4+ messages in thread
From: luigi scarso @ 2009-02-21  7:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Feb 21, 2009 at 1:34 AM, Maurí­cio <briqueabraque@yahoo.com> wrote:
> Hi,
>
> Are information on this page
>
> http://wiki.contextgarden.net/ConTeXt_Minimals
>
> still valid? After following instructions and
> successfull (I think) rsync sessions I try:
>
> source ~/context/tex/setuptex ~/context/tex
>
> and I'm told ~/context/tex is not a valid TeX
> directory.
>
> I also tried downloading a 'linux.zip' from
>
> http://minimals.contextgarden.net/pragma
>
> and it says the same. It also complains about
> a missing 'plain.tex'.
>
> What is the easier way to install MK IV? I
> usually use ConTeXt that comes with Ubuntu,
> I just need MK IV in one session where I need
I have Ubuntu too, so you can try this
## open a gnome-terminal
## and become root
cd /opt
mkdir luatex
cd luatex
mkdir minimals
cd minimals
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
## in first-setup.sh .change this line
## mtxrun --verbose --script ./bin/mtx-update.lua --update --make
--force --engine=all --context=beta --texroot=$PWD/tex $@
## into this
## imtxrun --verbose --script ./bin/mtx-update.lua --update --make
--force --engine=all --texroot=$PWD/tex $@
./first-setup
cd tex
## watch for the initial dot '.' !!!!!
. setuptex
# Some checks
#
## must contains /opt/luatex/minimals/tex/texmf-linux/bin
## as first path
echo $PATH


luatex -v
## must be  something like this
## This is LuaTeX, Version snapshot-0.33.1-2009022019, build unknown
##
## Execute  'luatex --credits'  for credits and version details.
##
## There is NO warranty. Redistribution of this software is covered by
## the terms of the GNU General Public License, version 2. For more
## information about these matters, see the file named COPYING and
## the LuaTeX source.
##
## Copyright 2008 Taco Hoekwater, the LuaTeX Team.


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

* Instalation of minimal
@ 2009-02-21  0:34 Maurí­cio
  2009-02-21  7:18 ` luigi scarso
  0 siblings, 1 reply; 4+ messages in thread
From: Maurí­cio @ 2009-02-21  0:34 UTC (permalink / raw)
  To: ntg-context

Hi,

Are information on this page

http://wiki.contextgarden.net/ConTeXt_Minimals

still valid? After following instructions and
successfull (I think) rsync sessions I try:

source ~/context/tex/setuptex ~/context/tex

and I'm told ~/context/tex is not a valid TeX
directory.

I also tried downloading a 'linux.zip' from

http://minimals.contextgarden.net/pragma

and it says the same. It also complains about
a missing 'plain.tex'.

What is the easier way to install MK IV? I
usually use ConTeXt that comes with Ubuntu,
I just need MK IV in one session where I need
to type unicode characters by their number.
(A previous message from Hans says \char"2019
would word for sure in MK IV.)

Thanks,
Maurício

___________________________________________________________________________________
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:[~2009-02-22  2:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-21  2:14 Instalation of minimal polytope
  -- strict thread matches above, loose matches on Subject: below --
2009-02-22  2:30 Maurí­cio
2009-02-21  0:34 Maurí­cio
2009-02-21  7:18 ` luigi scarso

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