教育部下发通知:2017年重点高校定向招收六万余
Tagged with fonts unicode-math
214 questions
5
votes
1
answer
73
views
microtype producing dozens of Unknown slot number warnings for Lete Sans Math
microtype is producing dozens of unknown slot number warnings. Here is an MWE:
% !TEX program = LuaLaTeX
\documentclass{article}
%\usepackage{lete-sans-math}
\usepackage{unicode-math}
\setmathfont{...
7
votes
1
answer
122
views
Load a single letter from a font
I recently noticed that in physics gluons are usually typeset with (what I believe is called) a single-story g. The default g that comes with STIX Two Math – the math font I am using – is the double-...
2
votes
4
answers
335
views
Why does unicode-math and mathastext interact badly?
See M(N)WE below.
\documentclass{article}
\usepackage{tikz}
\usepackage{unicode-math}
\setmainfont{Times New Roman}
\setmathfont{TeX Gyre Termes Math}
\setsansfont{Arial}
\usepackage[subdued, italic]{...
1
vote
1
answer
60
views
Variable height of characters in \frac expression in XITS and STIX Two [closed]
I've noticed that using XITS or STIX Two with unicode-math (and LuaLaTeX), the characters in fractions have variable height, e.g. in the following example:
As can be seen, when the root two ...
0
votes
0
answers
30
views
getting thinner brackets with unicode-math
I have to use the langscibook class and they changed the font settings from using newtxmath to using unicode-math. The math fonts are then set to the following:
\setmathfont[AutoFakeBold]{...
1
vote
0
answers
78
views
lualatex does not use integral.v1 anymore [duplicate]
Same simple code gives different results on the display integral operator with lualatex in texlive2025. MWE
\documentclass{article}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmathfont{...
4
votes
3
answers
219
views
unicode-math and file Cambria.ttc
I am trying to get text in font Calibri and math in font Cambria Math, so that it mimicks a mandatory Microsoft Word template that I am supposed to use.
I am a Mac user and copied the files Calibri....
3
votes
0
answers
44
views
Fixing the accent location with unicode-math and the math-text-math \mathscr implementation
I have a document which uses both normal and sans math in some portions. This is why I declare a version=sans in the preamble. As a consequence, I cannot properly use range=... for the font ...
3
votes
3
answers
120
views
Fake math-mode optical sizes via weight in LuaLaTex
I have a typeface I want to used for my LuaLaTeX-rendered document (Crimson Pro). The typeface does not have optical sizes, but it provides variable weights, so I was thinking that I could tinker with ...
0
votes
1
answer
63
views
Cannot get bold parentheses with unicode-math
I am trying to properly get bold parentheses with unicode-math. I tried this:
\documentclass{article}
\usepackage{unicode-math}
% You may remove this to see that
% this does not cause the issue.
\...
6
votes
3
answers
289
views
LuaLaTeX ignores kerning pairs among math glyphs
(This issue might be somewhat related to this question.) Consider the following MWE:
\documentclass{scrartcl}
\usepackage{unicode-math}
\setmathfont{MinionMath-Regular}
\begin{document}
$abcff,$
\end{...
1
vote
1
answer
46
views
Remapping \symscr (and \mathscr) letters to a different codepoint range without range=
Basically, the title summarizes the question. It is commonly known that \mathscr and \mathcal normally map to the same letters. As a test example, I want to remap -scr to 0x1D538 - 0x1D551, which ...
2
votes
1
answer
82
views
Define new font family and apply it to math
With this question, I am trying to find an alternative to this question I asked a few hours ago. I discovered this answer in which two fonts are combined into one. I want to apply this to math, so ...
2
votes
0
answers
75
views
unicode-math: Mixing fonts for each range in different versions
This is a question regarding how much freedom unicode-math gives to the user in selecting fonts. Consider this example:
\documentclass{article}
\usepackage{amsmath,amssymb,mathrsfs}
\usepackage[bold-...
2
votes
1
answer
118
views
Fixing boldsymbol with unicode-math
Based on my previous questions, I am trying to redefine the fonts with unicode-math to look most like their defaults. The macro \boldsymbol causes issues here. Alternatives such as \mathbf and ...