> On Feb 5, 2017, at 12:09 PM, Aditya Mahajan wrote:
>
> On Sun, 5 Feb 2017, Rogers, Michael K wrote:
>
>> Let's say I want a link to plot x+2 in Wolfram|Alpha. I need to catenate
>> "http://www.wolframalpha.com/input/?i="; and "plot+x%2B2". Is there any way
>> already available in ConTeXt t
Dear list,
I have the following sample:
\setupindenting[yes, always, big]
\setupfloatcaption[table][location=none]
\setupfloat[table][indentnext=no, spacebefore=5em]
\starttext
\input zapf
\placetable{}{
\startembeddedxtable
\startxrow
\startxcell knuth
On Sun, 5 Feb 2017, Rogers, Michael K wrote:
Let's say I want a link to plot x+2 in Wolfram|Alpha. I need to catenate
"http://www.wolframalpha.com/input/?i="; and "plot+x%2B2". Is there any way already available in
ConTeXt to translate reserved characters like "+" to the percent-hexcode "%2
Let's say I want a link to plot x+2 in Wolfram|Alpha. I need to catenate
"http://www.wolframalpha.com/input/?i="; and "plot+x%2B2". Is there any way
already available in ConTeXt to translate reserved characters like "+" to the
percent-hexcode "%2B"?
Something like
\encode[plot x+2]
wou