Math & Science ⇒ ugly \subset
ugly \subset
I noticed that $\subset$ is aligned with the bottom of the line, and not centered, like = or \le\ge\in symbols. Is there a way to fix this?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
ugly \subset
Hi drowsy,
just a quick workaround could be \raisebox, like:
For sure there's a better way, but I don't remember at the moment.
Stefan
just a quick workaround could be \raisebox, like:
Code: Select all
\raisebox{1pt}{$\subset$}
Stefan
LaTeX.org admin