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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
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