]> git.lyx.org Git - lyx.git/commitdiff
add bug from Enrico
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 18 Nov 2006 11:38:11 +0000 (11:38 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 18 Nov 2006 11:38:11 +0000 (11:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15964 a592a061-630c-0410-9148-cb99ea01b6c8

Status.15x

index 237c222056ed18177c32eba421593e44da0bbd55..783acf7642c8fd4cbc9338637866765eb26dbd66 100644 (file)
@@ -193,6 +193,27 @@ PAINTING & PERFORMANCE
   to LyX from another application, opening dialogs, etc.) take quite a long time
   to complete in 1.5.
 
+* Some math symbols are not displayed (from Enrico Forestieri)
+  I noticed that some math symbols are not shown on screen. This seems
+  to be platform dependent. The following is a table illustrating the
+  situation on three different platforms. Here "no" means that the
+  symbol is not shown on screen (the symbol is invisible but occupies
+  space: it is as a sort of \phantom), and "yes" that it is shown.
+  ---------------------------------------
+  Symbol         Linux   Solaris   Cygwin
+  ---------------------------------------
+  \Omega          no       no        no
+  \int            yes      yes       no
+  \oint           yes      yes       no
+  \otimes         no       no        no
+  \nleqslant      no       no        no
+  \spadesuit(*)   yes      no        yes
+  ---------------------------------------
+  (*) On solaris, a square is shown on screen instead of nothing.
+ Further comments from Georg: This is probably a qt4 font drawing problem,
+ since \Omega works fine in 1.4.3, and my debugging results showed that the
+ correct font is found and used (cmr10).
+
 
 BUILDING
 
@@ -389,4 +410,4 @@ CREDITS:
   FIXED (Abdel, sometimes in november 2006).
 
 * Items in the TOC cannot be moved using drag & drop (Joost 4/11/06).
-  WONTFIX (Abdel 2006-11-17): at least not for 1.5.0, this is just candy anyway.
\ No newline at end of file
+  WONTFIX (Abdel 2006-11-17): at least not for 1.5.0, this is just candy anyway.