ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: context@vivaldi.net
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: ASCII mode within \footnote
Date: Mon, 04 Nov 2019 12:36:10 +0100	[thread overview]
Message-ID: <06afaaf61f5dee2b37aee0951201ed4d@vivaldi.net> (raw)
In-Reply-To: <nycvar.YAK.7.76.1911021129230.32764@nqv-guvaxcnq>

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
   \type{%APPDATA%\file.txt}
   \footnote{%
     %\type{%APPDATA%\file.txt}
     %\asciimode{%APPDATA%\file.txt}
   }
\stoptext
----

Even plays with

       %\catcode\commentasciicode=\othercatcode
       %\catcode\backslashasciicode=\othercatcode

don't give the desired result.

So - is there a simple way how to get strings with "%" and "\" (which 
represent a path on Windows) into footnote?

Best regards,

Lukas


On 2019-11-02 16:35, Aditya Mahajan wrote:

> Why not just use asciimode?
> 
> To understand why \footnote{\type{...}}} doesn't work, you need to
> understand TeX's "digestive system". \type{...} (and asciimode) work
> by modifying the catcode tables. However, they are are used inside a
> footnote, the argument of \footnote is parsed according to the catcode
> table which is active when footnote is passed. Under the default
> catcode table, % is a comment, so when you type:
> 
> \footnote{\type{*\$%
> }}
> 
> the argument of \footnote is `\type{*\$}`
> 
> So, if you want \footnote to "see" the %, you need to activate a
> catcode table where % is a letter. So, the simplest solution is to use
> \asciimode.
> 
> Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2019-11-04 11:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-01 13:23 context
2019-11-01 13:36 ` Hans Hagen
     [not found]   ` <0e3fc588e96d00f1f235e1f3b9499335@vivaldi.net>
2019-11-02  9:45     ` context
2019-11-02 15:35       ` Aditya Mahajan
2019-11-04 11:36         ` context [this message]
2019-11-04 13:36           ` Aditya Mahajan
2019-11-04 14:05             ` Aditya Mahajan
2019-11-04 16:34               ` Wolfgang Schuster
2019-11-07 22:04                 ` Wolfgang Schuster
2019-11-07 23:11                   ` Aditya Mahajan
2019-11-08  8:52                     ` Hans Hagen
2019-11-08  9:45                       ` context
2019-11-05 13:43               ` context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=06afaaf61f5dee2b37aee0951201ed4d@vivaldi.net \
    --to=context@vivaldi.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).