Un autre exemple d'extension amusante : les [TikZlings][1].
\documentclass{article}
\usepackage{tikzlings}
\begin{document}
\tikz{\bear[tophat]}
\tikz{\coati}
\tikz{\koala[chef]}
\tikz{\marmot[crystalball]}
\tikz{\moles[cake]}
\tikz{\mouse[beret,cheese]}
\tikz{\owl[strawhat]}
\tikz{\penguin}
\tikz{\sloth[baguette]}
\tikz{\snowman[icecream]}
\end{document}
![alt text][2]
En guise de remerciement à nos modérateurs @Pathe et @denis pour corriger la grammaire et l'orthographe dans mes réponses, voici un petit film montrant les TikZlings voyageant dans le beau pays de France :
![alt text][3]
----
Il y a aussi l'extension `ducksay`:
\documentclass{standalone}
\usepackage{ducksay}
\begin{document}
\ducksay{Vive la France !}
\end{document}
![alt text][4]
----
Pour les mathématiciens :
\documentclass{article}
\usepackage{amsmath}
\usepackage{halloweenmath}
\begin{document}
\[
\mathwitch*_1^5
\overrightbroom{f(x+y)} = \greatpumpkin_1^{10} \big[
\overrightbroom{h(z)}+\overrightbroom{g(z)} \big]
\]
\end{document}
![alt text][5]
La [documentation](http://mirrors.ctan.org/macros/latex/contrib/halloweenmath/halloweenmath-man.pdf) du package *halloweenmath* est sur [le CTAN](https://ctan.org/pkg/halloweenmath), et elle est [très fouillée](http://mirrors.ctan.org/macros/latex/contrib/halloweenmath/halloweenmath-doc.pdf).
----
Bonhomme de neige :
\documentclass[margin=6.62mm]{standalone}
\usepackage{scsnowman}
\begin{document}
\scsnowman[hat=red]
\scsnowman[muffler=blue,arms]
\scsnowman[hat=green!70!black,snow,nose=orange]
\end{document}
![alt text][6]
-----
Des nœuds celtiques :
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{celtic}
\begin{document}
\begin{tikzpicture}[
scale=.5,
celtic path/.style={
draw,
double=gray!40,
red,
double distance=1mm,
line width=4pt
},
celtic path 1/.style={
green!50!black,
},
]
\CelticDrawPath{
symmetric crossings={
1,2,-;
2,1,|;
4,3,-;
3,4,|;
},
size={8,8},
}
\end{tikzpicture}
\end{document}
(cette exemple est de la documentation de l'extension `celtic`)
![alt text][7]
----
Des chapeaux :
\documentclass{article}
\usepackage{realhats}
\begin{document}
$
\hat[beret]{a}
\hat[santa]{a}
\hat[sombrero]{a}
\hat[witch]{a}
\hat[tophat]{a}
\hat[ash]{a}
\hat[fez]{a}
\hat[cowboy]{a}
\hat[crown]{a}
\hat[dunce]{a}
$
\end{document}
<img src="/upfiles/Screen_Shot_2019-02-26_at_10.29.07.png" style="width: 100%;"/>
-----
Écrire comme une vieille machine à écrire :
% !TeX TS-program = lualatex
\documentclass{article}
\usepackage{typewriter}
\begin{document}
\section*{Marseille. - L'arrivée.}
Le 24 février 1815, la vigie de Notre-Dame de la Garde signala le trois-mâts le Pharaon, venant de Smyrne, Trieste et Naples.
Comme d'habitude, un pilote côtier partit aussitôt du port, rasa le château d'If, et alla aborder le navire entre le cap de Morgion et l'île de Rion.
[...]
\hfill "LE COMTE DE MONTE-CRISTO", Alexandre Dumas
\end{document}
<img src="/upfiles/Screen_Shot_2019-05-09_at_23.26.23.png" style="width: 100%;"/>
L'extension `pxpic` :
\documentclass{standalone}
\usepackage{pxpic}
\pxpicsetup{
mode = px,
colours = {
w = white,
y = yellow,
b = black,
r = red!50!orange,
},
skip = .,
size = 10pt
}
\begin{document}
\pxpic{
{wwwwwwwwwwww}
{wwwwwwyyywww}
{wwwwwyyyyyww}
{wwwwwyyybyww}
{wwwwwyyyyrrw}
{wywyyyyyywww}
{wyyyyyyyyyww}
{wyyyyyyyyyww}
{wyyyyyyyyyww}
{wwyyyyyyywww}
{wwwyyyyywwww}
{wwwwwrwrwwww}
{wwwwrrwrrwww}
{wwwwwwwwwwww}
}
\end{document}
<img src="/upfiles/document_vH43Ohh.png" style="width: 30%;"/>
Et n'oublions pas [Ti*k*Z among us](https://www.ctan.org/pkg/tikz-among-us) :
\documentclass{standalone}
\usepackage{tikz-among-us}
\begin{document}
\begin{tikzpicture}[every path/.style={very thick}]
\impostorI{brown}{cyan}{black}{white}
\amongUsHandsF[shift={(3.75,-1)}, rotate around={270:(0.5,2.5)},
xscale=-1]{brown}
\amongUsHandsG[shift={(1.5,-1)}]{brown}
\begin{scope}[shift={(6,0)}]
\amongUsI{yellow}{green}
\amongUsHandsB[shift={(0,3)}]{yellow}
\amongUsHandsB[xscale=-1, shift={(-4,3)}]{yellow}
\end{scope}
\end{tikzpicture}
\end{document}
![alt text][8]
---
« Ils sont fous ces Bretons » (Astérix chez les Bretons, p16-c8)
\documentclass[multido=true]{standalone}
\usepackage{sillypage}
\begin{document}
\multido{\iA=1+1}{12}{%
\sillystep{\iA}
}
\end{document}
![alt text][9]
----
Et des briques pour jouer un peu :
\documentclass[margin=1mm]{standalone}
\usepackage{tikzbricks}
\begin{document}
\begin{tikzpicture}
\brick{4}{2}
\end{tikzpicture}
\begin{tikzpicture}
\brick[color=orange]{1}{1}
\end{tikzpicture}
\begin{tikzpicture}
\brick[color=blue]{1}{3}
\end{tikzpicture}
\end{document}
![alt text][10]
----
Et des manchots :
\documentclass[border = 2 mm]{standalone}
\usepackage{tikzpingus}
\begin{document}
\begin{tikzpicture}
\pingu \pingu[xshift=2.8cm, left wing wave, right wing grab, eyes shiny, cup]
\end{tikzpicture}
\end{document}
![alt text][11]
[1]: https://ctan.org/pkg/tikzlings
[2]: https://texnique.fr/osqa/upfiles/document_QeqOYIM.png
[3]: https://texnique.fr/osqa/upfiles/TourDeFrance.gif
[4]: https://texnique.fr/osqa/upfiles/ducksay_rQ3sBOp.png
[5]: https://texnique.fr/osqa/upfiles/document_m0zHHWy.png
[6]: https://texnique.fr/osqa/upfiles/Screen_Shot_2019-02-12_at_17.29.01.png
[7]: https://texnique.fr/osqa/upfiles/celtic_doc.png
[8]: https://texnique.fr/osqa/upfiles/document_2415_1801.png
[9]: https://texnique.fr/osqa/upfiles/document_uTPrhDt.gif
[10]: https://texnique.fr/osqa/upfiles/document_kMJy7PL.pnghttps://texnique.fr/osqa/upfiles/document_kMJy7PL.png
[11]: https://texnique.fr/osqa/upfiles/tikzpingus.png