Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 22
tikzpingus

28 Aoû '22, 19:05

Pathe's gravatar image

Pathe
7.6k49210252

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
cliquez ici pour masquer/afficher la révision 21

30 Jan '22, 15:49

samcarter's gravatar image

samcarter
8.6k2817

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] ---- \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] [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.gifhttps://texnique.fr/osqa/upfiles/document_uTPrhDt.gif [10]: https://texnique.fr/osqa/upfiles/document_kMJy7PL.png
cliquez ici pour masquer/afficher la révision 20

30 Jan '22, 15:45

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 19

30 Jan '22, 15:36

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 18

30 Jan '22, 15:32

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 17

28 Déc '21, 16:55

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 16
mineure

29 Oct '21, 09:42

Pathe's gravatar image

Pathe
7.6k49210252

cliquez ici pour masquer/afficher la révision 15
TikZ among us

29 Oct '21, 09:38

Pathe's gravatar image

Pathe
7.6k49210252

cliquez ici pour masquer/afficher la révision 14

14 Jan '21, 13:48

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 13

14 Jan '21, 13:48

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 12

23 Jui '19, 17:06

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 11

10 Mai '19, 03:40

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 10

26 Fév '19, 14:33

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 9

12 Fév '19, 21:39

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 8

12 Fév '19, 21:30

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 7

12 Jan '19, 18:01

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 6
mineure

11 Jan '19, 22:36

Pathe's gravatar image

Pathe
7.6k49210252

cliquez ici pour masquer/afficher la révision 5

11 Jan '19, 20:15

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 4
mineure

05 Jan '19, 21:44

Pathe's gravatar image

Pathe
7.6k49210252

cliquez ici pour masquer/afficher la révision 3
mineure

05 Jan '19, 21:43

Pathe's gravatar image

Pathe
7.6k49210252

cliquez ici pour masquer/afficher la révision 2

05 Jan '19, 01:43

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 1

04 Jan '19, 19:33

samcarter's gravatar image

samcarter
8.6k2817

C'est votre première visite ici ? Consultez la FAQ !

×