Math & Science\subseteq

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
xelnx
Posts: 1
Joined: Fri Sep 18, 2009 9:47 pm

\subseteq

Post by xelnx »

I don't like the result of $A \subseteq B$. It seems that the bottom line is not aligned with the text. Is there a simple way to get a nicer looking result?

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

\subseteq

Post by localghost »

You could simply raise the relation symbol.

Code: Select all

\[
  A \raisebox{1pt}{$\subseteq$} B
\]
The alignment seems only to be a matter of taste in this case.


Best regards and welcome to the board
Thorsten
Post Reply