Re: an alternative font to times for @M and @Math?
[email protected] (Ludovic Courtès)
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Hi Mark, Mark Summerfield <[email protected]> writes: > Unfortunately, this doesn't work for @M. This seems to work for me: --8<---------------cut here---------------start------------->8--- @SysInclude { report } @SysInclude { math } @Report @Title { Foo } @InitialFont { Courier Base 12p } // @Section @Title { yo } @Begin Hello. @M basefont { Schoolbook Bold } symbolfont { Times Slope } { p + q } @End @Section --8<---------------cut here---------------end--------------->8--- ... except that @Math always does a “{ Slope } @Font”, so the “Bold” attribute above is effectively ignored. Thanks, Ludo’.