Dear all, I’ve been “out of ConTeXt” for a few months. In the meantime some things seem to have changed quite a bit. My present task is to handle the typesetting of the revision, for an external publisher, of my wife’s PhD thesis. I stumbled on a problem with fonts. I can typeset the book in its present version and the revised chapters with mkiv versions till mid 2016. The version I recently installed, on 23-08-2017, does not recognize the setups for the font selection anymore. The MWE below shows the problem. The older mkiv’s give Verdana, the present version some different font, probably the default TeX font. The same happens, m.m., when I replace Verdana with, for example, dejavu. %%%%%%%%%++++++MWE+++++++%%%%%%%% \usemodule[simplefonts] \setmainfont[Verdana] \setupbodyfont[10pt] %\setupinterlinespace[line=18pt] \definebodyfontenvironment[10pt][interlinespace=19pt] \definebodyfontenvironment[9pt]%[interlinespace=16pt] \definebodyfontenvironment[8pt] \setupindenting[yes,20pt]%,next] \setuppagenumbering[alternative=doublesided] \starttext \input knuth \stoptext %%%%%%%%%%%%%%+++++++++++++++%%%%%%%%%% So clearly these commands do not work anymore. I experimented a bit with information on wiki.contextgarden.net but without success. Can someone help me out here? Thanks in advance. Best regards, Robert Blackstone
On 08/24/2017 10:57 AM, Robert Blackstone wrote:
[...] %%%%%%%%%++++++MWE+++++++%%%%%%%% \usemodule[simplefonts] \setmainfont[Verdana] \setupbodyfont[10pt]
Robert, those command now read: \definefontfamily[mainface][rm][Verdana] \setupbodyfont[mainface, 10pt] \starttext \input zapf \stoptext I hope it helps, Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodriguez
-
Robert Blackstone