From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14046 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: REQ: ConTEXt - Using external figure Date: Fri, 14 Nov 2003 10:01:54 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031114095952.024da178@server-1> References: <1068736462.3fb39fce92e28@webmail.t-online.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1068800955 26809 80.91.224.253 (14 Nov 2003 09:09:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2003 09:09:15 +0000 (UTC) Cc: ntg-context@ntg.nl Original-X-From: ntg-context-admin@ntg.nl Fri Nov 14 10:09:13 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKZx3-0001OD-00 for ; Fri, 14 Nov 2003 10:09:13 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B2EB310B34; Fri, 14 Nov 2003 10:09:07 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 2760510B2F for ; Fri, 14 Nov 2003 10:01:58 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hAE91tl16859; Fri, 14 Nov 2003 10:01:55 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 6B7E123363; Fri, 14 Nov 2003 10:01:57 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 70974179DB; Fri, 14 Nov 2003 09:01:56 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: Arturo.Pollozek@t-online.de (Arturo Pollozek) In-Reply-To: <1068736462.3fb39fce92e28@webmail.t-online.de> Original-References: <1068736462.3fb39fce92e28@webmail.t-online.de> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14046 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14046 At 16:19 13/11/2003, you wrote: >Dear Sir or Madam, > >REQ: ConTEXt - Using external figure > >I would be grateful if you could help me. >I want to use an external figure in my logo. The figure exists in >several types. >The best quality I get with the type eps, the worst with png. ConTEXt >is choosing png and I can not force it to choose instead eps. these things depend on the driver; it looks like you don't use pdfetex (which is currently the best choice); in that case, you can convert the eps to pdf and include that. Otherwise, try: \useexternalfigure [fig-logo-geoport] [logo3-geoport.eps] [scale=500] Hans