Answers for "latex and"

1

latex and

\wedge
Posted by: Guest on January-27-2021
0

latex or

\lor or \vee
Posted by: Guest on August-10-2021
4

latex

www.latex-project.org
Posted by: Guest on November-21-2020
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