Answers for "subset symbol latex"

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
-2

latex belongs

\epsilon
Posted by: Guest on November-18-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language