Math & Scienceugly \subset

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
drowsy
Posts: 44
Joined: Tue Dec 23, 2008 6:00 am

ugly \subset

Post by drowsy »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi drowsy,

just a quick workaround could be \raisebox, like:

Code: Select all

\raisebox{1pt}{$\subset$}
For sure there's a better way, but I don't remember at the moment.

Stefan
LaTeX.org admin
Post Reply