Search found 1 match

by Marioha
Tue Dec 06, 2022 4:36 am
Forum: Graphics, Figures & Tables
Topic: defining environments or commands
Replies: 1
Views: 1244

defining environments or commands

Hello,
I'm starting using tikz for drawing a lot of mindmaps and I need environments or commands to simplify the task. So I
defined an environment for a mindmap like this:

\newenvironment{tree}[2]{
\begin{center}
\tikz \draw (0,-10) node [anchor=east,fill=orange!20] {some title};
\tikz[mindmap ...