The mathspec tag has no wiki summary.
3
votes
1answer
68 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
163 views
Changing all the integral symbols from the MnSymbol package, or how to get full math support with Garamond Premier Pro in XeLaTeX?
I'm editing a document in which I chose the Adobe Garamond Premier Pro font as the main font.
The only free math font I found that fits with the AGPPro so far is the one from the MnSymbol package.
...
1
vote
1answer
100 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
78 views
Problem with digits in URLs when using mathspec and hyperref
When I use mathspec's \setmathsfont and hyperref, and try to typeset a URL, most of the URL uses monospace, as it should. Good.
However, digits use the maths font. Anyone know how to fix this?
MWE
...
6
votes
1answer
249 views
\mathbbm{1} not working well with XeLaTeX/mathspec
it seems that \mathbbm{1} doesn't display with double lines when one changes to a different font using mathspec in XeLaTeX. For example, the MWE below uses Palatino, but I couldn't get it to work with ...
3
votes
1answer
183 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 ...
8
votes
1answer
144 views
What causes this strange interaction between glossaries and amsmath?
MWE: greatly trimmed from a large document; XeLaTeX; full TeXLive2012 completely up-to-date:
\documentclass{memoir}
\usepackage{fixltx2e}
\usepackage{amsmath}
\usepackage{mathspec}
...
3
votes
1answer
180 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
108 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
119 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 ...
2
votes
0answers
78 views
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 ...
1
vote
1answer
82 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 ...
7
votes
2answers
514 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
128 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
188 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}
...
3
votes
2answers
527 views
LyX and mathspec gives fontspec error, unicode-math no better
I get the following error message whenever using mathspec in LyX
...Package[\eu@zf@math]{fontspec}[2008/08/09]
The package fontspec has already been loaded with options: [] There has now been
an ...
12
votes
2answers
1k 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
122 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 ...
0
votes
1answer
240 views
^\sharp with slanted italic font
With certain fonts with strongly slanted italics are used in math mode, $f^\sharp$ collides the f and the \sharp. Is there a good way to deal with this, except for adding some kind of manual italic ...
10
votes
1answer
210 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
397 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
424 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
461 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
453 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 ...
3
votes
1answer
276 views
Tabular+dcolumn+mathspec — columns overlapping
I would like to typeset a table using the D column type as described in the dcolumn package. When I combine this with \setmathfont(Digits){Gotham Narrow Light} I get overlapping columns:
...
0
votes
1answer
700 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}
...
5
votes
2answers
1k views
How do I change the \mathtt font with mathspec?
I have a document where the main font is Gotham Narrow Book but the numbers are set in Gotham Narrow Light, and this is set with commands provided by the mathspec package. I'd like to typeset a table ...
6
votes
1answer
336 views
Math symbols not being printed.
I am having problems printing an equation. I have the following definitions:
\documentclass{scrreprt}
\usepackage{mathspec}
\defaultfontfeatures{Mapping=tex-text,BoldFeatures={Weight=2}}
...
1
vote
1answer
533 views
Using different Maths Font in LaTex
I am using Fedora 13 and it had TeXLive 2007 by default. I installed texlive and then i wanted to use the mathspec package which TeXLive 2007 version doesn't seem to have. Cany anyone tell me as to ...
6
votes
1answer
854 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 ...