ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm <hraban@fiee.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: updating ConTeXt (MacTeX)
Date: Thu, 2 Apr 2009 11:54:24 +0200	[thread overview]
Message-ID: <55B8EB00-D01F-4F88-8737-3026A3A66E38@fiee.net> (raw)
In-Reply-To: <dbd60a1b0904010829u5d2d7021wcb4f9b1b321f68ce@mail.gmail.com>

Am 2009-04-01 um 17:29 schrieb Robert Blackstone:

> >  but also there I manage to run into problems, mainly with
> > files and scripts that I can see in the finder but that are not
> > found in Terminal, not even from their parent directory.

Your problem has nothing to do with your above description!

You was talking about Terminal (i.e. bash), not ConTeXt!


> Step 5. In Terminal, type context --make and press Enter/Return.
>
> This yields:  MtxRun | unknown script 'context.lua' or 'mtx- 
> context.lua'
>
> Then I cd-ed stepwuse up to /Applications/ConTeXtMinimals/tex/texmf- 
> context/scripts/context/lua, after each cd trying to perform step 5,  
> and then finally I got:

...

> But for example cont-en.tex does exist on my Mac and it sits in  
> texmf-context/tex/context/base/cont-en.tex
>
> These files are not found. So I am a bit at a loss at what to try  
> next.

The page "http://wiki.contextgarden.net/ConTeXt_Minimals/Mac_Installation 
" that you seem to follow states:

"This page describes an alternative of installing ConTeXt Minimals on  
Mac OS X. In particular it describes how to configure some GUI  
applications to work well with minimals.
(For command-line gurus it is enough to follow the three steps  
described in ConTeXt Minimals.)"

The part "For command-line gurus" is misleading. Stay with http://wiki.contextgarden.net/ConTeXt_Minimals

Never install under /Applications if you don't know what you do!
Always install in your home folder; you'll run in less permission  
problems.

Open a new Terminal window (shell). You're in your home folder (~) now.

Create the context folder and change into it:

$ mkdir context
$ cd context

(Leave out the $, that's your shell prompt!)
Download first-setup.sh:

$ curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh

Make it executable:

$ chmod a+x first-setup.sh

Run it and go make tea:

$ sh ./first-setup.sh

Run the path setup:

$ ./tex/setuptex

ConTeXt should work now (i.e. at this moment in this shell window);  
you need to run the path setup with every new shell (i.e. Terminal)  
window; to automate that, you can add the "setuptex" command to your  
"profile", that's a script that gets called with every new shell window.

$ cd
$ echo "sh ~/context/tex/setuptex" >> .bash_profile

Are there any remaining problems?

I'll change the Wiki now.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

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


  reply	other threads:[~2009-04-02  9:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-01 15:29 Robert Blackstone
2009-04-02  9:54 ` Henning Hraban Ramm [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-03  8:31 Robert Blackstone
2009-03-30 20:11 Robert Blackstone
2009-03-30 20:41 ` Bowen Alan C.
2009-03-31 11:08 ` Henning Hraban Ramm
2009-03-30  9:53 Robert Blackstone
2009-03-30 10:24 ` Henning Hraban Ramm
2009-03-30 10:27 ` Mojca Miklavec
2009-03-30 11:19   ` Mojca Miklavec
2009-03-30 14:34   ` Aditya Mahajan
2009-03-30 14:41     ` Mojca Miklavec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55B8EB00-D01F-4F88-8737-3026A3A66E38@fiee.net \
    --to=hraban@fiee.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).