Tagged Questions
20
votes
3answers
272 views
What is the difference between unicode-math and mathspec?
I'm currently typesetting my lecture notes for classical electrodynamics using the tufte-book class and XeLaTeX.
This is my first time using XeLaTeX and so I stumbled upon the two packages ...
3
votes
1answer
93 views
Changing the Greek math font with mathspec
I've recently changed from pdftex to xetex to be able to write documents in Bembo Std but I'm not quite there yet. While trying to typeset some notes from one of my classes, I tried to typeset Greek ...
1
vote
1answer
106 views
XeTeX/mathspec, more than one math digits font
When using the mathspec package, is it possible to have more than one math digits font in different places in the same document.
Mostly, I want the font for my math digits to be the same as my main ...
3
votes
1answer
196 views
XeTeX/mathspec math environment font
How does one set the font for text inside a math environment? If I use \setmathsfont(Latin){FontName}, I can change the font for individual letters in the math environment, but not for functions such ...
3
votes
1answer
185 views
mathspec selects the wrong math font
I am trying to use DejaVu Sans Light as a math font. It doesn't have a comprehensive set of math characters, but it has what I need (Roman numerals, beta, gamma, epsilon, and just a few other ...
2
votes
0answers
113 views
xelatex select local math font
The problem I am facing is that I am typesetting with MinionPro-Regular.otf as the main font and MinionPro-Cn.otf for the captions. However I have to declare only one math font for the whole document, ...
4
votes
1answer
121 views
XeTeX/mathspec punctuation issue
In a previous question, a solution was given for changing the font of punctuation marks in a math environment when using mathspec. Unfortunately, this solution gives the punctuation marks in italics ...
1
vote
1answer
86 views
Parts of XeLaTeX doesn't work after moving to LinuxMint
I one of my headerfiles, I used the command \setmathfont[]{XITS Math}, once I tried to compile the document as always with xelatex, I get the following error:
! Undefined control sequence.
l.87 ...
8
votes
2answers
536 views
Xelatex, mathspec and microtype - weird error messages
I've tried to compile a document with XeLaTeX (TeXLive 2012) and both mathspec and microtype (version 2.5 which supports XeLaTeX). I need a 10.5pt font in the document, so I redefine the \normalsize ...
3
votes
1answer
132 views
Shortcuts using double quotes in combination with mathspec
Basically, I have encountered the same error as answered here and the workaround suggested by Andrey Vihrov reenables me to compile the document. The problem now is, that any shorthand defined by the ...
4
votes
1answer
195 views
Use mathrm by default for uppercase Latin characters
I'm trying to mix Optima and AMS Euler using eulervm and mathspec in XeLaTeX. The relevant bit of code in my source file is as follows:
\usepackage{eulervm}
\usepackage{mathspec}
...
12
votes
2answers
2k views
What math fonts are available that work in xelatex?
For LaTeX, we have the Font Catalogue which is a good resource for fonts available through LaTeX.
There doesn't appear to be a similar resource for Xe(La)TeX. So let's say I'm bored of computer ...
4
votes
1answer
123 views
changed response to \fam\z@ command (from dchem) in XeLatex/mathspec
I am a dedicated user of Donald Arsenau's dchem package, which has
been distributed privately for a long time but which he has never felt
was sufficiently developed to be released publicly (or, if ...
10
votes
1answer
222 views
Is there a way to use unicode-math in a limited fashion?
At the moment, I am using mathspec and some traditional math packages such as mathpazo to typeset my mathematics. The results are mostly satisfactory, but I would like to expand the repertoire of some ...
7
votes
1answer
403 views
Punctuation marks in math mode in xetex/mathspec
I am using XeTeX and have the following short document:
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath,amsthm}
\usepackage[MnSymbol]{mathspec}
\usepackage[no-sscript]{xltxtra}
...
6
votes
1answer
2k views
Getting Started with Minion Pro, XeLaTeX and mathspec
I have just started using Minion Pro and mathspec for my work and now I have the following in my preamble:
\usepackage[MnSymbol]{mathspec}
\usepackage{xltxtra}
...
2
votes
1answer
435 views
How to debug hanging xetex compilation
I'm experiencing a weird problem. After updating my MikTeX installation my thesis document no longer compiles. Compilation (with xelatex) hangs and takes up all of one of my CPU's cores.
However, if ...
4
votes
2answers
472 views
Using mathspec’s \setallmainfonts with Russian in polyglossia causes hang during compilation
I’ve just run into a problem with the combination of mathspec’s \setallmainfonts command and polyglossia with language set to Russian. I’m using MiKTeX 2.9 and compiling with XeLaTeX and when I use ...
3
votes
2answers
461 views
Math mode spacing (or glyph bounds) with mathspec
With mathspec, when you change the math font to an OpenType font, the spacing within equations is not fine: it is the same than the text mode spacing. For example in the equation $e^j$, the 'j' will ...
0
votes
1answer
720 views
Using `mathbb` fonts from other packages
I am currently using a combination of mathpazo and mathspec for my maths typesetting. To be specific, my preamble contains the following:
\usepackage{amssymb}
\usepackage{mathrsfs}
...
6
votes
1answer
865 views
Bold math using mathspec
I can't seem to make my math come out in bold using the mathspec package. Consider this example:
\documentclass{article}
\usepackage{mathspec}
\setallmainfonts{Times New Roman}
\begin{document}
...
5
votes
2answers
1k views
Math in Trebuchet MS
How can I write equations in Trebuchet MS? Ideally, I'd like to have the following results:
All symbols that are available in Trebuchet MS are written in Trebuchet MS. That includes, e.g., Latin and ...
