+3 votes
in General IT Tips by (73.4k points)
I want to write some curly characters in my latex document. How can I write it?

E.g. curly X or H or G

1 Answer

+3 votes
by (40.5k points)
selected by
 
Best answer

You can try any of the following fonts for curly characters: calligraphic, fraktur, blackboard bold.

Here is an example:

\documentclass{article}

\usepackage{amsmath}

\usepackage{amssymb}

\begin{document}

$\mathcal{APPLE}$ 

$\mathfrak{APPLE}$ 

$\mathbb{APPLE}$ 

\end{document}

source 

Related questions

+3 votes
1 answer
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer
asked Jan 28, 2023 in General IT Tips by phpuser (54.6k points)
+1 vote
1 answer

...