ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: horizontal spacing under special circumstances
Date: Tue, 08 Dec 2015 12:48:46 +0100	[thread overview]
Message-ID: <5666C39E.1090205@gmail.com> (raw)
In-Reply-To: <0EE7664F-5E91-48A1-B7EE-BDBF48F48D67@fiee.net>


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

> Henning Hraban Ramm <mailto:texml@fiee.net>
> 8. Dezember 2015 um 12:11
>
> Thank you for the suggestion, but I can’t see any change, even if I 
> use extreme values for \spaceskip (like 0.1 or 10.0), neither in footnotes
The footnote on the second page is a line shorter.

\startsetups[footnote:space]
   \spaceskip .7\interwordspace plus .5\interwordstretch minus 
\interwordshrink
\stopsetups

\starttext

\input zapf
\startfootnote
\input zapf
\stopfootnote

\page

\setupnote[footnote][setups=footnote:space]

\input zapf
\startfootnote
\input zapf
\stopfootnote

\stoptext
> nor in my description (is the setups key even supposed to work in 
> \definedescription?).
No, there is no setups key for description and you have to misuse the 
style key.

\define\CompressSpace
   {\spaceskip .7\interwordspace plus .5\interwordstretch minus 
\interwordshrink}

\definedescription[compressedspace]

\starttext

\startcompressedspace
\input zapf
\stopcompressedspace

\setupdescription[compressedspace][style=\CompressSpace]

\startcompressedspace
\input zapf
\stopcompressedspace

\stoptext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 2605 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
___________________________________________________________________________________

  reply	other threads:[~2015-12-08 11:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-07  9:54 Henning Hraban Ramm
2015-12-07 15:39 ` Aditya Mahajan
2015-12-07 18:06   ` Henning Hraban Ramm
2015-12-07 20:15     ` Rik Kabel
2015-12-08  3:01       ` Henning Hraban Ramm
2015-12-08  9:01 ` Wolfgang Schuster
2015-12-08 11:11   ` Henning Hraban Ramm
2015-12-08 11:48     ` Wolfgang Schuster [this message]
2015-12-08 15:20       ` Henning Hraban Ramm
2015-12-08 15:34       ` Aditya Mahajan
2015-12-08 11:50     ` Pablo Rodriguez
2015-12-08 15:22       ` Henning Hraban Ramm
2015-12-08 22:16         ` Wolfgang Schuster
2015-12-13 16:41           ` Henning Hraban Ramm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5666C39E.1090205@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).