ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* french character spacing in footnotes
@ 2013-06-27 22:27 Alan Bowen
  2013-06-28  2:56 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Bowen @ 2013-06-27 22:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]

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?

Alan

[-- Attachment #1.2: Type: text/html, Size: 796 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

* Re: french character spacing in footnotes
  2013-06-27 22:27 french character spacing in footnotes Alan Bowen
@ 2013-06-28  2:56 ` Wolfgang Schuster
  2013-06-28  5:33   ` Peter Münster
  2013-06-28 13:00   ` Alan Bowen
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2013-06-28  2:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 28.06.2013 um 00:27 schrieb Alan Bowen <bowenalan03@gmail.com>:

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


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

* Re: french character spacing in footnotes
  2013-06-28  2:56 ` Wolfgang Schuster
@ 2013-06-28  5:33   ` Peter Münster
  2013-06-28 13:01     ` Alan Bowen
  2013-06-28 13:00   ` Alan Bowen
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Münster @ 2013-06-28  5:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Jun 28 2013, Wolfgang Schuster wrote:

> 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]

See also: http://tracker.luatex.org/view.php?id=428#c1092

-- 
           Peter
___________________________________________________________________________________
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] 5+ messages in thread

* Re: french character spacing in footnotes
  2013-06-28  2:56 ` Wolfgang Schuster
  2013-06-28  5:33   ` Peter Münster
@ 2013-06-28 13:00   ` Alan Bowen
  1 sibling, 0 replies; 5+ messages in thread
From: Alan Bowen @ 2013-06-28 13:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1724 bytes --]

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 <bowenalan03@gmail.com>:
>
> > 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2576 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

* Re: french character spacing in footnotes
  2013-06-28  5:33   ` Peter Münster
@ 2013-06-28 13:01     ` Alan Bowen
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Bowen @ 2013-06-28 13:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1204 bytes --]

Thanks, Peter. I like your last idea of tying the french punctuation and
character spacing to \fr or \mainlanguage[fr].

Alan


On Fri, Jun 28, 2013 at 1:33 AM, Peter Münster <pmlists@free.fr> wrote:

> On Fri, Jun 28 2013, Wolfgang Schuster wrote:
>
> > 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]
>
> See also: http://tracker.luatex.org/view.php?id=428#c1092
>
> --
>            Peter
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2140 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2013-06-28 13:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27 22:27 french character spacing in footnotes Alan Bowen
2013-06-28  2:56 ` Wolfgang Schuster
2013-06-28  5:33   ` Peter Münster
2013-06-28 13:01     ` Alan Bowen
2013-06-28 13:00   ` Alan Bowen

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