3 Feb
2011
3 Feb
'11
1:59 p.m.
On Thu, 3 Feb 2011, Hans Hagen wrote:
On 3-2-2011 8:49, Wolfgang Schuster wrote:
Here is a minimal example:
\starttext \doiffontpresentelse{cambria}{yes}{no} \doiffontpresentelse{unknown}{yes}{no} \stoptext
This is controlled by a directive. I will make that default, but because users can configure it in their configuration file, maybe you should force in in simplefonts:
\enabledirectives[fonts.autoreload]
That way you will only get a new scan when the mtxrun --generate has happened.
Thanks. That works perfectly. Aditya