ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: ntg-context@ntg.nl
Subject: Re: escaping filenames with externalfigure
Date: Thu, 27 Dec 2007 16:09:52 +0100	[thread overview]
Message-ID: <20071227160952.471cd95b.schuster.wolfgang@googlemail.com> (raw)
In-Reply-To: <4773BD0E.2020108@wxs.nl>

On Thu, 27 Dec 2007 15:56:14 +0100
Hans Hagen <pragma@wxs.nl> wrote:

> 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
> 
> \externalfigure[{flower[1].jpg}] may also work

This did not work, the bracket after 1 is interpreted as the end for
externalfigure and ConTeXt looks for a figure with the name "flower[1"
but brackets in figure names could be used with \useexternalfigure.

> > 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?
> > 
> > Cheers,
> > Mike

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2007-12-27 15:09 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
2007-12-27 14:56 ` Hans Hagen
2007-12-27 15:05   ` Santy, Michael
2007-12-27 15:09   ` Wolfgang Schuster [this message]
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=20071227160952.471cd95b.schuster.wolfgang@googlemail.com \
    --to=schuster.wolfgang@googlemail.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).