[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: an alternative font to times for @M and @Math?
From: |
Ludovic Courtès |
Subject: |
Re: an alternative font to times for @M and @Math? |
Date: |
Thu, 13 Jan 2011 14:18:54 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) |
Hi Mark,
Mark Summerfield <address@hidden> 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’.