Thanks, Wolfgang—that code works perfectly and is a great help. Alan On Thu, Jun 27, 2013 at 10:56 PM, Wolfgang Schuster < schuster.wolfgang@gmail.com> wrote:
Am 28.06.2013 um 00:27 schrieb Alan Bowen
: The following code has the right character spacing spacing in the body text but not in the footnote.
\startcomponent Test \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] Le début est lacunaire; le début est lacunaire: le début est lacunaire. Est-ce que le début est lacunaire? \quote{Il n’y a pas de titre final}?% \footnote{Le début est lacunaire; le début est lacunaire: le début est lacunaire. Est-ce que le début est lacunaire? \quote{Il n’y a pas de titre final}?}
\stopcomponent
I am running the latest standalone.
Any suggestions?
ConTeXt resets a few features for the notes and you have to enable them for the notes block. Add the following lines to your document and it should work.
\startsetups[footnote:french] \setcharacterspacing[frenchpunctuation] \stopsetups
\setupnote[footnote][setups=footnote:french]
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
___________________________________________________________________________________