math symbols not displaying

A

Andrew Dabrowski

I'm working on a simple Python program, with Tkinter, and I need to
display the math symbols for set union and intersection, in unicode
\N{N-ARY UNION} and \N{N-ARY INTERSECTION}. Everything was displaying
correctly (when I ran the program) until I changed my OS distribution
from SuSE to Ubuntu. Now those two symbols are not being displayed. I'm
not getting any error messages, there are simply blank spaces where the
symbols should be. Any ideas what the problem could be? I'm using Gnome
under Ubuntu 6.06.
 
M

Marc 'BlackJack' Rintsch

Andrew Dabrowski said:
I'm working on a simple Python program, with Tkinter, and I need to
display the math symbols for set union and intersection, in unicode
\N{N-ARY UNION} and \N{N-ARY INTERSECTION}. Everything was displaying
correctly (when I ran the program) until I changed my OS distribution
from SuSE to Ubuntu. Now those two symbols are not being displayed. I'm
not getting any error messages, there are simply blank spaces where the
symbols should be. Any ideas what the problem could be? I'm using Gnome
under Ubuntu 6.06.

The glyphs have to be present in the font that is used. Fonts that should
contain almost all mathematical characters are in the `latex-xft-fonts`
package.

Ciao,
Marc 'BlackJack' Rintsch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top