Cloud callout with tikz

📅 January 06, 2025   |   👁️ Views: 10




Votre navigateur ne supporte pas les PDFs. Voir le Lien de Téléchargement au dessous .

    
\documentclass{standalone}
\standaloneconfig{margin=5mm}
\usepackage{tikz}
\usetikzlibrary{shapes}

\begin{document}

\begin{tikzpicture}
\node[cloud, draw, cloud puffs=15.2,
      cloud puff arc=120, aspect=2.5,
      inner sep=0pt, align=center,
      fill=yellow!30, font=\large,
     ] (c) at (0,0) {
        $\sqrt{a} \times \sqrt{b} = \sqrt{a \times b}$ \\
        $(a-b)(a+b) = a^2 - b^2$
};
\end{tikzpicture}

\end{document}




Related Courses, Exams, and Exercises


Course PDF:

📥 Download Cloud callout with tikz (PDF)