Am 24.06.2014 um 20:56 schrieb Pablo Rodriguez
On 06/24/2014 09:42 AM, Tomas Hala wrote:
I tried it, but unfortunately it does not work, either before, or after. Is there any other way how to enable it?
Tomas,
the following works (but not for ConTeXt from TeXLive 2013):
\showframe \definefontfeature[default][default] [expansion=quality,protrusion=quality] \definefontfamily[mainface][serif][Trebuchet MS]
You don’t need the \definefontfeature command when you write \definefontfamily[mainface][serif][Trebuchet MS][features={default,quality}]
\setupbodyfont[mainface] \setupalign[hz,hanging] \starttext \input knuth \stoptext
Output available at http://www.ousia.tk/protrusion.pdf.
I suggest that you install the ConTeXt Suite (instructions available at http://wiki.contextgarden.net/ConTeXt_Standalone). You don’t need to uninstall anything. It is always worth having the latest beta version.
The \definefontfamily command works also with Texlive 2014. Wolfgang