Answers for "approx latex"

8

latex integral

$ \int_{a}^{b} x^2 \,dx $
Posted by: Guest on February-08-2021
0

symbole intégrale latex

\[ \int_{a}^{b} f(x) \, \mathrm{d}x \]
Posted by: Guest on June-03-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