Double Sharps in LaTeX
I fought for a while with LaTeX * to get a double sharp, since there isn’t one in their standard fonts. Maybe this might save someone else the same trouble:
[for the header]
\usepackage{pifont}
[for the double sharp itself]
\raisebox{.01em}{\kern-.19em\scalebox{.6}{\rotatebox[origin=c]{45}{\ding{67}}}}\kern-.017em
It’s not perfect, but it’s better than \divideontimes. If someone has a better way, by all means, let me know!
* - [It’s a typesetting program, pronounced lah-te-ch…]