bugGNU TeXmacs - Bugs: bug #3151, Incorrect display of characters in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #3151: Incorrect display of characters in Euler New Roman math

Submitter:  Ralf Treinen <treinen>
Submitted:  Mon 07 Apr 2003 09:02:08 PM UTC
   
 
Category:  Typesetter Priority:  5 - Normal
Item Group:  Error Status:  Fixed
Privacy:  Public Assigned to:  vdhoeven
Originator Name:  Open/Closed:  Closed
Release:  None Release:  1.0.1.9
Fixed Release:  1.0.5.7 Fixed Release: 
Keywords: 

Fri 27 Feb 2004 04:05:14 PM UTC, comment #1: 

I lack some understanding of TeXmacs internals concerning fonts management, so I was not able to provide a clean patch for that bug. However, here are some findings that may help Joris and David to fix this bug.

1) When math-font is set to Euler New Roman, the definitions of the symbols in the virtual font 'negate' (the file negate.vfn) are used in place of the symbols in the virtual font 'misc'. For instance, if you type a \ldots symbol (". ."), which is the 7th symbol defined in misc.vfn, you will see a \nni symbol, which is the 7th symbol defined in negate.vfn. And so on: the nth symbol in misc.vfn is drawn like the nth symbol in negate.vfn.

2) A similar swapping is taking place between negate.vfn and long.vfn: the nth symbol in negate.vfn is drawn like the nth symbol in long.vfn.

3) So it seems that each symbol definition is shifted to the other file definition. And if you comment one of the previous lines before the virtual fonts definition in font-math.scm (for instance line 270), the virtual fonts symbols are now correctly represented (though I doubt this is the proper way to fix that bug).

Gwenael Gabard <gabardgw>
Group Member
Mon 07 Apr 2003 09:02:08 PM UTC, original submission:  

From: -email is unavailable-
Date: Sat, 05 Apr 2003 03:25:11 -0500
To: -email is unavailable-

When using the Euler New Roman math fonts with TeXmacs, some characters
appear incorrectly.  In particular, the $\ldots$ character appears correct
when using Roman, Concrete or Adobe but when the math font is switched to Euler
New Roman it looks like a "not contains as an element" sign, that is  a
negated reversed version of $\in$.  Similar problems occur with  $\cdots$
and $\hdots$, looking like the negations of $\cong$ and $\subset$.

Ralf Treinen <treinen>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-16 vdhoeven StatusNone Fixed
    Assigned toNone vdhoeven
    Open/ClosedOpen Closed
    Fixed ReleaseNone 1.0.5.7
2004-02-27 gabardgw Carbon-Copy- Added gabardgw

Back to the top

Powered by Savane 3.14-d582.
Corresponding source code