xelatex math symbols do not work when using fontspec
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
texlive-bin (Debian) |
Fix Released
|
Unknown
|
|||
texlive-bin (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Since Ubuntu jaunty RC, when I compile xelatex documents, the math is not printed properly. In the file xelatex_
To reproduce:
1. Under jaunty, do: xelatex xelatex_
2. Look at PDF file. The text (with the "é" non-ASCII letter) is printed but not the math.
I have package texlive-xetex 2007.dfsg.
When doing the same under interpid, I got the sum sign printed.
This is xelatex output when compiling the file:
This is XeTeXk, Version 3.141592-
%&-line parsing enabled.
entering extended mode
(./xelatex_
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, farsi, croatian, ukrainian, russian, bulgarian, czech, slov
ak, danish, dutch, finnish, basque, french, german, ngerman, ibycus, greek, mon
ogreek, ancientgreek, hungarian, italian, latin, mongolian, norsk, icelandic, i
nterlingua, turkish, coptic, romanian, welsh, serbian, slovenian, estonian, esp
eranto, uppersorbian, indonesian, polish, portuguese, spanish, catalan, galicia
n, swedish, ukenglish, pinyin, loaded.
(/usr/share/
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
fontspec.cfg loaded.
(/usr/share/
No file xelatex_
(/usr/share/
(/usr/share/
(/usr/share/
** WARNING ** This .map file looks like a dvips format fontmap file.
** WARNING ** -- Current input buffer is: aealbattar ae_AlBattar "ArabeyesArabic
** WARNING ** -- Reading fontmap file stopped at: file="pdftex.map", line=6.
Output written on xelatex_
Transcript written on xelatex_
Changed in texlive-bin (Ubuntu): | |
status: | New → Confirmed |
summary: |
- [jaunty] xelatex math symbols do not work when using fontspec + xelatex math symbols do not work when using fontspec |
Changed in texlive-bin (Debian): | |
status: | Unknown → Fix Released |
I can confirm this bug on Jaunty (9.04); it was not present in Hardy (8.04).
There is a fix for this on the debian-bugs-list: /msg631117. html
http://<email address hidden>
I have applied that fix to my system and mathematical symbols are now produced correctly with XeLaTeX.
In brief, edit the configuration file: /etc/texmf/ dvipdfm/ dvipdfmx. cfg
Comment the line "f pdftex.map" by adding a percent symbol at the beginning of the line.
Uncomment the line "f dvipdfm.map" by removing the percent symbol.
Save and run xelatex again.