0

How is the symbol in the middle read and how to write it in latex enter image description here

Clement Yung
  • 8,347

1 Answers1

4

You need to type: \usepackage{eufrak} and then \mathfrak{S} between dollars $ $.
$$\mathfrak{S}$$

Hope it helps!

Edit: the package name is "eufrak", not "mathfrak", sorry for the typo.