ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \asciimode not working when in \footnote
@ 2014-02-19 19:18 Pablo Rodriguez
  2014-02-19 19:24 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2014-02-19 19:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

\starttext
{\asciimode It works in body%.}\footnote{But not in footnotes
{\asciimode %}.}
\stoptext

I’m afraid \asciimode cannot be included within a footnote.

Is this a bug or am I missing something?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \asciimode not working when in \footnote
  2014-02-19 19:18 \asciimode not working when in \footnote Pablo Rodriguez
@ 2014-02-19 19:24 ` Wolfgang Schuster
  2014-02-19 21:10   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-02-19 19:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 19.02.2014 um 20:18 schrieb Pablo Rodriguez <oinos@gmx.es>:

> Dear list,
> 
> I have the following sample:
> 
> \starttext
> {\asciimode It works in body%.}\footnote{But not in footnotes
> {\asciimode %}.}
> \stoptext
> 
> I’m afraid \asciimode cannot be included within a footnote.
> 
> Is this a bug or am I missing something?

You have to enable ascii mode before you write the footnote.

\asciimode
\starttext
It works in body%.
\footnote{But not in footnotes %.}
\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \asciimode not working when in \footnote
  2014-02-19 19:24 ` Wolfgang Schuster
@ 2014-02-19 21:10   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2014-02-19 21:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/19/2014 08:24 PM, Wolfgang Schuster wrote:
> Am 19.02.2014 um 20:18 schrieb Pablo Rodriguez <oinos@gmx.es>:
>> [...]
>> I’m afraid \asciimode cannot be included within a footnote.
>>
>> Is this a bug or am I missing something?
> 
> You have to enable ascii mode before you write the footnote.

Many thanks for the tip, Wolfgang.

It solves the issue.


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-19 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 19:18 \asciimode not working when in \footnote Pablo Rodriguez
2014-02-19 19:24 ` Wolfgang Schuster
2014-02-19 21:10   ` Pablo Rodriguez

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).