ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: puzzling metafun graphics
Date: Tue, 13 Sep 2005 17:52:18 +0200	[thread overview]
Message-ID: <4326F5B2.8080406@wxs.nl> (raw)
In-Reply-To: <704EB398-5947-4A02-B95D-044AE22F75BC@uni-bonn.de>

Thomas A. Schmitz wrote:

> OK, I'm back on OS X and checked:
>
> 1. created file 01_01_01.tex with this content:
> \starttext
>
> \startuseMPgraphic{circle}
>
> draw fullcircle scaled 10 cm ;
>
> \stopuseMPgraphic
>
> \useMPgraphic{circle}
>
> \stoptext
>
> compiled fine; circle was there.
>
> 2. copied file to 01.01.01.tex. Compilation does not give errors, but  
> there is no visible output.
>
> 3. Treid setting allow_multiple_suffixes = t in texmf.cnf - no  
> difference.
>
> Puzzled
>
> Thomas

it's a tricky thins: 

in order to determine a suffix programs/scripts assume that in 01.01.01 the last 01 is the suffix (there is no rule that tex is the suffix, it's just the built in fallback); 

someprogram 01.01.01
someprogram 01.01.01.tex 

is different. The multiple suffixes always test for a tex file first but that results in two file searches each time (slows down). 

texexec 01.01.01.tex works ok 
texexec 01.01.01 fails 

newtexexec fails in both cases (i will look into that) 

It's kind of tricky to auto append tex since nowadasy we have xml and other variants ..

Hans 




-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

      reply	other threads:[~2005-09-13 15:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-12 15:45 Thomas A. Schmitz
2005-09-12 15:52 ` Taco Hoekwater
2005-09-12 15:59 ` Hans Hagen
2005-09-12 16:29 ` Thomas A. Schmitz
2005-09-12 17:38   ` Hans Hagen
2005-09-12 19:44     ` Thomas A. Schmitz
2005-09-12 20:52       ` Hans Hagen
2005-09-13  9:26     ` Adam Lindsay
2005-09-13 12:38       ` Thomas A. Schmitz
2005-09-13 14:11       ` Thomas A. Schmitz
2005-09-13 15:52         ` Hans Hagen [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=4326F5B2.8080406@wxs.nl \
    --to=pragma@wxs.nl \
    --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).