From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6170 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: new website - manuals - figure inclusion Date: Fri, 16 Nov 2001 09:49:36 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.1.20011116094550.03d50870@server-1> References: <200111160727.IAA19207@smtp.jet.es> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035396714 8158 80.91.224.250 (23 Oct 2002 18:11:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:11:54 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: In-Reply-To: <200111160727.IAA19207@smtp.jet.es> Xref: main.gmane.org gmane.comp.tex.context:6170 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6170 At 08:27 AM 11/16/2001 +0100, geert@jet.es wrote: >- I checked out the new website and the new manuals. Is there a special >reason for leaving out the "figures" chapter in the dutch version of the >manual ? (just out of curiosity... I can do with the english version as >well.....) they are on my machine but i have to correct them and bring both manuals in sync. >- I am using context to generate documents that contain lots of figures, >and all is working perfectly well as long as all the figures are jpg. As >soon as I include some tif files, instead of the figure, I get a box in my >text which says "niet gedefinieerd". I am using the --pdf option to >generate PDF. The pdfTeX I am using is pdfTeX Version >3.14159-14f-released-20000525 (MiKTeX 2.1). I also tried generating the >"texutil.tuf" files without success. Any hints on that problem ?? In spec-tpd.tex (the pdftex special driver) you find: \definefileinsertion{tpd}{pdf}{\handlepdfimage} \definefileinsertion{tpd}{png}{\handlepdfimage} \definefileinsertion{tpd}{jpg}{\handlepdfimage} %definefileinsertion{tpd}{tif}{\handlepdfimage} % unstable so the reason is: tif inclusion is too instable, which has to do with the overloaded tif format. you can add the line \definefileinsertion{tpd}{tif}{\handlepdfimage} to your cont-sys.tex file if needed. Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------