Questions tagged [mathspec]

This tag should be used for questions concerning the mathspec package for XeLaTeX. If your question is about the underlying fontspec package, use the {fontspec} tag instead.

This tag should be used for questions concerning the mathspec package for XeLaTeX. If your question is about the underlying fontspec part, use the tag instead.

An alternative to mathspec is the usage of unicode-math. This package has different aims, but you may also change the math font in Xe-/LuaLaTeX (mathspec is incompatible with the latter).

142 questions
3
votes
0 answers

Switching math-mode numerals between serif and sans with the package mathspec

This may be a trite question, but I haven't found an answer and my tentative at it doesn't work. I am trying to set a document in which I use both serif and sans numerals in math mode. I am running the files on top of XeLaTeX and using the package…
Marcos
  • 5,422
0
votes
1 answer

Unknown option '\eu@zf@math' for package fontspec

First a minimal working sample is as follows. \documentclass{ctexbook} \usepackage{mathspec} \begin{document} Some words. \end{document} Compiling the tex file as above by XeLaTeX on MacTeX 2024 (the latest version), it will produce the error…
M. Logic
  • 4,214