19 Oct
2014
19 Oct
'14
10:23 p.m.
Am 19.10.2014 um 21:52 schrieb Pablo Rodriguez
: Dear list,
I have the following sample:
\asciimode \starttext \useURL[url][only#one]\from[url] \stoptext
\asciimode seems to repeat the hash char.
I’m afraid this might be a bug.
It’s a known side effect of the \detokenize (a TeX primitive) command. \starttext \detokenize{#} \stoptext The same effect happens with the \hypenatedurl command which uses \detokenize as well to pass the argument to Lua. Wolfgang