5 Nov
2019
5 Nov
'19
2:43 p.m.
Hello, thanks Aditya and Wolfgang for "deep" explanation in several last mails. We are approaching the goal... Aditya's ocde: ---- \starttext \startasciimode \footnote{\type{%APPDATA%\file.txt}} \stopasciimode \stoptext ---- gives (in the footnote): " 1 %APPDATA%\file .txt " ^ ............... +------ So there is ONE UNWANTED SPACE - how to make it disappear? Thank you again for patience and best regards, Lukas On 2019-11-04 15:05, Aditya Mahajan wrote:
On Mon, 4 Nov 2019, Aditya Mahajan wrote:
That should have been:
As Hans' mentioned, use:
\startasciimode \footnote{\type{%APPDATA%\file.txt}} \stopasciimode
Aditya