Re: [NTG-context] Can't use \type{\} in a footnote
You could use this: \starttext aa\footnote{I can get a backslash\textbackslash in footnote!} \stoptext Huseyin
Thanks, Huseyin. My codes in context is reasonable, so I want to know why this is wrong. Tim
Date: Tue, 7 May 2013 09:13:58 +0200 From: h.oezoguz@mmnetz.de To: ntg-context@ntg.nl Subject: Re: [NTG-context] Can't use \type{\} in a footnote
You could use this:
\starttext aa\footnote{I can get a backslash\textbackslash in footnote!} \stoptext
Huseyin
___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Am 07.05.2013 um 12:35 schrieb Tim Li
Thanks, Huseyin. My codes in context is reasonable, so I want to know why this is wrong.
Catcodes can’t be changed in footnotes which is necessary to make \ a normal character for the \type command. For TeX command you can use \tex{mycommand} which adds a \ at the begin of the argument. Wolfgang
participants (3)
-
"H. Özoguz"
-
Tim Li
-
Wolfgang Schuster