ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* spacing in notes
@ 2016-01-11  5:53 Pablo Rodriguez
  2016-01-11 11:01 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo Rodriguez @ 2016-01-11  5:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have this sample:

    \showframe
    \setuppapersize[A7]
    \setupnotation[footnote][width=broad]
    \starttext
    \footnote{\input zapf}
    \stoptext

I need better spacing in footnotes (to avoid horizontal overflows).

I thought "width=broad" would improve the situation, but it didn’t
change anything.

What am I doing wrong here?

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

* Re: spacing in notes
  2016-01-11  5:53 spacing in notes Pablo Rodriguez
@ 2016-01-11 11:01 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2016-01-11 11:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Pablo Rodriguez <mailto:oinos@gmx.es>
> 11. Januar 2016 um 06:53
> Dear list,
>
> I have this sample:
>
> \showframe
> \setuppapersize[A7]
> \setupnotation[footnote][width=broad]
> \starttext
> \footnote{\input zapf}
> \stoptext
>
> I need better spacing in footnotes (to avoid horizontal overflows).
>
> I thought "width=broad" would improve the situation, but it didn’t
> change anything.
>
> What am I doing wrong here?
You have to change the alignment values. Instead of "stretch" which 
allows ConTeXt
to put larger spaces between word you can use font expansion.

\setupnotation[footnote][align={verytolerant,stretch}]

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1689 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] 2+ messages in thread

end of thread, other threads:[~2016-01-11 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11  5:53 spacing in notes Pablo Rodriguez
2016-01-11 11:01 ` Wolfgang Schuster

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