Re: [NTG-context] ASCII mode within \footnote

2019-11-08 Thread context
Hello, many thanks again, especially \type[compact=absolute] and \typeinlinebuffer solve my problem! Best regards, Lukas On 2019-11-08 09:52, Hans Hagen wrote: On 11/8/2019 12:11 AM, Aditya Mahajan wrote: On Thu, 7 Nov 2019, Wolfgang Schuster wrote: A way to avoid this problem is to

Re: [NTG-context] ASCII mode within \footnote

2019-11-08 Thread Hans Hagen
On 11/8/2019 12:11 AM, Aditya Mahajan wrote: On Thu, 7 Nov 2019, Wolfgang Schuster wrote: A way to avoid this problem is to use a slash a path separator instead of the backslash. Another way to get rid of it is to save the path a buffer and print the content of the buffer with the

Re: [NTG-context] ASCII mode within \footnote

2019-11-07 Thread Aditya Mahajan
On Thu, 7 Nov 2019, Wolfgang Schuster wrote: A way to avoid this problem is to use a slash a path separator instead of the backslash. Another way to get rid of it is to save the path a buffer and print the content of the buffer with the \typeinlinebuffer command. \starttext \startbuffer

Re: [NTG-context] ASCII mode within \footnote

2019-11-07 Thread Wolfgang Schuster
> 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):

Re: [NTG-context] ASCII mode within \footnote

2019-11-05 Thread context
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 "

Re: [NTG-context] ASCII mode within \footnote

2019-11-04 Thread Wolfgang Schuster
Aditya Mahajan schrieb am 04.11.2019 um 15:05: On Mon, 4 Nov 2019, Aditya Mahajan wrote: That should have been: As Hans' mentioned, use: \startasciimode \footnote{\type{%APPDATA%\file.txt}} \stopasciimode In a longer document setting \asciimode at the begin can be the better solution.

Re: [NTG-context] ASCII mode within \footnote

2019-11-04 Thread Aditya Mahajan
On Mon, 4 Nov 2019, Aditya Mahajan wrote: That should have been: As Hans' mentioned, use: \startasciimode \footnote{\type{%APPDATA%\file.txt}} \stopasciimode Aditya ___ If your question is of interest to others

Re: [NTG-context] ASCII mode within \footnote

2019-11-04 Thread Aditya Mahajan
On Mon, 4 Nov 2019, cont...@vivaldi.net wrote: Hello Aditia, thanks for reaction. I simply want to write "%APPDATA%\file.txt" and the same into the footnote, with ability to use the text "%APPDATA%\file.txt" without any substitution (like "%" -> "\letterpercent") - if possible. My

Re: [NTG-context] ASCII mode within \footnote

2019-11-04 Thread context
Hello Aditia, thanks for reaction. I simply want to write "%APPDATA%\file.txt" and the same into the footnote, with ability to use the text "%APPDATA%\file.txt" without any substitution (like "%" -> "\letterpercent") - if possible. My attepmts with \text or \asciimode fail: \starttext

Re: [NTG-context] ASCII mode within \footnote

2019-11-02 Thread Aditya Mahajan
On Sat, 2 Nov 2019, cont...@vivaldi.net wrote: Hello, OK, thanks for reaction. One more example - \text instead of ascii mode: \starttext \type{%@$} A\footnote{\type{*\$% }} B\footnote{\type{*\$\% }} \stoptext gives: " *\$ *\$\% " in the footnote. IOW, I cannot simply

Re: [NTG-context] ASCII mode within \footnote

2019-11-02 Thread context
Hello, OK, thanks for reaction. One more example - \text instead of ascii mode: \starttext \type{%@$} A\footnote{\type{*\$% }} B\footnote{\type{*\$\% }} \stoptext gives: " *\$ *\$\% " in the footnote. IOW, I cannot simply print "%": "%" at the end yields "" whilst "\%"

Re: [NTG-context] ASCII mode within \footnote

2019-11-01 Thread Hans Hagen
On 11/1/2019 2:23 PM, cont...@vivaldi.net wrote: Hello, the following code doesn't compile: \starttext   \startasciimode %@$\stopasciimode   A   \footnote{\startasciimode %@$\stopasciimode} % Try to comment this \stoptext When the line with \footnote is commented,

[NTG-context] ASCII mode within \footnote

2019-11-01 Thread context
Hello, the following code doesn't compile: \starttext \startasciimode %@$\stopasciimode A \footnote{\startasciimode %@$\stopasciimode} % Try to comment this \stoptext When the line with \footnote is commented, compilation works fine. What's "evil" in