Questions tagged [math-fonts]
This tag covers fonts used in math-mode, ranging from changing the font to redefining commands like \mathrm or \mathsf. When asking about conflicts between a specific font package and a symbol please also tag your question with the font package.
476 questions
0
votes
1
answer
61
views
different shapes of \Delta [closed]
is there a difference between the triangle meaning the difference of two close values
and the triangle meaning Laplace operator (sum of second partial derivatives)?
Thanks for your advice
Pavel
5
votes
2
answers
373
views
How can I make the Laplace variable '$s$' look different from the unit 's' and symbol '$S$' in my document?
Suppose I am writing a document where I use:
$S$ as a switch symbol in circuit diagrams,
s as the time unit “second”, and
$s$ as the Laplace operator variable.
I would like to make the Laplace ...
1
vote
0
answers
40
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
0
answers
88
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 ...
8
votes
4
answers
526
views
Use AntykwaTorunska with unicode math
I wanted to add the AntykwaTorunska font as a math version to my document which uses unicode math. However, it seems that the corresponding otf file does not define a math table, meaning that this won'...
0
votes
1
answer
84
views
Trying to load mathrsfs, stmaryrd, amsfonts, mathspec: too many symbol fonts declared
I'm trying to load some packages for math fonts and different symbols, and I'm running into the "Too many symbol fonts declared" error. Here's what I'm trying to do:
\documentclass{article}
...
9
votes
1
answer
420
views
Is that possible to get symbol-family like `\ell` for "k" and "h"?
As the title mentioned, we know that \ell is provided by LaTeX kernal:
latexdef \ell
\ell:
\mathchar"160
\the\ell:
352
In my senior high school, my mathematica teacher, use another two ...
1
vote
0
answers
78
views
Tiny Math Font Using unicode-math
Here is the MWE:
\documentclass{article}
%% OPTION 1 ('fat' font size when \tiny)
\usepackage{fontspec}
\usepackage{unicode-math}
\setmainfont{TeX Gyre Termes}
\setmathfont{TeX Gyre Termes Math}
% \...
4
votes
1
answer
78
views
How do you change what package defines a math font in the middle of your text
I am trying to use the \mathbb{N} from both the amssymb and the pxfonts packages.
Basically I want to write a sentence that goes something like this:
The set of natural numbers is denoted \mathbb{N} (...
0
votes
2
answers
51
views
How to import `\Leftrightarrow` from `newtxmath` without `unicode-math`'s `range` option?
Similar to these problems, but newtxmath seems to be more complivated and mysterious...
https://tex.stackexchange.com/a/557679/322482
Import \varepsilon (''34) from `nwtxmia.tfm` font
https://...
6
votes
1
answer
196
views
Mixing Type 1 and OTF math fonts in LuaTeX
I want to use mtpro2 as the main math font in my text, but as I don't own the full font set, some glyphs are missing in the lite version (such as the whole blackboard bold family).
I searched around ...
2
votes
1
answer
138
views
Math font determination [duplicate]
Can someone help me to determine the math font in the following screenshot? First, I saw it was bolder than Computer Modern font, so I guessed it was Mathtime. However, the \sum (summation) symbol of ...
5
votes
2
answers
238
views
stix2 lower-case \mathcal glyphs in pdfLaTeX
I want to use the stix2 calligraphic math fonts in my document (using libertinus for the other fonts). In LuaLaTeX, I can just do that using \setmathfont. Unfortunately I am forced to use pdfLaTeX and ...
2
votes
1
answer
112
views
How to use \usepackage[sfdefault]{notomath} with \usepackage{hyperref}
I thought I'd finally found a solution to use the same font in LaTeX and all my Windows applications. But this font, of all things, seems incompatible with the hyperref package.
\documentclass{...
8
votes
1
answer
162
views
Bad subscript typesetting with IBM Plex
The code
\documentclass{article}
\usepackage{unicode-math}
\setmathfont{IBM Plex Math}
\begin{document}
$F_0$, $P_0$, $V_0$
\end{document}
produces output
with the subscripts much too close to ...