summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/nwejm/images/nwejm-logos-collection.tex
blob: b32baede8a4ad298c8fb65d1968ae2ca3cb84ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\documentclass[tikz]{standalone}
\usepackage{graphicx}
\usepackage{tkz-berge}
\makeatletter
\newcommand*{\grWheelComplete}[2][]{%
  \begingroup%
  \setkeys[GR]{cl}{#1}%
  \grStar[#1]{#2}%
  \pgfmathsetcounter{tkz@gr@a}{#2-1}%
  \edef\tkz@auxctp{\thetkz@gr@a}%
  \foreach \ia in {0,...,\tkz@auxctp}%
  {\foreach \ib in {\ia,...,\tkz@auxctp}%
    {\Edge(\cmdGR@cl@prefix\ia)(\cmdGR@cl@prefix\ib)}%
  }%
  \endgroup%
}
\makeatother
\begin{document}
\begin{tikzpicture}[scale=.8]
  \GraphInit[vstyle=Shade]%
  \SetGraphShadeColor{blue!60!black!30}{blue}{white}%
  \tikzset{%
    VertexStyle/.style = {%
      shape        = circle,%
      fill          = white,%
      minimum size = 3.5cm,%
      draw%
    }%
  }%
  \SetVertexNoLabel%
  \grWheelComplete[RA=9]{6}%
  \AssignVertexLabel{a}{%
    \includegraphics[height=25mm]{nwejm-fields-institute-logo},%
    \includegraphics[height=25mm]{nwejm-federation-recherche-math-npdc-logo},%
    \includegraphics[height=10mm]{nwejm-kwg-logo},%
    \includegraphics[height=20mm]{nwejm-smf-logo},%
    \includegraphics[height=12mm]{nwejm-sml-logo},%
    \includegraphics[height=25mm]{nwejm-logo}%
  };%
\end{tikzpicture}
\end{document}