Hi, I’d like to be able to typeset the julia icon in LaTeX documents just like I can for LaTeX via \LaTeX. I have a crude implementation of
%
% A macro for typesetting julia
%
\usepackage{xcolor}
\newcommand{\julia}{\ensuremath{\overset{\color{blue}\bullet\color{black}}{\jmath}ul\hspace{-1pt}\overset{\color{red}\bullet\color{black}}{\imath}^{\vphantom{|}^{!!\color{teal}\Huge{\bullet}\color{black}}}!!\overset{\color{purple}\bullet\color{black}}{a}}}
I was hoping someone out there had a better implementation.
Thanks