Cloud callout with tikz
📅 January 06, 2025 | 👁️ Views: 10

\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
- Professional Business card with Latex Course
- Profile Pictures in Circles Course
- stamp, with latex Course
- Sticker, callout box in LaTeX Course
Course PDF:
Recent Articles

Quran Search: A Feature rich and modern design
13 Feb 2025
Categories