LaTeX – How to Add a Custom Symbol

macrossymbols

Suppose I need some crazy custom symbol for personal use.

e.g.
when I write \foobar, LaTeX should show the symbol.

How do I achieve this?

Best Answer

Simplest way would be to save it as a pdf (or eps if you're using latex) and then define

\newcommand*\foobar{\includegraphics{crazycustomsymbol}}