ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Bowen Alan C." <acbowen@Princeton.edu>
To: mailing ConTeXt users list for <ntg-context@ntg.nl>
Subject: Re: latest beta and file mismatch problem
Date: Wed, 02 Dec 2009 13:51:54 -0500	[thread overview]
Message-ID: <EB344ADF-B9F5-44F5-97DF-C2B1F7ADC5D1@Princeton.edu> (raw)

Thanks to Otared and Dick Koch, I now have MKII up and running again.

The primary change in TeXshop involved setting the path in Preferences/Engine to

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

for the MKII engine, Otared suggested
#!/bin/bash
source /Applications/ConTeXtMinimals/tex/setuptex 
texexec "$1"


What would be best for the MKIV and XeTeX engines?

Right now I have,

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


XeTeX
#!/bin/bash
export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:$PATH
texexec --xtx "$1"

Alan

___________________________________________________________________________________
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:[~2009-12-02 18:51 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-02 18:51 Bowen Alan C. [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-01 12:25 Bowen Alan C.
2009-12-01 15:40 ` Mojca Miklavec
2009-12-01 16:13   ` Bowen Alan C.
2009-12-02  8:13     ` Mojca Miklavec
2009-12-02 11:49       ` Bowen Alan C.
2009-12-02 11:55         ` Mojca Miklavec
2009-12-02 12:07           ` Bowen Alan C.
2009-12-02 15:43             ` Mojca Miklavec
2009-12-02 16:36               ` Bowen Alan C.
2009-12-02 17:06                 ` Bowen Alan C.
2009-12-02 17:24                   ` Otared Kavian
2009-12-03 12:22                     ` Bowen Alan C.
2009-12-01 16:15   ` Bowen Alan C.
2009-12-01 16:17     ` Arthur Reutenauer
2009-12-01 16:21       ` Bowen Alan C.
2009-12-01 19:58     ` Bowen Alan C.
2009-12-01 20:26       ` Hans Hagen
2009-12-01 20:38         ` Otared Kavian
2009-12-01 21:09           ` Bowen Alan C.
2009-12-01 21:26             ` Otared Kavian
2009-12-01 21:41             ` Hans Hagen
2009-12-02  8:16             ` Mojca Miklavec
2009-12-02 11:59               ` Bowen Alan C.
2009-12-02 12:04                 ` Mojca Miklavec
2009-12-02 12:24                   ` Bowen Alan C.
2009-12-01 20:43         ` Bowen Alan C.
2009-12-01 20:28       ` Peter Münster
2009-12-01 21:10         ` Bowen Alan C.

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=EB344ADF-B9F5-44F5-97DF-C2B1F7ADC5D1@Princeton.edu \
    --to=acbowen@princeton.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).