Answers for "subset in latex"

3

how to write a member of in latex

A \in B
Posted by: Guest on December-21-2020
1

subset symbol latex

\subset
Posted by: Guest on January-04-2021
2

latex x element of symbol

\documentclass{article}
\usepackage{graphicx}
\usepackage{amsmath}

\newcommand\Inn{%
  \mathrel{\ooalign{$\subset$\cr\hfil\scalebox{0.8}[1]{$=$}\hfil\cr}}%
}
\begin{document}

\[
A\in B % one stroke in middle
\]

\[
A\Inn B % two strokes in middle
\]

\end{document}
Posted by: Guest on October-05-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language