ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Santy, Michael" <Michael.Santy@dynetics.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: escaping filenames with externalfigure
Date: Thu, 27 Dec 2007 09:02:34 -0600	[thread overview]
Message-ID: <6703815B292B664DBAEC55EE3192386A20BD72@poseidon.in.dynetics.com> (raw)
In-Reply-To: <4773BCE7.60605@wxs.nl>


[-- Attachment #1.1: Type: text/plain, Size: 2255 bytes --]

If I understand your suggestion correctly, specifying name doesn't work.

\externalfigure[][name=flower[1].jpg]
\externalfigure[name=flower[1].jpg]

Cheers,
Mike

-----Original Message-----
From: ntg-context-bounces@ntg.nl on behalf of Hans Hagen
Sent: Thu 12/27/2007 8:55 AM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] escaping filenames with externalfigure
 
Santy, Michael wrote:
> Is there a way to escape special characters in filenames passed to externalfigure.  I'm encountering the situation where users are choosing images that may contain brackets or curly braces (e.g., flower[1].jpg or flower{1}.jpg).  If I pass filename containing these characters directly to externalfigure, the closing bracket is mistaken for the end of the filename.
> \externalfigure[flower{1}.jpg] % works
> \externalfigure[flower[1].jpg] % doesn't work
> 
> I then tried to define a variable that holds the filename and pass that variable to externalfigure, but it ran into problems with curly braces.
> 
> \def\myimagefilename{flower[1].jpg} 
> \externalfigure[\myimagefilename] % works
> 
> \def\myimagefilename{flower{1}.jpg}
> \externalfigure[\myimagefilename] % doesn't work
> 
> Does anyone have any idea how I could handle arbitrary filename inputs that contain brackets and curly braces?

maybe "name" works

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 3688 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2007-12-27 15:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-27 14:09 Santy, Michael
2007-12-27 14:55 ` Hans Hagen
2007-12-27 15:02   ` Santy, Michael [this message]
2007-12-27 14:56 ` Hans Hagen
2007-12-27 15:05   ` Santy, Michael
2007-12-27 15:09   ` Wolfgang Schuster
2007-12-27 15:00 ` Wolfgang Schuster
2007-12-27 15:16   ` Santy, Michael
2007-12-27 15:27     ` Wolfgang Schuster
2007-12-27 15:58       ` Santy, Michael
2007-12-28 23:19         ` Hans Hagen
2008-01-03 13:35           ` Santy, Michael

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=6703815B292B664DBAEC55EE3192386A20BD72@poseidon.in.dynetics.com \
    --to=michael.santy@dynetics.com \
    --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).