Sticker, callout box in LaTeX
📅 December 14, 2024 | 👁️ Views: 243
\documentclass[tikz,border=3.14mm]{standalone}
\usepackage{tcolorbox}
\usepackage{fontawesome5}
\usepackage{pifont}
\usetikzlibrary{shadows}
\tcbuselibrary{skins,raster,breakable}
\usetikzlibrary{decorations.pathmorphing}
\begin{document}
\begin{tikzpicture}
% Rectangle with wavy border and text node
\node[
shape=rectangle, % Rectangle shape
decorate,
decoration={random steps, segment length=2mm, amplitude=2mm}, % Wavy effect
fill=cyan!20, % Background color
draw=red, % Border color
line width=1pt, % Border thickness
inner sep=8pt, % Padding between text and border
text width=6.5cm, % Width of the text box
align=center, % Center the text
rotate=-10,
] (sticker) at (0, 0) { % Position of the sticker
\textbf{The answer to life the universe and everything }\\[0.3em]
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.
};
% Label
\node[red, font=\fontsize{28}{30}\selectfont] at ([xshift=0.5cm]sticker.north west) {
\includegraphics[width=1cm]{pin.png}
};
\end{tikzpicture}
\end{document}
Related Courses, Exams, and Exercises
- Cloud callout with tikz Course
- Professional Business card with Latex Course
- Profile Pictures in Circles Course
- stamp, with latex Course
Course PDF:
📥 Download Sticker, callout box in LaTeX (PDF)
if you find this content helpful, Please consider supporting me with a small donation
إن وجدت هذا المحتوى مفيدا، من فضلك إدعمني بمبلغ بسيط كتبرع
Buy me a coffee — إشتر لي قهوة
PayPal.me • عبر بايبالOr bank transfer • أو حوالة بنكية
Titulaire : RADOUAN MOSAID RIB : 230 090 6501953211022000 65 IBAN : MA64 2300 9065 0195 3211 0220 0065 BIC / SWIFT : CIHMMAMC
Most Viewed Courses
Tous les sujets des suites numériques des examens nationaux 2008 - 2022
Views: 1.63K
Exam • Maths • 2 Bac Science
DM 1 - Arithmetiques, Calcul vectoriel et projection
Views: 1.56K
Exercise • Maths • Tronc Commun Sciences
MATHEMATIQUES Examens nationaux 2003-2021 2 Bac.Sciences expérimentales
Views: 1.52K
Exam • Maths • 2 Bac Science
Control 01 S01 En arithmétiques et Calcul vectoriel - A 2025-2026
Views: 1.49K
Exam • Maths • Tronc Commun Sciences
Recent Articles
Boosting LaTeX Editing with Custom Vim Mappings
23 Nov 2025
Quran Search: A Feature rich and modern design
13 Feb 2025