Re: [NTG-context] Google Chart URL

2011-04-19 Thread Reviczky, Adam
Do you have “\enabledirectives[schemes.cleanmethod=md5]” in your preamble? Silly me, I've forgot that. Thanks again for your help! Adam ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] Google Chart URL

2011-04-18 Thread mathew
On Sat, Apr 16, 2011 at 13:31, Reviczky, Adam adam.revic...@kcl.ac.uk wrote: ! Undefined control sequence. system           tex error on line 3 in file test.tex: Undefined control sequence ... as far as I can tell it's the | symbol where it has problems. The | symbol is not allowed

Re: [NTG-context] Google Chart URL

2011-04-18 Thread Wolfgang Schuster
Am 16.04.2011 um 21:49 schrieb Aditya Mahajan: On Sat, 16 Apr 2011, Reviczky, Adam wrote: Hmm I still have some problems with this. How would it look like for this URL? I've tried asciimode and \letterbar + \letterpercent, but no luck.

Re: [NTG-context] Google Chart URL

2011-04-18 Thread Reviczky, Adam
\asciimode can be overkill because it makes also “%” a normal character, better you define a command which change the catcodes. \def\googlechart {\begingroup \setcatcodetable\vrbcatcodes \dodoubleempty\dogooglechart} \def\dogooglechart[#1][#2]% {\endgroup

Re: [NTG-context] Google Chart URL

2011-04-18 Thread Wolfgang Schuster
Am 19.04.2011 um 03:05 schrieb Reviczky, Adam: Thanks, that looks really nice, but somehow it doesn't work with my url:

[NTG-context] Google Chart URL

2011-04-16 Thread Reviczky, Adam
Hi I have problems with special characters in URL's. What I wanted at first place, is embedding a google chart image, so I've tried this: \starttext \externalfigure[{https://chart.googleapis.com/chart?cht=p3chs=250x100chd=t:60,40chl=Hello|World}] \stoptext which fails with: ! Undefined control

Re: [NTG-context] Google Chart URL

2011-04-16 Thread Wolfgang Schuster
Am 16.04.2011 um 20:31 schrieb Reviczky, Adam: Hi I have problems with special characters in URL's. What I wanted at first place, is embedding a google chart image, so I've tried this: \starttext

Re: [NTG-context] Google Chart URL

2011-04-16 Thread Reviczky, Adam
\starttext \externalfigure[https://chart.googleapis.com/chart?cht=p3chs=250x100chd=t:60,40chl=Hello\letterbar World][method=png,scale=4000] \stoptext Wolfgang Thank you very much. Adam ___ If your question is

Re: [NTG-context] Google Chart URL

2011-04-16 Thread Aditya Mahajan
On Sat, 16 Apr 2011, Wolfgang Schuster wrote: Am 16.04.2011 um 20:31 schrieb Reviczky, Adam: Hi I have problems with special characters in URL's. What I wanted at first place, is embedding a google chart image, so I've tried this: \starttext

Re: [NTG-context] Google Chart URL

2011-04-16 Thread Reviczky, Adam
Hmm I still have some problems with this. How would it look like for this URL? I've tried asciimode and \letterbar + \letterpercent, but no luck.

Re: [NTG-context] Google Chart URL

2011-04-16 Thread Aditya Mahajan
On Sat, 16 Apr 2011, Reviczky, Adam wrote: Hmm I still have some problems with this. How would it look like for this URL? I've tried asciimode and \letterbar + \letterpercent, but no luck.