[XeTeX] math in XeLaTeX at 11pt or 12pt

Ross Moore ross at ics.mq.edu.au
Fri Apr 30 02:18:20 CEST 2004


Hi Jonathan,

The simplest of LaTeX files ...

\documentclass[12pt]{article}
\begin{document}
$
  a
$
  \end{document}

fails on the mathematics, with an error:

! Math formula deleted: Insufficient symbol fonts.
l.7 $



Here's the full log-file:

[GlenLivet:~/Documents/tests] rossmoor% xelatex xtest.tex
This is XeTeXk, Version 3.14159-2.1-0.5 (Web2C 7.5.2)
  %&-line parsing enabled.
entering extended mode
(./xtest.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, 
ngerman, n
ohyphenation, loaded.
(/usr/local/teTeX/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/local/teTeX/share/texmf/tex/latex/base/size12.clo)) (./xtest.aux)
! Math formula deleted: Insufficient symbol fonts.
l.7 $


Tracing with  \tracingall  reveals nothing untoward at that point.

The error goes away upon changing the initial font-size from  12pt
to  TeX's default of  10pt.    At  11pt  the error remains.

Using
     xelatex -kpathsea-debug=-1 xtest.tex
I cannot recognise anything that indicates a problem.


Needless to say, there is no such problem when using
other engines:   latex, pdflatex, elatex



The message is compiled into TeX engines:

[GlenLivet:~/Documents/tests] rossmoor% strings `kpsewhich tex.pool` | 
grep Insuff
47Math formula deleted: Insufficient symbol fonts
50Math formula deleted: Insufficient extension fonts

which sort of explains why tracing doesn't help.


All the best,

	Ross


------------------------------------------------------------------------
Ross Moore                                         ross at maths.mq.edu.au
Mathematics Department                             office: E7A-419
Macquarie University                               tel: +61 +2 9850 8955
Sydney, Australia                                  fax: +61 +2 9850 8114
------------------------------------------------------------------------



More information about the XeTeX mailing list