{fdsymbol} is a math symbol font, designed as a companion to the Fedra family by Typotheque. https://ctan.org/pkg/fdsymbol
Questions tagged [fdsymbol]
4 questions
2
votes
1 answer
How to change the color of \overlinesegment?
This is my code:
\documentclass{article}
\usepackage{fdsymbol}
\begin{document}
$\stackrel{hello}{\overlinesegment{world}}!$
\end{document}
How do I change the color of the horizontal line the stays between the "hello" and the "world"? I want it to…
yegor256
- 12,021
0
votes
1 answer
Why fdsymbol conflicts with \mapstochar?
This code:
\documentclass{acmart}
\usepackage{fdsymbol}
\begin{document}
$\mapstochar\relbar\mathrel{\mkern-12mu}\mapsto$
\end{document}
gives this:
! Undefined control sequence.
\mapstochar
l.4 $\mapstochar
…
yegor256
- 12,021