mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Scheme command to insert an eps picture


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Scheme command to insert an eps picture
  • Date: Wed, 20 Jul 2005 15:35:52 +0200

On Wed, Jul 20, 2005 at 03:29:03PM +0200, Nicolas Ratier wrote:
> > There is an easy way to find that out yourself: look at the scheme code
> > corresponding to Insert -> Image -> Insert image or Insert -> Image ->
> > Link
> > image.
>
> It is not what I'm looking for: because it open a windows to select
> the file. In my case I know the file, by exemple,
> "/home/nicolas/Desktop/Test/an.eps" and I want to include it.
> (It is for defining a short-key to include a given file, always the same)

Well, from

(choose-file make-inline-image "Load image" "image")

it is not hard to guess that the command you are looking for is

(make-inline-image url)

At least, it is reasonable to try this...



Archive powered by MHonArc 2.6.19.

Top of page