Questions tagged [unicode-math]
{unicode-math} provides an implementation of Unicode math symbols and OpenType math fonts for XeLaTeX and LuaLaTeX.
1,057 questions
5
votes
2
answers
77
views
How to get spaced dots in unicode-math
The unicode-math package re-defines ellipsis to be the ellipsis character in whatever font you're using, instead of spaced dots. This looks bad in my opinion, and violates the guidance on ellipses in ...
2
votes
0
answers
27
views
unicode-math: set up the math sans font and related families
Apart from the main math font, I would like to specifically set the math sans font and related families for various purposes. Here is an example (sorry for using a font not available in standard TeX ...
3
votes
0
answers
48
views
unicode-math: Trying to reduce the number of "\setmainfont" when configuring math font families
In setting math font with unicode-math, since I have relied on the range feature too often (to slightly change a few symbols, etc.), there are already many \setmathfont in my settings, and in trying ...
4
votes
0
answers
49
views
Glitch of \overrightarrow with `NewCMMath-Book.otf` font?
I have the following code:
\documentclass{article}
\usepackage{unicode-math}
% \setmathfont{NewCMMath-Regular.otf} % normal
\setmathfont{NewCMMath-Book.otf} % abnormal
\begin{document}
\[
\...
12
votes
1
answer
246
views
unicode-math or lua-unicode-math?
I just noticed the lua-unicode-math package.
Question
I compile all my .tex documents using lualatex and therefore my question is as follows:
What are the main differences between lua-unicode-math and ...
5
votes
2
answers
110
views
Strange output using AMSmath's \operatorname and fontsetup
I have the following document
\documentclass{article}
\usepackage{fontsetup}
\usepackage{amsmath}
\newcommand{\coordRng}{\operatorname{\Gamma}}
\begin{document}
\(\coordRng (X)\) \(\Gamma\)
\end{...
5
votes
2
answers
239
views
Adding math kerns (aka cut-ins or staircase kerning) to OpenType math fonts
Is it possible to add math kerns (aka cut-ins or staircase kerning) to OpenType math fonts? If yes, how?
I am personally looking for something which works for LuaLaTeX (using fonts.handlers.otf....
3
votes
2
answers
191
views
Implementing certain unicode-math symbols
I came across the following extensive list of symbols defined by unicode-math and am struggling to implement them in my document. Attempting to to use certain commands mentioned in the linked list I ...
4
votes
2
answers
245
views
Integral symbol
I have a problem with the integral symbol. Previously, it was perfectly straight and now it's tilted, even though I haven't changed my code.
Before:
Now:
Here are the packages I use:
\usepackage[...
0
votes
0
answers
68
views
How can I adjust the font size ratio of superscripts and subscripts relative to the main font in mathematical formulas
How can I adjust the font size ratio of superscripts and subscripts relative to the main font in mathematical formulas, as well as their vertical position relative to the main text?
When using unicode-...
1
vote
0
answers
42
views
Math Font seek: Italic 'p' with Sharp Ascending Flick Tail, Looped 'k' Descender, and Overall Razor-Sharp Serifs [duplicate]
I came across a picture and am eager to identify the font used in it.
Based on the visual features I've observed:
Italic 'p': The left connection between the stem and bowl must feature a short, sharp ...
3
votes
1
answer
177
views
Free tool that converts a LaTeX formula to PNG/JPG using Cambria Math font
I’m working with PowerPoint slides provided by a textbook publisher for high-school students, and all mathematical formulas in those slides use the Cambria Math font. I would like to generate my own ...
2
votes
1
answer
65
views
changing the \mathrm{} command font to a certain roman type Palatino font
I am writing Latex documents using Lyx and am interested in using the following Palatino type roman font In my document.
Mainly I aim to change my document's \mathrm{} font to match the one in the ...
5
votes
1
answer
180
views
Pulling the subscripts up in New Computer Modern
I think that the maths subscripts are placed too low in the Latin Modern and the New Computer Modern fonts. Here's an example with the NewCM fonts, compiled with LuaLaTeX.
\documentclass[12pt, a4paper]...
3
votes
0
answers
95
views
Combine fonts into a virtual mathfont with lualatex/fontspec/unicode-math
For now, when working with lualatex/fontspec/unicode-math, my goto solution when mixing math versions (roman/sans) with ranges (for example replacing the caligraphy letters; not that it is not ...