Advertisement
wilk_maciej

5_4

Jun 6th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.13 KB | None | 0 0
  1. \documentclass{standalone}
  2. \usepackage[T1]{fontenc}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[english, polish]{babel}
  5. \usepackage{tikz}
  6. \usepackage{times}
  7. \usetikzlibrary{calc,through,backgrounds,positioning,fit}
  8. \usetikzlibrary{shapes,arrows,shadows, mindmap}
  9.  
  10. \begin{document}
  11.  
  12. \begin{tikzpicture}[mindmap]
  13. \node [concept,concept color=red!50!blue, text=white] {\bf EAIiIB}
  14.  child[grow=0, concept color=green!50] {node[concept] {Informatyka}
  15.    child[grow=90, concept color=green!30] {node[concept] {IwMiSM}}
  16.    child[grow=45, concept color=green!30] {node[concept]{IOiS}}
  17.    child[grow=0, concept color=green!30] {node[concept]{SIwPiA}}
  18.    child[grow=-45, concept color=green!30] {node[concept]{GK}}
  19.    child[grow=-90, concept color=green!30] {node[concept]{SI}}
  20.  }
  21.  child[grow=72, concept color=blue!50] {node[concept] {Automatyka i robotyka}}
  22.  child[grow=144, concept color=yellow!50] {node[concept] {Elektro\-technika}}
  23.  child[grow=288, concept color=pink!50] {node[concept] {Mikro\-elektronika}}
  24.  child[grow=216, concept color=orange!50] {node[concept] {Inżynieria biomedyczna}}
  25. ;
  26. \end{tikzpicture}
  27.  
  28. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement