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

05 Jan '19, 21:48

Pathe's gravatar image

Pathe
7.6k49210252

Je pense que c'est la forme `starburst` que vous cherche. cherchez. Essayer `\node[draw,starburst, starburst points=6, starburst point height=2cm,text width=1.5cm] (C) at (0,0) {Conflits d’usage};` ou `\node[draw,starburst, starburst points=6, text width=1.5cm] (C) at (0,0) {Conflits d’usage};` **ECM** \documentclass[french,a4paper,12pt]{scrartcl} \usepackage[T1]{fontenc} \usepackage{babel} \usepackage{tikz} \usetikzlibrary{shapes} % bibliothèque de formes (noeuds tikz) \begin{document} \begin{tikzpicture} % Déf. styles \tikzstyle{quadri}=[rectangle,draw,fill=yellow!50,text=blue] \tikzstyle{estun}=[->,>=latex] % Noeuds \node[draw,starburst, starburst points=7, starburst point height=2cm,text width=1.5cm] (C) at (0,0) {Conflits d’usage}; \end{tikzpicture} \end{document}
cliquez ici pour masquer/afficher la révision 1

03 Jan '19, 20:48

touhami's gravatar image

touhami
9.9k410

Je pense que c'est la forme `starburst` que vous cherche. Essayer `\node[draw,starburst, starburst points=6, starburst point height=2cm,text width=1.5cm] (C) at (0,0) {Conflits d’usage};` ou `\node[draw,starburst, starburst points=6, text width=1.5cm] (C) at (0,0) {Conflits d’usage};` **ECM** \documentclass[french,a4paper,12pt]{scrartcl} \usepackage[T1]{fontenc} \usepackage{babel} \usepackage{tikz} \usetikzlibrary{shapes} % bibliothèque de formes (noeuds tikz) \begin{document} \begin{tikzpicture} % Déf. styles \tikzstyle{quadri}=[rectangle,draw,fill=yellow!50,text=blue] \tikzstyle{estun}=[->,>=latex] % Noeuds \node[draw,starburst, starburst points=7, starburst point height=2cm,text width=1.5cm] (C) at (0,0) {Conflits d’usage}; \end{tikzpicture} \end{document}