> On Wed, 2005-05-18 at 17:31 +1000, msevior@physics.unimelb.edu.au wrote:
>> ../../../src/frontend/common/TemplateBuilder.hh:1255: error: incomplete
>> type `Attribute' used in nested name specifier
>
> hmmm this might be the G++ compiler getting pickier every day. I
> currently use
>
> gcc (GCC) 3.3.6 (Debian 1:3.3.6-4)
>
> and have no problem.
>
> I have committed a patch in TemplateBuilder.hh that includes the file
> where Attribute is defined, try to see if this shuts gcc up.
Hi Luca,
Thanks very much! It compiles and builds nicely now.
I started testing the new code.
I tried this..
[ y = \frac{\alpha}{x} + \beta \]
running it through itex2MML then through my entity to unicode convertor
gives
<math xmlns='http://www.w3.org/1998/Math/MathML' mode='display'><mi>y</mi>
<mo>=</mo><mfrac><mrow><mi>α</mi>
</mrow><mrow><mi>x</mi>
</mrow></mfrac><mo>+</mo><mi>β</mi>
</math>
Which renders nicely except for the alpha nd beta which rectangles on screen.
This may well be a bug with how my fonts are configured on my system.
As soons Fedora-core-4 is released I'm gonna wipe my system and do a clean
reinstall coz my system is seriously weird by now.
But in case it isn't my system, have you tried this with the computer
modern fonts yet? Does alpha, beta and the other greek sysmbols work OK?
Cheers
Martin
CHeers
>
> --luca
>
Received on Fri May 20 15:16:44 2005
This archive was generated by hypermail 2.1.8 : Fri May 20 2005 - 15:16:46 CEST