Questions tagged [fdsymbol]

{fdsymbol} is a math sym­bol font, de­signed as a com­pan­ion to the Fe­dra fam­ily by Ty­potheque. https://ctan.org/pkg/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