• R/O
  • SSH

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. 855fbc185dc39b48a07c1b5b6774d613df536988
Größe 1,488 Bytes
Zeit 2019-08-30 06:24:17
Autor Lorenzo Isella
Log Message

I improved the way the text is written inside each balloon.

Content

% \documentclass{article}

\documentclass[tikz, preview=true, border=2mm]{standalone}


\usepackage{tikz}
\usetikzlibrary{mindmap,trees}
\usepackage{verbatim}

\begin{document}
\pagestyle{empty}

\begin{tikzpicture}
  \path[large mindmap,grow cyclic,align=flush center,
  outer sep=0pt, concept color=black,text=white]
    node[concept] {Total NTM imposed by the importer on goods from a given
    Member State}
    [clockwise from=0]
    child[grow=30, concept color=green!50!black] {
      node[concept] {Bilateral NTM imposed by the importer on
        goods from a given Member State }
      [clockwise from=90]
      % child { node[concept] {algorithms}
      %   child{node[concept]  {blabla} }
      % }
      % child { node[concept] {data structures} }
      % child { node[concept] {pro\-gramming languages} }
      % child { node[concept] {software engineer\-ing} }
    }  
    child[grow=90, concept color=blue] {
      node[concept] {Unilateral (Erga Omnes) NTM imposed by the
        importer on goods from any world origin}
    }
        child[grow=150, concept color=red] {
      node[concept] {Bilateral NTM imposed by the importer on goods
        from any EU28 Member State}
      }

    %   [clockwise from=-30]
    %   child { node[concept] {databases} }
    %   child { node[concept] {WWW} }
    % }
    % child[concept color=red] { node[concept] {technical} }
    % child[concept color=orange] { node[concept] {theoretical} }
    ;
  \end{tikzpicture}
\end{document}