For example, what I want to use is the \Digmma symbol
But LaTeX does not have this symbol,
Hope you can make it happen, that is Ϝ This symbol!
Take a look at the picture below:
That's right, this is it.
For example, what I want to use is the \Digmma symbol
But LaTeX does not have this symbol,
Hope you can make it happen, that is Ϝ This symbol!
Take a look at the picture below:
That's right, this is it.
As with your last question, you can use unicode input or command forms, this with lualatex. Of course you need a font that has the character
\documentclass{article}
\usepackage{unicode-math}
\setmathfont{Stix Two Math}
\begin{document}
$\Digamma + \upDigamma + Ϝ$
\end{document}