Questions tagged [tex-gyre-math]
{tex-gyre-math} is for questions addressing issues related with TeX-Gyre-Math. TeX-Gyre-Math is a collection of maths fonts to match the text fonts of the TeX-Gyre collection.
53 questions
7 votes
1 answer
190 views
Misalignment of arrowhead and arrow body in "TeX Gyre Termes Math" font
I am using the "TeX Gyre Termes Math" font in my document. My problem is that when I use the \xRightarrow command to write text above the arrow, the arrowhead and the body are not aligned ...
2 votes
1 answer
146 views
Typeset the set of natural numbers with/without 0 and the set of words over natural numbers with xelatex and lualatex and TeX Gyre Termes Math nicely
Let's say we wish to typeset the sets of natural numbers with and without the zero and the set of finite words over these sets. We use ℕ for the natural numbers, the subscripts 0 and + for including ...
3 votes
1 answer
111 views
Unicode-Math and Faktor Package
I have recently switched from pdfLaTeX to LuaLaTeX in order to use the Tex Gyre fonts with math support. I have fixed several things which did not look right (to me) after switching. However, one ...
4 votes
2 answers
320 views
Size of the Integral Sign in TeX Gyre Math Font and Conflict with \boldsymbol
I'm using luatex with the font TeX Gyre Terms Math. I followed one of the procedures in this post to get the integral signs to be large, as the standard size is way too small. Curiously, though, it ...
1 vote
0 answers
213 views
\setmathfont{TeX Gyre Pagella Math} vs amsfonts, amssymb
I used to always include amsfonts, amssymb in my preamble. I have now started using XeTeX, with \usepackage{unicode-math} \setmathfont[math-style=ISO,bold-style=ISO]{TeX Gyre Pagella Math} I ...
2 votes
0 answers
97 views
Default spacing around the colon in quantified expressions with quantifiers in the pre position?
So far, I've always been writing \forall\, x\in X\colon \varphi(x), and, if I really wished to have better spacing and line breaking in narrow linewidth, \forall\penalty1\mskip3mu plus1.5mu minus1.5mu ...
2 votes
0 answers
112 views
assymetric-spacing colon as middle separator in set comprehension at various sizes
Let's assume within this post that an author unconventionally insists on using the colon as a middle separation symbol in all three traditional variable binders (class/set comprehensions, quantifier ...
3 votes
1 answer
307 views
What's the point of \colon always inserting additional spacing around : with amsmath, NewTX, or TeX Gyre Termes Math?
When looking at https://tex.stackexchange.com/a/64435, it seems to me that \mathpunct{:} and \colon should be interchangeable. But with amsmath, or NewTX, or unicode-math + TeX Gyre Termes Math, they ...
1 vote
1 answer
687 views
How to make ≝ and „equivalent to by definition“ similar?
We continue How to get two versions of the same math Unicode symbol from different fonts with XeLaTeX or LuLaTeX?, where we found out how to get ≝ in which “=” has roughly the same width as “def” ...
0 votes
1 answer
346 views
Exclamation and question marks in mathematical bold sans-serif upright Times or Times-like font
Continuing \mathsfup and \symsfup for variables, we try to get bold sans-serif upright exclamation and question marks from NewTX and TeX Gyre Termes Math. However, an attempt to typeset them makes me ...
4 votes
1 answer
250 views
Why are math italic 𝑊 and 𝑌 so much to the right in TeX Gyre Termes Math?
Continuing http://tex.stackexchange.com/a/662018, feeding \documentclass{article} \pagestyle{empty} \usepackage{unicode-math} \setmathfont{texgyretermes-math.otf} \begin{document} \[ \begin{array}{|@...
5 votes
3 answers
770 views
Are the widths of 𝐿, 𝑌, and 𝑍 in TeX Gyre Termes Math really equal?
It was a surprise to me when feeding lualatex with \documentclass{standalone} \usepackage{unicode-math} \setmathfont{TeX Gyre Termes Math}% or \setmathfont{texgyretermes-math.otf} \begin{document} ...
1 vote
0 answers
95 views
\mathit{\vec{…}} silently swallows up the vector when using xelatex/lualatex, unicode-math, and TeX Gyre Termes (Math)
Feeding xelatex or lualatex with \documentclass{article} \pagestyle{empty} \usepackage{unicode-math} \setmainfont[Ligatures=TeX]{TeX Gyre Termes} \setsansfont{TeX Gyre Heros}[Scale=0.88]%%% Somewhat ...
0 votes
1 answer
151 views
How to make wide grave and acute accents accurate also in \smaller when using TeX Gyre Termes Math and lualatex?
Continuing Wide acute and wide grave for TeX Gyre Termes and TeX Gyre Termes Math , we try to make wide grave and accute accents work in \smaller with TeX Gyre Termes (Math) fonts and UTF-8 engines (...
1 vote
1 answer
336 views
Brackets in maths text too large while using fira-math and TeX Gyre DejaVu Math combination in lualatex [duplicate]
I am using fira-math and TeX Gyre DejaVu Math to typeset document using Lualatex. I am using TeX Gyre DejaVu Math since the arrow in fira-math seems too small. I am using Arial for text. As one can ...