ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: figuur masker is niet te vinden
Date: Sun, 20 Jun 1999 19:21:03 +0200	[thread overview]
Message-ID: <376D22FF.5B6F2D1E@wxs.nl> (raw)
In-Reply-To: <199906192041.WAA02747@servalys.hobby.nl>

Wybo Dekker wrote:

> I could view it with acroread but nevertheless, cont-nl said:
> 
> figuren        : figuur masker is niet te vinden

Figure inclusion depends on the drivers used. PDF inclusion only works
in pdf mode, so either run 

  texexec --pdf yourfile 

or include the line:

  \setupoutput[pdftex] 

in your file. When there would have been an eps one, you would probably
have seen a message that that one was included. (By default, context
tries to include th eoutline version first, bitmaps then. So you can
have all kind of instances of the same graphic on your machine). 

As a last resort, you can set \traceexternalfigurestrue. That way you
get a lot of info on where/what context is doing. 

> For some reason, every ps-to-pdf converter I have generates a binary
> output file - is that normal?

Currnetly the best converter is acrobat distiller. GS does a good job
too, but files with fonts gives troubles.  

The first binary piece of code is just a signal that the file can
contain binary data, some OS's and www sending like to know this. 

Structural data in non binary, graphics often are, and text streams can
optionally be compressed. When in context you say: 

\setupoutput[pdftex] \pdfcompresslevel=0 

you can see how uncompressed pdf looks like. 

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.nl
-----------------------------------------------------------------


  parent reply	other threads:[~1999-06-20 17:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-19 20:41 Wybo Dekker
1999-06-20 10:45 ` Tobias Burnus
1999-06-20 17:21 ` Hans Hagen [this message]
1999-06-21  9:57   ` Wybo Dekker
1999-06-21 15:53     ` Hans Hagen
1999-06-21 15:58 Gilbert van den Dobbelsteen
1999-06-21 21:20 ` Hans Hagen

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=376D22FF.5B6F2D1E@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).