Changes

Jump to navigation Jump to search
437 bytes added ,  17:35, 11 February 2013
no edit summary
In English, the space after some punctuation (most notably after period) is wider than a usual one; this is a standard behaviour of ConTeXt when typesetting in English. If you want to disable it, in plain TeX or LaTeX you would call <code>\frenchspacing</code>. In ConTeXt, you may say <texcode>\setuplanguage[en][spacing=packed]</texcode> instead.
 
Here is a nice tweak:
 
<texcode>
\enabledirectives[characters.spaceafteruppercase=normal]
 
\vbox{\hsize 5em x. X\par x.\ X\par X. X\par X.\ X\par}
</texcode>
 
By default space after uppercase followed by punctuation is set to <code>traditional</code> which enables a somewhat special hard coded hack in the tex engine where characters with sfcodes 999 nil a following spacecode setting, even when it's triggered by a <code>\ </code>.
30

edits

Navigation menu