Hello,
I'd like to get:
"%Home%"
with \hyphenatedfilename to the Ctx output.
But, these two methods don't work:
\hyphenatedfilename{\%Home\%} -- gives "\%Home\%" and
\hyphenatedfilename{%Home%} -- (obviously) produces error.
So what to write into \hyphenatedfilename to get "%Home%"?