latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
246 stars 29 forks source link

Rare failure with xelatex #365

Closed theirix closed 8 years ago

theirix commented 8 years ago

Sorry if this bug is not a unicode-math bug. Any thoughts or ideas would help!

I am using xelatex and unicode-math to build documentation for different debian architectures. I found a very strange issue when absolute identical installations of texlive-2016 on amd64 and MIPS (debian sid, build environment, totally identical versions, packages and fonts) behave differently - MIPS failed while all other work well. So it cannot be easily reproduced at typical workstation.

Error is:

! Improper `at' size (0.0pt), replaced by 10pt.
<to be read again>
                   relax
l.16 Test content test content.\footnote{
                                         Hello.}

Minimal working example: https://gist.github.com/theirix/80b7b9ca7d0e47ea2cfb10522f57c486 . It works when I comment a unicode-math package. Log: https://gist.github.com/theirix/a31d2b3ad25cf128520ae713f50527bc

theirix commented 8 years ago

Seems like this bug caused by unicode-math dependency (fontspec) or even xetex. Sorry for disturbance.