11

I'm looking for a commonly used symbol that denotes a set of vector fields. It looks like an \st{$\chi$} (using the soul package, that is, \usepackage{soul}, but doesn't look so artificial.

Can someone help me? Also, this is my first posting on this SE so I'm not entirely sure of how to format things.

Thanks!

Torbjørn T.
  • 206,688
Marra
  • 225

1 Answers1

15

The usual symbol for the set of vector fields is \mathfrak{X}:

Sample output

\documentclass{article}

\usepackage{amssymb}

\begin{document}

\( \mathfrak{X}(M) \)

\end{document}
Andrew Swann
  • 95,762