Hi all, I wanted to let you know that Hans has uploaded a new version last night. This is a bug fix release, and you are advised to upgrade your system as soon as possible. Release notes are on the wiki, as usual: http://contextgarden.net/Release_Notes Greetings, Taco
Taco Hoekwater wrote:
Hi all,
I wanted to let you know that Hans has uploaded a new version last night. This is a bug fix release, and you are advised to upgrade your system as soon as possible. Release notes are on the wiki, as usual:
thanks, right now i'm uploadign a beta release wit fixed utf vectors (adn new math vectors); it's a beta because i want to be sure that it still is ok (there were a few bugs in the greek and cyrillic ones; there is now also \starttext \showunicodevector{000} \showunicodevector{001} \showunicodevector{002} \showunicodevector{003} \showunicodevector{004} \showunicodevector{005} \showunicodevector{030} \showunicodevector{031} \showunicodevector{032} \showunicodevector{033} \showunicodevector{034} \stoptext (this also works correct with \chardef\utfunicodetracer=7 cum suis) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 22 juin 2005, at 12:27, Taco Hoekwater wrote:
Hi all,
I wanted to let you know that Hans has uploaded a new version last night. This is a bug fix release, and you are advised to upgrade your system as soon as possible. Release notes are on the wiki, as usual:
http://contextgarden.net/Release_Notes
Greetings, Taco
Hi all, Thank you Hans and Taco for your efforts! I just installed the new version (with Gerben Wierda's i-Installer under Mac OS X 10.4). There is a problem with the fonts, since it seems impossible to setup body fonts to other sizes than 10 (or 12?) points. Here is a minimal example showing the issue: %% bug-fonts.tex \font\bigrm=cmr10 at 24pt \setupbodyfont[24pt] \starttext {\bigrm This is huge, thanks to Plain-\TeX\dots} \blank Is this huge? No, due to a bug in \ConTeXt\ 2005.06.21\dots \blank {\bigrm This is huge, thanks to Plain-\TeX\dots} \stoptext
Otared Kavian wrote:
body fonts to other sizes than 10 (or 12?) points. Here is a minimal
10 11 12 14.4 17.3 .. or other defined bodyfont environments -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 6/22/05, Taco Hoekwater
Hi all,
I wanted to let you know that Hans has uploaded a new version last night. This is a bug fix release, and you are advised to upgrade your system as soon as possible. Release notes are on the wiki, as usual:
http://contextgarden.net/Release_Notes
Greetings, Taco
Hi all, Thank you Hans and Taco for your efforts! I just installed the new version (with Gerben Wierda's i-Installer under Mac OS X 10.4). There is a problem with the fonts, since it seems impossible to setup body fonts to other sizes than 10 (or 12?) points. Here is a minimal example showing the issue: %% bug-fonts.tex \font\bigrm=cmr10 at 24pt \setupbodyfont[24pt] \starttext {\bigrm This is huge, thanks to Plain-\TeX\dots} \blank Is this huge? No, due to a bug in \ConTeXt\ 2005.06.21\dots \blank {\bigrm This is huge, thanks to Plain-\TeX\dots} \stoptext
Otared KAVIAN wrote:
On 6/22/05, Taco Hoekwater
wrote: Hi all,
I wanted to let you know that Hans has uploaded a new version last night. This is a bug fix release, and you are advised to upgrade your system as soon as possible. Release notes are on the wiki, as usual:
http://contextgarden.net/Release_Notes
Greetings, Taco
Hi all,
Thank you Hans and Taco for your efforts! I just installed the new version (with Gerben Wierda's i-Installer under Mac OS X 10.4). There is a problem with the fonts, since it seems impossible to setup body fonts to other sizes than 10 (or 12?) points. Here is a minimal example showing the issue:
%% bug-fonts.tex \font\bigrm=cmr10 at 24pt \setupbodyfont[24pt] \starttext {\bigrm This is huge, thanks to Plain-\TeX\dots} \blank Is this huge? No, due to a bug in \ConTeXt\ 2005.06.21\dots \blank {\bigrm This is huge, thanks to Plain-\TeX\dots} \stoptext
hm, this is related to the change of \dodefineunknownbodyfont, which you can change back to: (font-ini.tex) \def\dodefineunknownbodyfont#1#2% see *** {\doifdefined{\s!default\s!default#2}% somehow related to */* {\donetrue \getvalue{\s!default\s!default#2}{#1}{#2}}} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 6/22/05, Hans Hagen
hm, this is related to the change of \dodefineunknownbodyfont, which you can change back to: (font-ini.tex)
\def\dodefineunknownbodyfont#1#2% see *** {\doifdefined{\s!default\s!default#2}% somehow related to */* {\donetrue \getvalue{\s!default\s!default#2}{#1}{#2}}}
Hi Hans, Thank you very much for your quick answer: after changing font-ini.tex and making again the formats, \setupbodyfont[24pt] (or whatever else) works fine. Cheers: OK
participants (4)
-
Hans Hagen
-
Otared Kavian
-
Otared KAVIAN
-
Taco Hoekwater