ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: export: graphic url (special chars?)
Date: Mon, 20 Jun 2011 10:17:20 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.02.1106201014420.26540@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <7B4626C28B06A7418E938BF73D6DEE18F9F571EF39@KCL-MAIL05.kclad.ds.kcl.ac.uk>

On Mon, 20 Jun 2011, Reviczky, Adam wrote:

> Further, if the url has a "%" symbol then the name property stops at that, see:
> ---
> \setupbackend[export=test.xml]
> \enabledirectives[schemes.cleanmethod=md5]
> \def\googlechart
> {\begingroup
>  \setcatcodetable\vrbcatcodes
>  \dodoubleempty\dogooglechart}
> \def\dogooglechart[#1][#2]%
>  {\endgroup
>   \externalfigure[#1][method=png,#2]}

You could try (untested)

\def\googlechart[#1][#2]%
   {\externalfigure[#1][...]%
    \endgroup}

or

\def\dogooglechart[#1][#2]%
   {\useexternalfigure[googlechart][#1]%
    \endgroup
    \externalfigure[googlechart][...]}

> \starttext
> \googlechart[http://chart.apis.google.com/chart?chs=350x220&cht=p3&chd=s:G99p&chdl=2|1|1|6|2|0|52|52|2|2|1|1|2|2|2|2|2|1|1|2|2|1|1|1|2|1|1&chdlp=b&chp=0.1&chl=fsharp|gettext|gettext-base|Others%20%2824%29&chma=95,95&chtt=Launchpad+Statistics+for+%7Ereviczky+-+ppa&chts=676767,13.5][factor=max]
> \stoptext
> ---
>
> gives:
> name='http://chart.apis.google.com/chart?chs=350x220&cht=p3&chd=s:G99p&chdl=2|1|1|6|2|0|52|52|2|2|1|1|2|2|2|2|2|1|1|2|2|1|1|1|2|1|1&chdlp=b&chp=0.1&chl=fsharp|gettext|gettext-base|Others'

Aditya
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-06-20 14:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20  5:37 Reviczky, Adam
2011-06-20 14:17 ` Aditya Mahajan [this message]
2011-06-20 14:27 Reviczky, Adam

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=alpine.LNX.2.02.1106201014420.26540@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --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).