ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Matthias Weber <matweber@indiana.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: MK IV new install /Mac OS X
Date: Tue, 17 May 2011 19:29:49 -0400	[thread overview]
Message-ID: <E13A528C-9032-4CB9-9453-EA0F8907EE08@indiana.edu> (raw)
In-Reply-To: <alpine.LNX.2.01.1105171234050.7562@ybpnyubfg.ybpnyqbznva>


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

Thanks Aditya
On May 17, 2011, at 12:36 PM, Aditya Mahajan wrote:
>> 
> 
> Did you run this for TL ConTeXt or the minimals ConTeXt. From a terminal run
> 
> source /path-to-context/tex/setuptex
> mtxrun --generate
> 
> Then try compiling a test file from the terminal.


this works.


> 
>> Any suggestions? If all fails I'll try to clone an older installation.
> 
> What does `which context` return?


/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/context

Great! Thus the wiki info to create 
 an executable  file ConTeXt-MKIV.engine containing

#!/bin/bash
export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-intel/bin:$PATH
export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache
context "$1"

in ~/Library/TeXShop/Engines
is slightly but catastrophically outdated. The file needs to read

#!/bin/bash
export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:$PATH
export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache
context "$1"


With that, TeXShop works with MKIV.

Thanks again !

Matthias

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

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

      reply	other threads:[~2011-05-17 23:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-17 15:17 Matthias Weber
2011-05-17 15:45 ` mathew
2011-05-17 15:54   ` Matthias Weber
2011-05-17 16:03     ` mathew
2011-05-17 16:36 ` Aditya Mahajan
2011-05-17 23:29   ` Matthias Weber [this message]

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=E13A528C-9032-4CB9-9453-EA0F8907EE08@indiana.edu \
    --to=matweber@indiana.edu \
    --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).