ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Installing ConTeXt Minimals on a Mac
Date: Mon, 1 Sep 2008 23:19:53 +0200	[thread overview]
Message-ID: <6faad9f00809011419y2544d5cp5a1e13d18bb5ac4e@mail.gmail.com> (raw)
In-Reply-To: <05756B0D-BCCD-4D6D-8176-F36D21714323@princeton.edu>

On Mon, Sep 1, 2008 at 10:18 PM, Alan Bowen <acbowen@princeton.edu> wrote:

> My ConTeXtMinimals.engine file currently has the the following lines:
> #!/bin/bash
> source /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/context/tex
> texexec "$1"

Remove "context" from the second argument:
   source /Applications/ConTeXtMinimals/tex/setuptex
/Applications/ConTeXtMinimals/tex
instead of
   source /Applications/ConTeXtMinimals/tex/setuptex
/Applications/ConTeXtMinimals/context/tex

> I am puzzled that
> chmod a+x ~/Library/TeXShop/ConTeXtMinimals.engine
> gets
> chmod: /Users/alancbowen/Library/TeXShop/ConTeXtMinimals.engine: No such
> file or directory

Because you have probably created a file
   ~/Library/TeXShop/Engines/ConTeXtMinimals.engine
and not a file
   ~/Library/TeXShop/ConTeXtMinimals.engine
(tiny differences), so the second works.

> while
> chmod 775 ~/Library/TeXShop/Engines/ConTeXtMinimals.engine
> seems to work (at least there are no error messages).
> I am not quite sure what you mean here, but if I reduce
> ConTeXtMinimals.engine to
> source /Applications/ConTeXtMinimals/tex/setuptex
> I get
> The argument "/Users/alancbowen/Desktop/TeXTesting/hello.tex" is not a valid
> TEXROOT path.
> There is no file
> "/Users/alancbowen/Desktop/TeXTesting/hello.tex/texmf/tex/plain/base/plain.tex"
> Setting "/Applications/ConTeXtMinimals/tex" as TEXROOT instead.
> and then nothing.

Sorry - I thought that the issue has been fixed, but it hasn't. So you need
   source /Applications/ConTeXtMinimals/tex/setuptex
/Applications/ConTeXtMinimals/tex
only
   source /Applications/ConTeXtMinimals/tex/setuptex
does not suffice. It does on Windows, but apparently there's no way to
figure out location of the sourced script under linux (or at least I
don't know any).

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
___________________________________________________________________________________


  reply	other threads:[~2008-09-01 21:19 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-30 10:16 Alan Bowen
2008-09-01  7:16 ` Mojca Miklavec
2008-09-01 16:03   ` Alan Bowen
2008-09-01 16:24     ` Mojca Miklavec
2008-09-01 17:27       ` Alan Bowen
2008-09-01 17:43         ` Mojca Miklavec
2008-09-01 20:18           ` Alan Bowen
2008-09-01 21:19             ` Mojca Miklavec [this message]
2008-09-01 21:43               ` Alan Bowen
2008-09-01 22:24                 ` Andrea Valle
2008-09-01 22:02               ` Aditya Mahajan
2008-09-01 20:43           ` Alan Bowen
2008-09-01 21:38             ` Mojca Miklavec
2008-09-01 22:13               ` Alan Bowen
2008-09-01 22:22                 ` Mojca Miklavec
2008-09-01 22:50                   ` Alan Bowen
2008-09-01 23:03                     ` Alan Bowen
2008-09-02  8:04                     ` Mojca Miklavec
2008-09-02 16:18                       ` Alan Bowen
2008-09-01 22:24                 ` Aditya Mahajan
2008-09-02 18:42               ` Alan Bowen
2008-09-02 18:54                 ` Mojca Miklavec
2008-09-02 19:34                   ` Alan Bowen
2008-09-03 16:22                     ` Mojca Miklavec
     [not found] <mailman.1.1220176802.5742.ntg-context@ntg.nl>
2008-08-31 17:09 ` Michael Green
2008-08-31 21:17   ` Alan Bowen
2008-09-01  0:05 Michael Green
2008-09-01 16:06 ` Alan Bowen

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=6faad9f00809011419y2544d5cp5a1e13d18bb5ac4e@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --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).