1

enter image description here

What is the latex code for the curly C? (on the second line of the picture)

1 Answers1

5

With \usepackage[mathscr]{euscript}, \mathscr{C} will produce the curly C you want. Without this package, it still produces something similar: $\mathscr{C}$

marcelgoh
  • 1,794