I would like to know which command I should use with MiKTex to put text on the left side and a picture on the right side. I tried this command below but it doesn't work .
\begin{columns}{2}
\column{.45\linewidth}
$\includegraphics[scale=0.5]{Quadrilateres.png}$
\column{.45\linewidth}
text...text
\end{columns}
\includegraphics. – TeXnician Aug 29 '18 at 16:27