Answers for "union latex"

13

union latex

$\cup$ gives you the union symbol
$\cap$ gives you the intersection symbol
Posted by: Guest on September-23-2020
0

union of n elements latex

$\bigcup\limits_{i=1}^{\infty} F_{i}$
Posted by: Guest on January-29-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

Browse Popular Code Answers by Language