I know that we can type calligraphy words like $\mathcal{L}$
. However, the function works only for capital characters, not for the lowercase characters. Could anyone knows how to set? Also, the bold face of the lowercase callipraphic letters is also needed.
P.S. The reason that I want to use the calligraphic lowercase letters is because the one of my textbook has used it so that I have to follow it for my work.
Thank you very much!
\documentclass{article} \usepackage{eulervm} \begin{document} $abcdefghijklmnopqrstuvwxyz$ \end{document}