ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
Subject: Re: mptopdf (broken again)
Date: Wed, 12 Jan 2011 10:07:33 +0100	[thread overview]
Message-ID: <4D2D6F55.2000600@wxs.nl> (raw)
In-Reply-To: <AANLkTikveWWAaUn5KLGqjvtMnZUPgPG5QocRKv+or50Y@mail.gmail.com>

On 10-1-2011 12:37, Mojca Miklavec wrote:
> Hans&  Taco,
>
> A tiny request: is there any chance to make the mptopdf script point
> to "--script mptopdf" instead of "--script base"?

i see, the sh script is wrong

> And note for Taco: I have no idea how it got there (I think that I use
> TLContrib), but my TL installation (/usr/texbin/mptopdf) contains:

it was wrong in the context zip; for windows one can just copy the stub 
mtxrun.exe to mptopdf.exe but the same is not true for the shell script 
that needs to be:

#!/bin/sh
mtxrun --script mptopdf "$@"

I'm not sure, but a generic (copyable) script could be:

#!/bin/sh
mtxrun --script $0 "$@"

(no shell expert)


Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2011-01-12  9:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-09 23:37 Mojca Miklavec
2011-01-10  7:55 ` Taco Hoekwater
2011-01-10 10:11   ` Mojca Miklavec
2011-01-12  9:07 ` Hans Hagen [this message]
2011-01-12  9:31   ` Mojca Miklavec
2011-01-12 11:17     ` Hans Hagen
2011-01-12 11:38       ` Mojca Miklavec
2011-01-12 16:41   ` Michal Kvasnička
2011-01-12 17:06     ` luigi scarso
2011-01-12 17:12     ` Mojca Miklavec
2011-01-12 17:26       ` Mojca Miklavec
2011-01-13 10:59       ` luigi scarso
2011-01-12 17:30     ` 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=4D2D6F55.2000600@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=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).