I am pretty much a noob concerning TeX, and currently writing a project in ConTeXt.
My problem is that I don’t know how to manually define the length of a common word space. The word space length ConTeXt uses by itself is okay on the longer end, but way too short on the most compressed end.
The contextgarden entry on \setuptolerance seems to imply that there is a way to define word spaces:
\spaceskip .5em plus .25em minus .25em
sounds a lot like there is a way to define the mean length, as well as maximum deviations for word spaces.
How would I put that into the appropriate syntax for such a value to be used throughout my document as default word space?
\setuptolerance[horizontal,space]. – egreg Mar 15 '12 at 23:48\setuptolerance[space]only fixes\spaceskipand cannot change it. – mbork Mar 16 '12 at 0:04\spaceskipis a good idea to begin with. – egreg Mar 16 '12 at 0:10\emergencystretchis probably usually the better way to go). (This, either, does not have any high-level interface in ConTeXt, except for\setuptolerance[stretch].) – mbork Mar 16 '12 at 8:05