From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/559 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: figuur masker is niet te vinden Date: Sun, 20 Jun 1999 19:21:03 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <376D22FF.5B6F2D1E@wxs.nl> References: <199906192041.WAA02747@servalys.hobby.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391412 25082 80.91.224.250 (23 Oct 2002 16:43:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:43:32 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Wybo Dekker Xref: main.gmane.org gmane.comp.tex.context:559 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:559 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 -----------------------------------------------------------------