Math & Science ⇒ Two symbols together
Two symbols together
Is possible create my own symbol from two symbols? I want draw one symbol, move left and draw second on the same place.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Two symbols together
Sure, for example using
Then just write
\rlap
or \llap
to set a symbol without a width. Define a macro for it:\newcommand*{\sym}{\rlap{O}+}
Then just write
\sym
in the text.LaTeX.org admin